:root {
  --theme-color: #1f9fd9;
  --theme-color2: #1f9fd9;
  --black: #5e5e5e;
  --boderColor: rgba(0, 0, 0, 0.05);
  --fa6: 'Font Awesome 6 Pro';
  --regular: 'BeVietnamPro-Regular';
  --light: 'BeVietnamPro-light';
  --medi: 'BeVietnamPro-Medium';
  --semi: 'BeVietnamPro-SemiBold';
  --bold: 'BeVietnamPro-Bold';
  --black: 'BeVietnamPro-Black';
}

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

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

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

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

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

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

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

/* Format theme */
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;
}

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: 22px;
  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 */
.admin-bar #wrapper #header {
  top: 32px;
}

#wrapper #header {
  transition: 0.6s;
  position: fixed;
  width: 100%;
  top: 0;
}

#wrapper #header.hide-desktop-menu {
  top: -90px;
}

#wrapper {
  padding-top: 90px;
}

#header .header-bg-color {
  background: #1f9fd9;
}

#logo a {
  height: 95px;
  display: flex;
  align-items: center;
  margin-top: -43px;
}

#header #logo img {
  max-height: 68px;
}

.header-nav-main.nav-right:before {
  content: '';
  width: calc(100% + 20vw);
  height: 52px;
  position: absolute;
  bottom: 0;
  left: -125px;
  border-radius: 30px 0 0 0;
  background: url(./images/bg-header.svg) no-repeat left;
  z-index: 0;
}

.header-nav-main.nav-right:after {
  content: '';
  width: calc(100% + 20vw);
  height: 1px;
  top: 0px;
  left: 120px;
  position: absolute;
  background: transparent linear-gradient(90deg,
      #ffffff00 0%,
      rgb(255 255 255 / 40%) 70%,
      #24aded 100%);
  z-index: 0;
}

.admin-bar #wrapper #header {
  top: 32px;
}

#wrapper #header {
  transition: 0.6s;
  position: fixed;
  width: 100%;
  top: 0;
}

#wrapper #header.hide-desktop-menu {
  top: -90px;
}

#wrapper {
  padding-top: 95px;
}

#top-bar .nav-right a {
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  padding: 0 19px;
  display: block;
  font-family: var(--regular);
}

#top-bar .nav-right .menu-item {
  margin: 0;
}

#top-bar .header-button a {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  opacity: 1;
  display: inline-block;
  min-height: auto;
  padding-right: 0;
}

#top-bar .header-button a span {
  line-height: 18px;
}

#top-bar .header-button a:after {
  content: '';
  width: 0;
  height: 20px;
  border-left: 1px solid #b4e7ff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#top-bar .header-button a:before {
  content: '\f095';
  font-family: var(--fa6);
  font-weight: bolder;
  margin-right: 7px;
  font-size: 18px;
}

#top-bar .nav-left .menu-item {
  margin: 0 20px;
}

.header-nav-main>.menu-item {
  margin: 0px 15px;
}

.header-nav-main .menu-item a {
  font-weight: normal;
  font-size: 16px;
  position: relative;
  padding: 3px 0px;
}

.header-nav-main>.menu-item>a {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--medi);
  padding: 16px 0;
  display: block;
}

.header-nav-main .header-cart-link {
  padding: 0;
  padding-left: 20px;
}

.header-nav-main>.menu-item>a:hover {
  color: #fff !important;
}

.header-nav-main>.menu-item>a .box-menu {
  display: none;
}

.header-nav-main>.menu-item.active>a {
  color: #fff;
}

.header-nav-main>.menu-item>a:before,
#top-bar .nav-left a:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 0%;
  height: 2px;
  opacity: 0;
  bottom: 0px;
  transition: all 0.5s;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.header-nav-main>.menu-item>a:hover:before,
.header-nav-main>.menu-item.active>a:before,
#top-bar .nav-left a:hover:before,
#top-bar .nav-left .current-menu-item a:before {
  opacity: 1;
  width: 100%;
  transition: all 0.5s;
}

.header-nav-main .header-cart-icon {
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}

.header-nav-main .header-cart-icon img {
  width: 26px;
  min-width: auto;
}

.header-nav-main .cart-item {
  margin: 0 !important;
}

.header-nav-main .icon-search:before {
  content: '\f002';
  font-family: var(--fa6);
  font-size: 20px;
}

#header .header-button-1 {
  margin-left: 18px;
  margin-right: 14px;
}

#header .header-button-1 .button {
  background: rgb(255 255 255 / 30%);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  font-weight: normal;
  color: #fff;
  border: 0;
  width: 143px;
  text-align: left;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 14px;
}

#header .header-button-1 .button:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(./images/icon-search-white.svg) no-repeat center;
  margin-right: 12px;
  background-size: cover;
}

#header .header-bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  display: block !important;
}

#header .header-bottom.show {
  opacity: 1;
  visibility: visible;
}

.header-bottom .searchform {
  background-color: hsla(0, 0%, 83.1%, 0.4);
  position: relative;
  border-radius: 99px;
  width: 500px;
}

.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 .searchform .button.icon {
  border: 0;
  color: #777;
  box-shadow: none;
  position: absolute;
  top: 0;
  background: transparent !important;
  width: 50px;
  height: 50px;
  right: 20px;
  padding: 0;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#header .searchform .icon-search {
  width: 20px;
  height: 20px;
  background: url(./images/icon-search-black.svg) no-repeat center;
  background-size: cover;
}

#header .searchform .icon-search:before {
  display: none;
}

#header .html_topbar_left {
  position: unset;
}

#header .searchform input[type='search'] {
  border: 0;
  box-shadow: none;
  font-size: 16px;
  height: 50px;
  color: #666;
  background: transparent;
  padding: 0 70px 0 20px;
  font-size: 15px;
}

#header .close-search {
  padding: 0;
  margin: 0;
  position: absolute;
  transform: translateY(-50%);
  right: -70px;
  top: 50%;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#header .close-search i {
  color: #666;
  font-size: 28px;
}

/* End header */
#wrapper .button.btn-viewall,
#popup-form .button.btn-viewall,
#wrapper .popup-custom-full .submit button,
.home-project .box-project .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 5px;
  color: var(--theme-color);
  font-size: 15px;
  line-height: 20px;
  height: 42px;
  transition: all 0.25s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid var(--theme-color);
  overflow: hidden;
  padding: 0 30px;
  border-radius: 99px;
  font-weight: normal;
  font-family: var(--medi);
  min-width: 170px;
}

#popup-form .button.btn-viewall {
  margin-bottom: 0;
}

#wrapper .button.btn-viewall::before,
#popup-form .button.btn-viewall:before,
#wrapper .popup-custom-full .submit button:before,
.home-project .box-project .button:before {
  content: '';
  z-index: -1;
  position: absolute;
  inset: 0;
  background-color: var(--theme-color);
  transform-origin: center top;
  transform: scaleY(0);
  transition: transform 0.25s ease-in-out;
}

#wrapper .button.btn-viewall:hover,
#popup-form .button.btn-viewall:hover,
#wrapper .popup-custom-full .submit button:hover,
.home-project .box-project .button:hover {
  color: #fff;
  box-shadow: none;
}

#wrapper .button.btn-viewall:hover::before,
#popup-form .button.btn-viewall:hover:before,
#wrapper .popup-custom-full .submit button:hover:before,
#wrapper .button.btn-viewall-blue:hover:before,
.home-project .box-project .button:hover:before {
  transform-origin: center bottom;
  transform: scaleY(1);
  height: 100%;
  width: 100%;
}

#wrapper .button.btn-viewall-blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1f9fd9;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  height: 42px;
  transition: all 0.25s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid #fff;
  overflow: hidden;
  padding: 0 30px;
  border-radius: 99px;
  font-weight: normal;
  font-family: var(--medi);
  min-width: 170px;
  margin: 15px 0 0;
}

#wrapper .button.btn-viewall-blue:hover {
  color: #1f9fd9;
}

#wrapper .button.btn-viewall-blue:before {
  content: '';
  z-index: -1;
  position: absolute;
  inset: 0;
  background-color: #fff;
  transform-origin: center top;
  transform: scaleY(0);
  transition: transform 0.25s ease-in-out;
}

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

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

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

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

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

.product-small.box .box-text .price-wrapper {
  display: flex;
}

.product-small.box .price-wrapper .price-left {
  flex: 1;
  text-align: left;
}

.product-small.box .price-wrapper .price-right {
  width: calc(50% + 9px);
  padding-left: 18px;
}

.product-small.box .price-wrapper .label,
.product-small.box .price-wrapper .mota1 {
  display: block;
  color: #333333;
  font-size: 14px;
  line-height: 18px;
  font-family: var(--medi);
  margin-bottom: 2px;
}

.product-small.box .price-wrapper .price-month,
.product-small.box .price-wrapper .mota2 {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: var(--theme-color);
  font-family: var(--semi);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.product-small.box .box-button {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
  grid-gap: 10px;
}

.product-small.box .box-button .btn-rent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  border-radius: 99px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  height: 32px;
  transition: all 0.25s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid var(--theme-color);
  overflow: hidden;
  gap: 4px;
  margin-top: 0;
  margin: 0;
}

.product-small.box .box-button .btn-rent:before {
  content: '';
  z-index: -1;
  position: absolute;
  inset: 0;
  background-color: #fff;
  transform-origin: center top;
  transform: scaleY(0);
  transition: transform 0.25s ease-in-out;
}

.product-small.box .box-button .btn-rent:hover {
  color: var(--theme-color);
}

.product-small.box .box-button .btn-rent:hover:before {
  transform-origin: center bottom;
  transform: scaleY(1);
  height: 100%;
  width: 100%;
}

.product-small.box .box-button .btn-compare,
.product-small.box .box-button .btn-buynow {
  background: #e3faff;
  border: 0.5px solid #e3faff;
  border-radius: 99px;
  margin: 0;
  height: 32px;
  color: var(--theme-color);
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.product-small.box .box-button .btn-buynow {
  height: 32px;
  min-height: unset;
  width: 100%;
  margin: 0;
  background: linear-gradient(103deg, #f3ffea 0%, #eaf6fe 100%) 0% 0% no-repeat padding-box;
}

.product-small.box .box-button .btn-compare:hover,
.product-small.box .box-button .btn-buynow:hover {
  box-shadow: unset;
  background: #fff;
}

.product-small.box .box-button .icon-check {
  width: 19px;
  height: 19px;
  border: 1px solid var(--theme-color);
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-small.box .box-button .btn-compare.check .icon-check {
  background-color: var(--theme-color);
}

.product-small.box .box-button .btn-compare.check .icon-check:before {
  content: '\f00c';
  font-family: var(--fa6);
  color: #fff;
  font-size: 12px;
}

.product-small.box .add-to-cart-button a {
  margin: 20px 0 0;
  height: 45px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--medi);
  text-transform: uppercase;
  padding: 0 25px;
  border: 1px solid var(--theme-color2);
  border-radius: 4px;
  z-index: 1;
  position: relative;
  outline: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  color: var(--theme-color2);
}

.product-small.box:hover .add-to-cart-button a {
  opacity: 1;
  visibility: visible;
}

.product-small.box .add-to-cart-button a:hover {
  color: #fff;
}

.product-small.box .add-to-cart-button a:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  background-color: var(--theme-color2);
  top: -14px;
  left: -9px;
  transform: rotate(37deg);
}

.product-small.box .add-to-cart-button a:before {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: 100%;
  right: 100%;
  width: 38px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--theme-color2);
  transform-origin: center;
  transform: translate3d(50%, 50%, 0) scale3d(0, 0, 0);
  transition: transform 0.45s ease-in-out;
}

.product-small.box .add-to-cart-button a:hover:before {
  transform: translate3d(50%, 50%, 0) scale3d(15, 15, 15);
}

.product-small.box:hover .box-image img {
  transform: scale(1.05);
}

.product-small.box .box-image img {
  bottom: 0;
  font-family: 'object-fit: cover;';
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: contain;
  -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 {
  padding: 0;
}

.product-small.box .box-image .image-none {
  border-radius: 15px;
  padding-top: 120%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: rgb(238 248 251 / 73%);
  border: 1px solid transparent;
}

.product-small.box:hover .box-image .image-none {
  border-color: var(--theme-color);
}

.product-small.box .text-noibat {
  position: absolute;
  top: -45px;
  background: #f0ae00 0% 0% no-repeat padding-box;
  border-radius: 0px 20px;
  font-size: 12px;
  color: #fff;
  margin: 0;
  padding: 0 22px;
  height: 28px;
  line-height: 28px;
  align-items: center;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.product-small.box .product-title a {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #333333;
  margin: 0px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  text-align: left;
  font-family: var(--semi);
  height: 44px;
}

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

.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: #102750;
  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);
}

.product-small.col .form-checkbuy {
  display: none;
  margin: 0;
}

.home .product-small.col .form-checkbuy {
  display: block;
}

.slider .flickity-page-dots {
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .product-small.box .box-button .btn-compare {
  display: none;
}

/*slider-home  */
.slider-home {
  z-index: 10;
}

#main .slider-home .slider .flickity-page-dots {
  width: 1250px;
  left: 50%;
  transform: translateX(-50%);
  justify-content: flex-start;
  bottom: 37px;
}

.slider-home .loading-spin {
  display: none !important;
}

/* End slider-home */
/* sec-home-1 */
.title-home h2 {
  text-transform: uppercase;
  color: #414141;
  font-size: 36px;
  margin-bottom: 30px;
}

.title-home h2 strong {
  color: var(--theme-color);
}

.sec-home-1 .section-bg,
.page-thue-1 .section-bg {
  height: 135%;
  min-height: 910px;
  mix-blend-mode: hard-light;
  opacity: 0.14;
  background-position: bottom;
  top: -187px;
}

.sec-home-1 .col-left {
  padding-right: 80px;
}

.sec-home-1 .title-home h2 {
  margin-bottom: 14px;
}

.sec-home-1 .title-home p {
  font-family: var(--light);
}

#wrapper .sec-home-1 .btn-viewall {
  margin: 30px 0 0 0;
}

.sec-home-1 .icon-box-img .icon-inner {
  fill: #fff;
}

.sec-home-1 .icon-box-img .icon-inner:after {
  content: '';
  box-shadow: 0px 0px 50px #7bffa245;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
}

.sec-home-1 .icon-box-img .icon-inner {
  width: 100%;
  position: relative;
}

.sec-home-1 .icon-box-img svg {
  padding: 0;
  color: #fff;
}

.sec-home-1 .icon-box-img {
  width: 40px !important;
  height: 58px;
  display: block;
}

#main .sec-home-1 .icon-box-text {
  padding-left: 30px;
}

.sec-home-1 .icon-box-text h2 {
  color: #414141;
  font-size: 24px;
  font-family: var(--medi);
}

.sec-home-1 .icon-box {
  align-items: center;
  height: 90px;
  position: relative;
  padding-right: 50px;
}

.sec-home-1 .icon-box:before {
  content: '\f061';
  font-family: var(--fa6);
  width: 43px;
  height: 43px;

  background: #ffffff;
  border: 1px solid #1f9fd9;
  border-radius: 50%;
  position: absolute;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  font-size: 20px;
  font-weight: 300;
  opacity: 0;
}

.sec-home-1 .icon-box:hover:before {
  opacity: 1;
}

.sec-home-1 .icon-box:after {
  content: '';
  width: 59vw;
  height: 0;
  border-bottom: 1px solid #d6d6d6;
  bottom: 0;
  position: absolute;
  left: 0;
}

.sec-home-1 .col-right a:last-of-type .icon-box:after {
  display: none;
}

.sec-home-1 .col-righ>.col-inner {
  counter-reset: counter-1;
}

.sec-home-1 .col-right a {
  counter-increment: counter-1;
}

.sec-home-1 .icon-box-img .icon-inner:before {
  content: '0' counter(counter-1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  line-height: 19px;
  font-family: var(--semi);
  color: var(--theme-color);
  background-color: transparent;
}

.sec-home-1 .icon-box:hover .icon-box-img svg {
  color: var(--theme-color);
}

.sec-home-1 .icon-box:hover .icon-box-img .icon-inner:before {
  color: #fff;
}

.sec-home-1 .icon-box:hover .icon-box-text h2 {
  color: var(--theme-color);
}

/* End sec-home-1 */
/* sec-home-2 */
.sec-home-2 .img-mobile {
  display: none;
}

#main .sec-home-2 {
  padding-top: 0;
  padding-bottom: 10px;
}

.sec-home-2 .row {
  margin-top: -100px;
}

.sec-home-2 .col-left .box-image {
  max-width: 300px;
  margin-left: 0;
}

.sec-home-2 .col-left .box-text {
  padding: 0;
}

.sec-home-2 .col-left h2 {
  margin-top: 20px;
  margin-bottom: 50px;
}

.sec-home-2 .text-1 {
  background: #e3faff;
  border-radius: 15px;
  padding: 31px 37px 39px;
}

.sec-home-2 .text-1 p:first-of-type {
  color: #414141;
  font-size: 75px;
  line-height: 95px;
  font-family: var(--semi);
  margin-bottom: 4px;
}

.sec-home-2 .text-1 p:nth-of-type(2) {
  color: #5e5e5e;
  font-size: 18px;
  line-height: 24px;
  font-family: var(--medi);
  margin-bottom: 0;
}

.sec-home-2 .col-left,
.sec-home-2 .col-right {
  flex-basis: 30%;
  max-width: 30%;
}

.sec-home-2 .col-center {
  flex-basis: 40%;
  max-width: 40%;
  padding: 0 20px 30px;
}

.sec-home-2 .col-right .icon-box {
  background: #e3faff;
  border-radius: 15px;
  padding: 35px 34px 40px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.sec-home-2 .col-right .icon-box .icon-box-text {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.sec-home-2 .icon-box .icon-box-text .text-top {
  margin-bottom: 11px;
}

.sec-home-2 .icon-box .icon-box-text p:first-of-type {
  color: #414141;
  font-size: 65px;
  line-height: 70px;
  font-family: var(--bold);
  margin-bottom: 0;
}

.sec-home-2 .icon-box .icon-box-text p:nth-of-type(2),
.sec-home-2 .col-right .text-3 p:nth-of-type(2) {
  color: #5e5e5e;
  font-size: 18px;
  line-height: 22px;
  font-family: var(--medi);
  margin-bottom: 0;
}

.sec-home-2 .icon-box .grow {
  width: fit-content;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-left: auto;
  align-items: flex-end;
  overflow: hidden;
  margin-bottom: 0;
}

.sec-home-2 .icon-box .grow span {
  background: #87d9ff;
  width: 35px;
  display: block;
  border-radius: 5px;
  animation: grow 1s ease-in-out infinite alternate;
}

.sec-home-2 .icon-box .grow .grow-1 {
  height: 58px;
}

.sec-home-2 .icon-box .grow .grow-2 {
  height: 106px;
  animation-delay: 0.6s;
}

.sec-home-2 .icon-box .grow .grow-3 {
  height: 84px;
  animation-delay: 0.4s;
}

.sec-home-2 .icon-box .grow .grow-4 {
  height: 146px;
  animation-delay: 0.2s;
}

.sec-home-2 .col-right .text-3 {
  background: #e3faff;
  border-radius: 15px;
  padding: 20px 34px 30px;
}

.sec-home-2 .col-right .text-3 p:first-of-type {
  color: #414141;
  font-size: 65px;
  line-height: 75px;
  font-family: var(--bold);
  margin: 0;
}

.sec-home-2 .col-right .icon-box .icon-box-text:before {
  content: '';
  width: 52px;
  height: 52px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  background: #1f9fd9 url('./images/icon-pl.png') no-repeat center;
  background-size: cover;
  animation: scale 1s ease-in-out infinite alternate;
}

.sec-home-2 .col-center>.col-inner:before,
.page-solution-1 .col-left>.col-inner:before {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1f9fd9;
  border-radius: 15px;
  z-index: -2;
  padding-top: 95%;
}

.sec-home-2 .col-center .img:after,
.page-solution-1 .col-left .img:after {
  content: '';
  width: 110%;
  height: 0;
  border-radius: 50%;
  background-color: #32b2ec;
  display: block;
  position: absolute;
  bottom: -122px;
  right: -78px;
  z-index: -1;
  padding-top: 109%;
}

.sec-home-2 .col-center .img {
  max-width: calc(100% - 25px);
  margin-left: auto;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0 0 15px 0;
}

.sec-home-2 .col-center .img .sec-home-2 .row {
  margin-top: -100px;
}

.sec-home-2 .text-2,
.page-solution-1 .col-left .text-2 {
  position: absolute;
  width: 95px;
  height: 53px;
  background: #ffffff;
  box-shadow: 0px 3px 6px #0a1b5317;
  border-radius: 10px;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 58%;
  left: -50px;
  -webkit-animation: down-up-one 4s infinite;
  animation: down-up-one 4s infinite;
}

.sec-home-2 .text-2:before,
.page-solution-1 .col-left .text-2:before {
  content: '';
  width: 25px;
  height: 24px;
  background: url(./images/star-solid.svg) no-repeat center;
  margin-right: 8px;
  background-size: contain;
}

.sec-home-2 .text-2 p,
.page-solution-1 .col-left .text-2 p {
  margin: 0;
  color: #414141;
  font-size: 18px;
  line-height: 24px;
  font-family: var(--bold);
}

/* End sec-home-2 */
/* sec-home-3 */
.sec-home-3 .row-collapse {
  background: #1f9fd9;
  opacity: 1 !important;
	bottom: 0;
}

.sec-home-3 .col-right>.col-inner {
  padding: 75px 30px 70px;
}

.sec-home-3 .col-right .box-image .image-cover img {
  object-fit: contain;
}

.sec-home-3 .col-right .box-image .image-cover {
  padding-top: 315px !important;
}

.sec-home-3 .col-right .box-text {
  max-width: 430px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.sec-home-3 .col-right .box-text h3 {
  font-size: 24px;
  line-height: 33px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.sec-home-3 .col-left .box-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 485px;
  padding: 0;
}

.sec-home-3 .col-left .box-text h4 {
  min-width: 336px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 40px;
  background-color: var(--theme-color);
  height: 55px;
  width: fit-content;
  border-radius: 99px;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  font-family: var(--regular);
}

.sec-home-3 .col-left .box-text p {
  font-size: 28px;
  line-height: 38px;
  font-family: var(--semi);
  color: #fff;
  margin: 0;
}

#main .sec-home-3 .slider .flickity-page-dots {
  bottom: 30px;
}

/* End sec-home-3 */
/* sec-home-4 */
#main .sec-home-4 {
  padding-bottom: 50px;
}

.sec-home-4 .title-home h2 {
  margin-bottom: 56px;
  line-height: 50px;
}

.sec-home-4 .col-left .stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 47px 35px;
}

.sec-home-4 .col-left svg {
  padding: 0;
  color: #fff;
  height: 45px;
  width: 45px;
  text-align: center;
}

.sec-home-4 .icon-box .icon-box-img {
  width: 90px !important;
  height: 90px !important;
  background: var(--theme-color);
  border-radius: 50%;
  margin-bottom: 21px;
}

.sec-home-4 .icon-box .icon-box-img .icon {
  width: 100%;
  height: 100%;
}

.sec-home-4 .icon-box .icon-box-img .icon-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-home-4 .icon-box .icon-box-text h4 {
  font-size: 18px;
  line-height: 24px;
  font-family: var(--semi);
  color: #2b2b29;
  margin-bottom: 6px;
}

.sec-home-4 .icon-box .icon-box-text p {
  color: #5e5e5e;
  font-size: 15px;
  line-height: 20px;
  font-family: var(--light);
}

.sec-home-4 .row {
  align-items: flex-end;
}

.sec-home-4 .col-right {
  padding-left: 75px;
}

.sec-home-4 .col-right .img .img-inner {
  border-radius: 300px 300px 0 0;
}

/* End sec-home-4 */
/* sec-banner-home */
.sec-banner-home .img {
  border-radius: 15px;
  overflow: hidden;
}

/* sec-banner-home */
/* sec-home-5 */
.sec-home-5 .title-home h2 {
  line-height: 50px;
  margin-bottom: 59px;
  font-size: 30px;
  line-height: 1.4;
}

.sec-home-5 .col-left .product-small.box {
  display: flex;
}

.sec-home-5 .col-left .box-image {
  width: 36% !important;
  flex-shrink: 0;
}

.sec-home-5 .col-left .product-small.box .box-text {
  padding: 55px 40px 0 40px;
}

.sec-home-5 .col-left .product-small.col {
  padding-bottom: 25px;
}

.sec-home-5 .col-left .product-title a {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 23px;
  font-family: var(--semi);
}

.sec-home-5 .col-left,
.sec-home-5 .col-right {
  padding-bottom: 50px;
}

.sec-home-5 .col-left .price-wrapper .label {
  font-size: 16px;
  line-height: 20px;
}

.sec-home-5 .col-left .price-wrapper .price-month {
  font-size: 22px;
  line-height: 28px;
  font-family: var(--medi);
}

.sec-home-5 .col-left .product-small.box .box-button {
  margin-top: 23px;
  display: flex;
  margin-top: 20px;
}

.sec-home-5 .col-left .product-small.box .box-button button,
.sec-home-5 .col-left .product-small.box .box-button a {
  width: 122px;
}

.sec-home-5 .col-right .col-inner {
  transform: translateX(50px);
}

.sec-home-5 .col-bottom .product-small.col {
  padding: 0 12.5px 19.6px;
}

#main .sec-home-5 .col-bottom .row {
  margin-left: -12.5px;
  margin-right: -12.5px;
  max-width: 1250px;
}

.sec-home-5:after {
  content: '';
  width: 100%;
  height: 992px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#main .sec-home-5 {
  padding-bottom: 5px;
}

/* End sec-home-5 */
/* home-project */
.home-project .title-home h2 {
  margin-bottom: 16px;
}

.home-project .title-home p {
  max-width: 655px;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 0;
}

.home-project .row-top {
  margin-bottom: 46px;
  align-items: flex-end;
}

#wrapper .home-project .button.btn-viewall {
  margin: 0 0 0 auto;
}

#wrapper .home-project .row-top .col-right {
  text-align: right;
}

.home-project .box-project {
  display: flex;
  background-color: #fff;
  border-radius: 15px;
}

.home-project .box-project .box-image {
  width: 66.6666666667% !important;
  flex-shrink: 0;
}

.home-project .box-project .box-text {
  order: -1;
  padding: 57px 65px 0px 40px;
}

.home-project .box-project .box-image {
  border-radius: 0 15px 15px 0;
}

.home-project .box-project .project-info {
  margin: 0 0 12px;
}

.home-project .box-project .project-info span {
  font-size: 15px;
  color: var(--theme-color);
  line-height: 19px;
}

.home-project .box-project .post-title {
  margin: 0 0 28px;
  color: #2b2b29;
  font-size: 20px;
  line-height: 28px;
}

.home-project .box-project .post-title:hover {
  color: var(--theme-color);
}

.home-project .box-project .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #5e5e5e;
  font-family: var(--light);
}

.home-project .box-project .button {
  margin: 38px 0 0;
}

.home-project .slider-nav-circle .flickity-button {
  opacity: 1;
  bottom: 60px;
  left: 55px;
  top: unset !important;
  box-shadow: none !important;
  border: 1px solid #bcbcbc;
  color: #bcbcbc;
}

.home-project .slider-nav-circle .flickity-button.next {
  left: 115px;
}

#main .home-project {
  padding-bottom: 0;
}

/* End home-project */
.box-blog-post .post-meta {
  color: #6d6d6d;
  font-weight: normal;
  opacity: 1;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
}

.box-blog-post .post-meta:before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(./images/icon-date.svg) no-repeat center;
  display: inline-block;
  margin-right: 12px;
  background-size: contain;
}

/* modal-compare */
.modal-compare {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-compare.show {
  opacity: 1;
  visibility: visible;
}

.modal-compare .modal-compare-ovelay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal-compare .modal-compare-body {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  outline: 0;
  max-width: 410px;
  padding: 25px 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  transform: translateY(-100px);
  opacity: 0;
}

.modal-compare.show .modal-compare-body {
  opacity: 1;
  transform: translateY(0px);
}

.modal-compare .modal-compare-body .title {
  font-size: 18px;
  color: #333;
  font-family: var(--semi);
  margin-bottom: 8px;
}

.modal-compare .modal-compare-body .desc {
  font-size: 14px;
  margin-bottom: 0;
}

.modal-compare .modal-compare-close {
  position: absolute;
  font-size: 21px;
  top: 7px;
  right: 7px;
  cursor: pointer;
}

.modal-compare .modal-compare-close:hover {
  color: var(--theme-color);
}

.component-list {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0px 1px 5px -1px rgba(0, 0, 0, 0.06),
    0px 1px 12px -6px rgba(0, 0, 0, 0.06);
  z-index: 9999;
  width: 100%;
  padding: 12px 0;
  border-top: 1px solid #ddd;
  opacity: 0;
  visibility: hidden;
}

.archive.woocommerce .component-list.show {
  opacity: 1;
  visibility: visible;
}

.page-template-page-sosanh .component-list.show {
  display: none;
}

.component-list .component-list-header {
  font-size: 14px;
  margin-bottom: 10px;
}

.component-list .component-list-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.component-list .component-list-body .product-select {
  display: block;
  width: 65px;
  height: 65px;
  border: 2px dashed #b1b5c4;
  border-radius: 4px;
  position: relative;
}

.component-list .component-list-body .component-list__product {
  display: flex;
  gap: 16px;
}

.component-list .component-list-body .item-pro-cance {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #333;
  top: -12px;
  right: -12px;
  position: absolute;
  cursor: pointer;
}

.component-list .component-list-body .item-pro-cance:before {
  content: '\f00d';
  font-family: var(--fa6);
  color: #fff;
}

.component-list .component-list-body .product-select .no-product {
  /* border: 2px dashed #b1b5c4; */
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 4px; */
}

.component-list .component-list-body .no-product:before {
  content: '\2b';
  font-family: var(--fa6);
  font-size: 20px;
  color: #777e91;
}

.component-list .component-list-body .item-pro {
  position: relative;
  width: 100%;
  height: 100%;
}

.component-list .component-list-body .item-pro img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.component-list .component-list-body .component-list__button button {
  margin: 0;
  height: 42px;
  border: 0.5px solid #c1c1c1;
  border-radius: 5px;
  font-weight: normal;
}

.component-list .component-list-body .component-list__button .component-start {
  background-color: var(--theme-color);
  color: #fff;
  pointer-events: none;
  opacity: 0.65;
  margin: 0;
  height: 42px;
  border: 0.5px solid #c1c1c1;
  border-radius: 5px;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  gap: 4px;
}

.component-list .component-list-body .component-list__button .component-reset {
  margin-right: 15px;
  color: var(--theme-color);
  font-size: 14px;
}

.component-list .component-list-body .component-list__button .component-start.active {
  pointer-events: auto;
  opacity: 1;
}

.component-list .component-list-body .component-list__button {
  display: flex;
  align-content: center;
}

.page-sosanh .header-page-sosanh {
  position: relative;
}

.page-sosanh .title-page {
  text-align: center;
  text-transform: uppercase;
  color: var(--theme-color);
  font-size: 36px;
  margin-bottom: 30px;
}

.page-sosanh .end-sossanh {
  position: absolute;
  margin: 0;
  right: 0;
  top: 0;
  color: var(--theme-color);
  border-radius: 99px;
  font-size: 15px;
  background-color: #f8f8f8;
  font-weight: normal;
  font-family: var(--semi);
}

.page-sosanh .end-sossanh:hover {
  background-color: #f2fff4;
}

.comparision-detail-table .comparision-header ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin-bottom: 0;
}

.comparision-detail-table .comparision-header li {
  margin: 0;
  border: 1px solid var(--boderColor);
  border-radius: 1rem 1rem 0 0;
  padding: 1rem;
}

.comparision-detail-table .comparision-header .comparision-title {
  border-width: 0 1px 1px 0;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: var(--semi);
  color: #141416;
}

.comparision-detail-table .comparision-header .image-cover {
  padding-top: 72px;
}

.comparision-detail-table .comparision-header .box-image {
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #e7e7e7;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.comparision-detail-table .comparision-header .image-cover img {
  object-fit: contain;
}

.comparision-detail-table .comparision-header .product-name {
  font-size: 15px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
  line-height: 1.4;
}

.comparision-detail-table .comparision-header .box-text {
  padding: 15px 0 20px;
}

.comparision-detail-table .comparision-header {
  width: 100%;
}

.comparision-detail-table .comparision-body {
  width: 100%;
}

.comparision-detail-table .comparision-body .parameter-title-small {
  display: none;
}

.comparision-detail-table .comparision-title__item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin-bottom: 0;
}

.comparision-detail-table .comparision-title__item .parameter-info {
  padding: 24px;
  border: 1px solid var(--boderColor);
  border-top: 0;
  border-left: 0;
}

.comparision-detail-table .comparision-title__item .parameter-info:last-of-type {
  border-right: 1px solid var(--boderColor);
}

.comparision-detail-table .comparision-title__item .parameter-title {
  padding: 24px 24px 24px 0;
  border: 1px solid var(--boderColor);
  border-width: 0 1px 1px 0;
  font-size: 18px;
  font-family: var(--semi);
  color: #141416;
  display: flex;
  align-items: center;
}

.comparision-detail-table:has(.hidden-3) .comparision-title__item .parameter-info:nth-of-type(4),
.comparision-detail-table:has(.hidden-3) .comparision-3 {
  display: none;
}

.comparision-detail-table .comparision-title__end {
  text-align: center;
}

#wrapper .comparision-detail-table .comparision-title__end .btn-viewall {
  margin: 0;
}

.comparision-detail-table .comparision-title__end .parameter-info {
  border-radius: 0 0 1rem 1rem;
}

.comparision-detail-table .comparision-title__end .parameter-title {
  border-width: 0;
}

.comparision-detail-table .comparision-title__end .parameter-info:nth-of-type(2) {
  border-left: 1px solid var(--boderColor);
}

/* End modal-compare */
/* home-news */
.home-news .title-home h2 {
  text-align: left;
  margin-bottom: 40px;
}

.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: #3c3c3c;
  font-size: 18px;
  line-height: 24px;
  font-family: var(--semi);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  margin-top: 0;
  margin-bottom: 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: #515151 !important;
  margin: 0;
  font-family: var(--light);
}

.home-news .box-blog-post .image-cover {
  border-radius: 10px;
}

.home-news .col.post-item {
  padding: 0 12.5px 30px;
}

.home-news .box-blog-post .box-text {
  padding: 20px 0 0;
}

.home-news .box-blog-post .post-title {
  margin: 0 0 15px;
  padding-bottom: 15px;
  position: relative;
}

.home-news .box-blog-post .post-title:before {
  content: '';
  width: 90%;
  max-width: 235px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #c5c5c5;
}

.home-news .slider {
  margin-bottom: 45px;
}

#main .home-news {
  padding-bottom: 25px;
}

#main .slider .flickity-page-dots li.dot {
  width: 16px;
  height: 16px;
  opacity: 1;
  background-color: #fff;
  margin: 0 8px;
  position: relative;
  border: 0;
  transition: unset;
}

#main .slider .flickity-page-dots li.is-selected {
  background: #5fc8f6;
}

#main .slider .flickity-page-dots {
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* End home-news */
/* Footer */
.back-to-top.button {
  border: 1px solid #fff;
  bottom: 50px;
  background-color: #fff;
  border-radius: 50% !important;
}

.back-to-top.button img {
  width: 24px;
}

.absolute-footer .copyright-footer span {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-family: var(--light);
  display: inline-block;
}

.absolute-footer .copyright-footer span:first-of-type {
  margin-right: 14px;
  padding-right: 16px;
  border-right: 0.5px solid rgb(120 213 135 / 40%);
}

#footer .col-1,
#footer .col-2 {
  padding-top: 45px;
  padding-bottom: 35px;
}

#footer .col-3,
#footer .col-4 {
  padding-top: 35px;
  padding-bottom: 5px;
}

#footer .col-1 p strong {
  color: #fff;
  font-family: var(--semi);
}

#footer .col-1 ul {
  margin-bottom: 0;
  list-style: none;
}

#footer .col-1 ul li {
  color: #fff;
  position: relative;
  margin-left: 0;
  padding-left: 35.5px;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 14px;
  max-width: 360px;
}

#footer .col-1 ul li a {
  font-size: 15px;
  line-height: 21px;
}

#footer .col-1 ul i {
  position: absolute;
  left: 0;
  width: 24px;
  display: flex;
  justify-content: center;
  top: 4px;
}

#footer .col-3 .menu ul {
  list-style: none;
}

#footer .col-3 .menu li {
  margin: 0;
}

#footer .col-3 .menu a {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  min-height: unset;
  padding: 7px 0px;
  position: relative;
  padding-left: 20px;
  display: block;
}

#footer .col-3 .menu a:hover {
  text-decoration: underline;
}

#footer .col-3 .menu a:before {
  content: '';
  width: 7px;
  height: 7px;
  display: inline-block;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 12px;
}

#footer .col-3 .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#footer .col-3 .menu p {
  display: block;
  width: 100%;
}

#footer .col-3 .menu ul {
  width: 50%;
}

#footer .absolute-footer {
  padding: 6px 0;
  background: #24aff0;
}

#footer .col-3 strong {
  font-size: 16px;
  color: #fff;
  font-family: var(--semi);
}

#footer .col-4 .title p {
  font-size: 16px;
  color: #fff;
  font-family: var(--semi);
}

#footer .col-4 .stack-1 .img {
  width: fit-content;
  --stack-gap: 50px;
}

#footer .col-4 .stack-1 {
  padding-right: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #94deff96;
  margin-bottom: 20px;
}

#footer .col-4 .stack-2 .col-left {
  flex-basis: unset;
  max-width: 105px;
}

#footer .col-4 .stack-2 .col-right .col-inner {
  display: flex;
  padding-left: 43px;
  gap: 8px;
  flex: 1;
}

#footer .col-4 .stack-2 .col-right .img {
  width: 35px !important;
  margin-bottom: 0;
}

#footer form {
  margin-bottom: 0;
}

#footer .form-footer {
  opacity: 1;
}

#footer .form-footer .form-title {
  margin-bottom: 17px;
}

#footer .form-footer .form-title p {
  color: #fff;
}

#footer .wpcf7 .wpcf7-not-valid-tip {
  color: #fff
}

#footer .form-footer .title {
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  font-family: var(--bold);
  margin-bottom: 7px;
}

#footer .form-footer .form-content {
  display: flex;
  grid-gap: 0 25px;
}

#footer .form-content .wpcf7-form-control-wrap {
  max-width: 208px;
}

#footer .form-content input {
  background-color: transparent;
  border-bottom: 1px solid rgb(255 255 255 / 60%);
  box-shadow: none !important;
  padding: 0 16.5px;
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 15px;
  border: 0.5px solid #b9e9ff;
  border-radius: 3px;
  height: 36px;
}

input:autofill {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}

input:-webkit-autofill {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}

#footer .form-content input::placeholder {
  color: #ffffff;
}

#footer .form-submit {}

#footer .form-submit .button {
  margin: 8px 0 0;
}

#footer .sec-footer .col-2:before {
  content: '';
  background: #24aff0;
  width: 70vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -65px;
  z-index: 0;
}

#footer .sec-footer .col-1:after {
  content: '';
  border-bottom: 1px solid #94deff96;
  position: absolute;
  bottom: 0px;
  width: 100vw;
  height: 0;
  left: -130vw;
  transition: all 1s;
}

#footer .sec-footer .col-1.show:after {
  left: -44vw;
}

#footer .sec-footer .col-inner {
  z-index: 3;
}

#footer .sec-footer .section-content:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: transparent url(./images/bg-footer.webp) no-repeat center;
  background-size: cover;
  z-index: 1;
}

#footer .sec-footer:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: #1f9fd9;
  z-index: 0;
}

#footer .sec-footer {
  overflow: hidden;
  font-family: var(--light);
}

/* End Footer */
/* Page aboutus */
.blog-wrapper.page-wrapper {
  padding: 0;
}

.blog-wrapper.blog-archive:not(.blog-project) .archive-page-header {
  margin-bottom: 90px;
}

.blog-wrapper .archive-page-header {
  position: relative;
}

.blog-wrapper .archive-page-header .banner-bg,
.blog-wrapper .header-single .banner-bg,
.page-banner .banner-bg,
.shop-page-title.category-page-title .banner-bg {
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-wrapper .archive-page-header .col,
.blog-wrapper .header-single .col,
.page-banner .col {
  padding: 365px 15px 46px;
  z-index: 3;
}

.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: 36px;
  font-weight: normal;
  margin-bottom: 12px;
  margin-top: 0;
  text-align: left;
  color: #fff;
  text-transform: none;
}

.blog-wrapper .archive-page-header .banner-bg:before,
.blog-wrapper .header-single .banner-bg:before,
.shop-page-title.category-page-title .banner-bg:before,
.page-banner .banner-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background: #000000;
}

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

/* 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;
}

.blog-archive .large-8 {
  padding-bottom: 80px;
}

#post-list .title {
  font-size: 36px;
  line-height: 46px;
  color: var(--theme-color);
  font-family: var(--bold);
  margin-bottom: 46px;
}

#post-list .col.post-item:first-of-type .box-text {
  position: absolute;
  bottom: 0;
  padding: 0 62px 43px;
}

#post-list .col.post-item:nth-of-type(n + 2) .box-blog-post {
  display: flex;
}

#post-list .col.post-item .image-cover {
  border-radius: 10px;
}

#post-list .col.post-item:first-of-type {
  padding-bottom: 46px;
}

#post-list .col.post-item:first-of-type .image-cover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: transparent linear-gradient(180deg, #153e5100 0%, #153e51 100%);
  z-index: 1;
}

#post-list .col.post-item:first-of-type .post-meta {
  display: none;
}

#post-list .col.post-item:first-of-type .from_the_blog_excerpt {
  color: #fff !important;
}

#post-list .col.post-item .box-text {
  z-index: 2;
}

#post-list .box-blog-post .post-title {
  padding-bottom: 12px;
  margin: 0px 0 15px;
  position: relative;
  width: 100%;
}

#post-list .box-blog-post .post-title:before {
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid rgb(207 207 207 / 50%);
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 285px;
}

#post-list .col.post-item:first-of-type .post-title a {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}

#post-list .col.post-item:nth-of-type(n + 2) .box-image {
  width: 33.3333%;
  flex-shrink: 0;
}

#post-list .col.post-item:nth-of-type(n + 2) .box-text {
  flex: 1;
  padding: 20px 0 0 40px;
}

#post-list .col.post-item:nth-of-type(n + 2) .box-text-inner {
  display: flex;
  flex-wrap: wrap;
}

#post-list .col.post-item:nth-of-type(n + 2) .box-blog-post .post-meta {
  order: -1;
  margin-bottom: 7px;
}

/* 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;
  margin-top: 50px;
}

.blog-share.text-center {
  display: none
}

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

.single .blog-project {
  padding-top: 0;
}

.single .blog-single .entry-content {
  padding: 30px 0 40px;
  border-bottom: 0.5px solid #c9c9c9;
}

.single .blog-single .entry-content .wp-video {
  max-width: 100%
}

.single .blog-single .entry-content .wp-video video {
  width: 100%
}

.blog-single h1.entry-title {
  font-size: 30px;
}

.header-single {
  margin-bottom: 90px;
}

.featured-posts .box-text {
  padding: 20px 0;
}

.featured-posts .box-text h3 span {
  color: #3c3c3c;
  font-family: var(--semi);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  -webkit-line-clamp: 2;
  height: 48px;
}

.featured-posts .box-text h3 {
  position: relative;
  margin-bottom: 30px;
}

.featured-posts .box-text h3:before {
  content: '';
  width: 70%;
  height: 1px;
  background-color: #c5c5c5;
  left: 0;
  bottom: -15px;
  position: absolute;
}

.featured-posts .box-date-txt-inner {
  display: flex;
  align-items: center;
}

.featured-posts .box-date-txt-inner img {
  margin-right: 8px;
}

.featured-posts .box-date-txt-inner .post-date-month {
  font-size: 14px;
  color: #2d2d2d !important;
}

.featured-posts .box-image {
  border-radius: 15px;
}

.featured-posts .box-image img {
  transition: 0.4s;
}

.featured-posts .box:hover .box-image img {
  transform: scale(1.1);
}

.featured-posts .box:hover h3 span {
  color: var(--theme-color);
}

.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 .box-search-post form {
  display: flex;
  margin-bottom: 62px;
}

.post-sidebar .box-search-post input {
  margin: 0;
  height: 36px;
  border-color: var(--theme-color);
  border-radius: 99px 0 0 99px;
  border-right: 0;
  box-shadow: none;
  padding: 0 20px;
  color: #6d6d6d;
  font-size: 14px;
}

.post-sidebar .box-search-post input::placeholder {
  color: #6d6d6d;
}

.post-sidebar .box-search-post .button-search {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 36px;
  width: 48px;
  flex-shrink: 0;
  min-height: 36px;
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 0 99px 99px 0;
  margin: 0;
}

.post-sidebar .box-search-post .button-search i {
  font-size: 20px;
}

.post-sidebar .box-text-inner {
  display: flex;
  flex-wrap: wrap;
}

.post-sidebar .box-blog-post .post-meta {
  order: -1;
  margin-bottom: 5px;
}

.post-sidebar .title p {
  font-family: var(--bold);
  color: var(--theme-color);
  font-size: 26px;
  line-height: 36px;
  padding-bottom: 8.4px;
  margin-bottom: 30px;
  position: relative;
}

.post-sidebar .box-blog-post .post-meta:before {
  width: 15px;
  height: 15px;
  margin-right: 6px;
}

.post-sidebar .title p:before {
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid rgb(207 207 207 / 50%);
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 285px;
}

.post-sidebar .col-2 .box {
  margin-bottom: 15px;
  overflow: hidden;
}

.post-sidebar .col-2 .box .box-image {
  position: absolute;
}

.post-sidebar .col-2 .box-text {
  padding: 30px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

.post-sidebar .col-2 .box-text p {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--medi);
  font-size: 14px;
}

.post-sidebar .col-2 .box img {
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.post-sidebar .col-2 .box:hover img {
  transform: scale(1.06);
}

.post-sidebar .box-blog-post {
  display: flex;
  align-items: center;
}

.post-sidebar .box-blog-post .box-image {
  width: 106px !important;
  flex-shrink: 0;
  border-radius: 6px;
}

.post-sidebar .box-blog-post .box-text {
  padding: 0 0 0 17px;
}

.post-sidebar .box-blog-post .post-title a {
  margin-bottom: 0;
}

.post-sidebar .box-blog-post .post-title a:hover {
  color: var(--theme-color);
}

.post-sidebar .col.post-item:last-of-type,
.post-sidebar .product-small.col:last-of-type {
  padding-bottom: 0;
}

.post-sidebar .col.post-item:last-of-type .box-blog-post,
.post-sidebar .product-small.col:last-of-type .product-small.box {
  padding-bottom: 0;
  border: 0;
}

.post-sidebar .box-blog-post .post-meta span {
  font-size: 13px;
}

.post-sidebar .box-blog-post .post-meta span:before {
  content: '\f073';
  font-family: var(--fa6);
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  margin-right: 8px;
}

.single .post-sidebar .box-search-post form {
  margin-bottom: 26px;
}

.post-sidebar .col-top {
  margin-bottom: 54px;
}

.post-sidebar .form-post {
  background: transparent linear-gradient(0deg, #1f9fd9 0%, #26b4f7 100%);
  border-radius: 15px;
  padding: 40px 40px 47px;
}

.post-sidebar .form-post .form-title {
  margin-bottom: 30px;
}

.post-sidebar .form-post .form-title .title {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-family: var(--bold);
  margin-bottom: 10px;
}

.post-sidebar .form-post .form-title p {
  font-size: 15px;
  line-height: 18px;
  font-family: var(--light);
  color: #fff;
}

.post-sidebar .form-post .form-content input {
  background-color: transparent;
  border: 0;
  box-shadow: none !important;
  color: #fff;
  padding: 0;
  font-size: 15px;
  border-bottom: 1px solid rgb(255 255 255 / 35%);
}

.post-sidebar .form-post .form-content input::placeholder {
  color: #b9e9ff;
}

.post-sidebar .form-post .form-submit {
  text-align: center;
}

#wrapper .post-sidebar .form-post .form-submit .button.btn-viewall {
  margin: 30px 0 0;
  background: #46c8ff;
  color: #fff;
  min-width: 228px;
}

#wrapper .post-sidebar .form-post .form-submit .button.btn-viewall:before {
  background-color: #fff;
}

#wrapper .post-sidebar .form-post .form-submit .button.btn-viewall:hover {
  color: var(--theme-color);
}

.post-sidebar {
  display: flex;
  flex-direction: column;
}

.post-sidebar .box-search-post {
  flex-shrink: 0;
}

.post-sidebar .is-sticky-column {
  top: 155px;
}

.featured-posts .title-post {
  font-size: 28px;
  margin-bottom: 30px;
}

.featured-posts .box-blog-post .image-cover {
  border-radius: 5px 5px 0 0;
}

.featured-posts .box-blog-post .box-text {
  padding: 23px 30px 27px;
  background: #f3f5f2;
}

.featured-posts .box-blog-post .box-text h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 0;
}

.featured-posts .box-blog-post .box-text .button:after {
  margin-left: 4px;
}

.featured-posts .slider-nav-outside.slider-nav-circle .flickity-button {
  border-radius: 6px;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: -80px !important;
  transform: unset !important;
  margin: 0;
  box-shadow: none !important;
  background-color: var(--theme-color);
  color: #fff;
}

.featured-posts .slider-nav-outside.slider-nav-circle .flickity-button.next {
  right: 15px;
  left: unset;
}

.featured-posts .slider-nav-outside.slider-nav-circle .flickity-button.previous {
  left: unset;
  right: 75px;
}

.featured-posts .list-post {
  position: relative;
}

.featured-posts .box-blog-post .box-text .button {
  color: #292930;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  position: relative;
  height: 27px;
  line-height: 27px;
  min-height: 27px;
}

.featured-posts .box-blog-post .box-text .button:after {
  content: '\f178';
  font-family: var(--fa6);
  transform: translateY(1px);
  display: inline-block;
  font-weight: 300;
}

.featured-posts .box-blog-post .box-text .button:before {
  content: '';
  height: 1px;
  width: 0;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
}

.blog-archive .box-blog-post .button:hover:before,
.featured-posts .box-blog-post .box-text .button:hover:before {
  width: 100%;
  left: 0;
}

/* End blog-single */
/* project */
.blog-project .search-project {
  margin-top: 80px;
  order: -2;
}

.blog-project .search-project .title {
  text-align: center;
  font-size: 36px;
  font-family: var(--bold);
  color: var(--theme-color2);
  margin: 0 auto 30px;
}

.blog-project .search-project .search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}

.blog-project .search-project .form-group {
  display: flex;
  flex: 1;
}

.blog-project .search-project .search-submit {
  margin: 0 0 0 9px;
  width: 173px;
  flex-shrink: 0;
  height: 50px;
  border-radius: 50px;
  font-size: 16px;
  font-family: var(--medi);
  font-weight: normal;
  border: 0;
}

.blog-project .search-project input[type='search'] {
  margin-bottom: 0;
  height: 50px;
  border: 0.5px solid #9e9e9e;
  border-radius: 0 50px 50px 0;
  border-left: 0;
  font-size: 16px;
  outline: none !important;
  padding-left: 24px;
  box-shadow: none;
}

.blog-project .select-project {
  width: 185px;
  flex-shrink: 0;
  position: relative;
}

.blog-project .select-project:before {
  content: '\f107';
  font-family: var(--fa6);
  color: var(--theme-color);
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 53%;
  z-index: 1;
  pointer-events: none;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 16px;
}

.blog-project .select-project select {
  margin: 0;
  background: #fff;
  border-radius: 50px 0 0 50px;
  height: 50px;
  font-size: 16px;
  padding-left: 26px;
  padding-right: 30px;
  box-shadow: none;
  border: 1px solid #9e9e9e;
  color: #515151;
}

.box-project .box-text {
  padding: 22px 0 0;
}

.box-project .project-info {
  margin: 0 0 12px;
}

.box-project .image-cover {
  border-radius: 6px;
}

.box-project .project-info span {
  display: inline-block;
  padding: 2px 16px;
  background-color: #fff;
  color: var(--theme-color);
  border-radius: 50px;
  font-size: 14px;
  line-height: 20px;
  min-width: 140px;
  text-align: center;
  border: 1px solid var(--theme-color);
}

.box-project .cate-30 span {
  background-color: #ffb300;
}

.box-project .cate-29 span {
  background-color: #0088ff;
}

.box-project .post-title {
  margin: 0;
  color: #515151;
  font-size: 18px;
  font-family: var(--semi);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.box-project:hover .post-title {
  color: var(--theme-color);
}

.title-error {
  text-align: center;
  margin-bottom: 200px;
}

.blog-wrapper .archive-page-header h2.page-title {
  font-size: 36px;
  color: #fff;
  line-height: 40px;
}

.single .blog-project .rank-math-breadcrumb span:nth-of-type(n + 2),
.blog-single .rank-math-breadcrumb span:nth-of-type(n + 2) {
  display: none;
}

.project-single {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.project-single .project-gallery .image-cover {
  border-radius: 15px;
}

.project-single .project-gallery>.slide:nth-of-type(n + 2),
.project-single .project-thumbnails>.col {
  display: none;
}

.project-single .project-name {
  text-align: center;
  font-size: 36px;
  line-height: 42px;
  max-width: 840px;
  margin: 0 auto 60px;
  color: #3c3c3c;
}

.project-single .entry-content__title {
  text-align: center;
  font-size: 30px;
  color: var(--theme-color);
}

.project-single .entry-content p {
  margin-bottom: 25px;
}

.project-single .box-position {
  height: 100px;
  width: 1170px;
  position: relative;
  z-index: 99;
}

.project-single .box-position .project-thumbnails {
  position: absolute;
  width: 817px;
  left: 50%;
  transform: translateX(-50%);
  top: -55px;
}

.project-single .box-position .project-thumbnails .col {
  padding-bottom: 0;
  padding: 0 6px;
}

.project-single .box-position .project-thumbnails .image-cover {
  border: 3px solid #fff;
}

.project-single .box-position .project-thumbnails .is-selected .image-cover {
  border-color: var(--theme-color);
}

.project-single .col-info {
  padding-left: 55px;
  padding-top: 25px;
}

.project-single .col-info h2 {
  font-size: 30px;
  margin-bottom: 35px;
  color: var(--theme-color);
}

.project-single .info-project {
  padding: 0 10px;
}

.project-single .info-project .item {
  padding: 13px 0;
  border-bottom: 0.5px solid #c9c9c9;
  position: relative;
  padding-left: 34px;
  color: #3c3c3c;
}

.project-single .info-project .item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 19px;
  height: 19px;
  background-image: url(./images/don-vi.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.project-single .info-project .item:nth-of-type(2):before {
  background-image: url(./images/map.svg);
}

.project-single .info-project .item:nth-of-type(3):before {
  background-image: url(./images/may-loc.svg);
}

.project-single .info-project .item:last-of-type {
  border-bottom: 0;
}

.project-single .info-project .item span {
  color: #3c3c3c;
  font-family: var(--semi);
  display: inline-block;
}

.project-single .info-project .item:last-of-type span {
  margin-bottom: 11px;
}

.project-single .info-project .item ul {
  list-style: none;
}

.project-single .info-project .item ul li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  margin-bottom: 2px;
}

.project-single .info-project .item ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: var(--theme-color);
  border-radius: 8px;
  position: absolute;
  left: 2px;
  top: 8px;
}

.project-single .project-gallery .flickity-button {
  width: 40px;
  height: 40px;
  opacity: 1;
  background-color: #fff;
  color: var(--theme-color);
  border-radius: 50%;
  top: unset;
  bottom: -60px;
  z-index: 999;
  transform: unset;
  border: 1px solid var(--theme-color);
}

.project-single .project-gallery .flickity-button svg {
  display: none;
}

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

.project-single .project-gallery .flickity-button.previous:before {
  content: '\f177';
}

.project-single .project-gallery .flickity-button.previous {
  left: 20px;
}

.project-single .project-gallery .flickity-button.next {
  left: 75px;
}

.project-single .project-gallery .flickity-button:hover {
  background-color: var(--theme-color);
  color: #fff;
}

.relatedcat .flickity-page-dots {
  display: none;
}

.relatedcat {
  padding-top: 35px;
}

.relatedcat .title-post {
  color: var(--theme-color);
  font-size: 36px;
  text-align: center;
  margin-bottom: 48px;
}

.project-single .blog-share .social-icons,
.product-footer .blog-share .social-icons {
  flex-direction: row;
  justify-content: flex-end;
}

.project-single .blog-share .social-icons span,
.product-footer .blog-share .social-icons span {
  margin-bottom: 0;
}

.project-single .blog-share,
.product-footer .blog-share {
  border-top: 1px solid #c9c9c9;
  padding-top: 20px;
  margin-top: 40px;
}

/* End blog-project */
/* Product */
.category-shop {
  margin-bottom: 70px;
}

.category-shop .category-shop__title {
  text-align: center;
  font-size: 36px;
  line-height: 49px;
  color: var(--theme-color);
  font-family: var(--semi);
  margin-bottom: 50px;
}

.category-shop .box-category {
  display: flex;
  background: #f8f8f8 0% 0% no-repeat padding-box;
  border-radius: 15px;
  padding: 30px 35px;
}

.category-shop .box-category .box-image {
  width: 40%;
  flex-shrink: 0;
  margin-top: -65px;
}

.category-shop .list-category-product>.product-category-col {
  display: none;
}

.category-shop .product-category-col {
  margin: 0 12.5px;
  padding-top: 35px;
}

.category-shop .slick-list {
  margin: 0 -12.5px;
}

.category-shop .box-text {
  padding: 0;
}

.category-shop .box-category .product-count span:nth-of-type(2) {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  font-family: var(--medi);
  color: #6d6d6d;
}

.category-shop .box-category .count {
  display: block;
  font-size: 40px;
  line-height: 48px;
  font-family: var(--semi);
  color: var(--theme-color2);
}

.category-shop .box-category .product-count {
  margin-bottom: 18px;
  position: relative;
}

.category-shop .box-category .product-count:before {
  content: '';
  width: 88px;
  height: 0;
  border-bottom: 1px solid #1f9fd9;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.category-shop .box-category .header-title {
  font-size: 18px;
  margin: 0;
  font-family: var(--semi);
  color: #414141;
}

.category-page-row .product-small.box .box-image .image-none {
  background: #f8f8f8;
  border-radius: 15px;
}

.category-page-row .product-small.box .box-image {
  padding: 0;
}

#main .category-page-row .products {
  margin: 0 -10px;
}

.category-page-row .col-shop-title {
  display: grid;
  grid-template-columns: 65% auto;
  padding-bottom: 50px;
  align-items: center;
}

.category-page-row .col-shop-title .shop-page-title {
  font-size: 36px;
  color: var(--theme-color);
  text-transform: uppercase;
  margin: 0;
}

.category-page-row .col-shop-title .searchform {
  max-width: 310px;
  margin-left: auto;
  background: #f8f8f8;
  border-radius: 99px;
}

.category-page-row .col-shop-title input[type='search'] {
  background-color: transparent;
  border: 0;
  box-shadow: unset;
  height: 40px;
  color: #6d6d6d;
  font-size: 14px;
  padding: 0 20px;
}

.category-page-row .col-shop-title .button.icon {
  box-shadow: none !important;
  background-color: transparent;
  border: 0;
  width: 55px;
  padding: 0;
  height: 40px;
  color: var(--theme-color);
  position: relative;
  border-radius: 0 99px 99px 0;
}

.category-page-row .col-shop-title .button.icon:before {
  content: '';
  border-left: 1px solid #b8b8b8;
  width: 0;
  height: 26px;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
}

.category-page-row .col-shop-title .icon-search:before {
  content: '\f002';
  font-family: var(--fa6);
  font-size: 20px;
  transform: translateY(-2px);
  display: block;
}

.category-page-row .products .product-small.col {
  padding: 0 15px 30px;
}

.category-page-row .product-small.box .box-text {
  padding: 26px 0 30px;
}

.category-page-row .product-small.box .box-button {
  margin-top: 24px;
}

.category-page-row .product-small.box .product-title a {
  margin-bottom: 13px;
}

.category-page-row .product-small.box .price-wrapper .price-right {
  display: none;
}

.category-page-row .product-small.box .box-button .btn-rent {
  height: 32px;
  margin: 0;
}

.category-page-row .product-small.box .box-button .btn-compare {
  /* display: none; */
  height: 32px;
  min-height: 32px;
}

.category-page-row .product-small.box .form-checkbuy {
  display: block;
  margin: 0;
  display: none;
}

.category-page-row .product-small.box .box-button .btn-rent span {
  display: none;
}

.category-page-row .product-small.box .box-button .btn-rent .category-page-row .product-small.box .box-button {}

.slick-dots li button {
  color: #fff;
  padding: 0;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  overflow: hidden;
  display: none;
}

.slick-dots li {
  margin: 0 5px !important;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
  opacity: 0.5;
  cursor: pointer;
  border-radius: 50%;
}

.slick-dots li.slick-active {
  opacity: 1;
}

.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  margin-top: 15px;
}

.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-page-title.category-page-title .page-title-inner {
  text-align: center;
  padding: 280px 15px 180px;
}

#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);
}

.category-page-title .breadcrumbs {
  display: none;
}

.archive .category-page-row {
  padding-top: 94px;
}

.product-images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 115%;
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  border-radius: 8px;
}

.product-main .product-gallery .zoom-button {
  display: none;
}

.product-main .product-gallery .product-thumbnails a {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
  background-position: 50% 50%;
  display: block;
  border-radius: 6px;
  background: #e8e8e8;
}

.product-main .product-gallery .product-thumbnails {
  margin: 0 -8px;
}

.product-main .product-gallery .product-thumbnails .col {
  padding: 0 8px 0;
}

.product-main .product-gallery .flickity-button {
  display: none;
}

.product-images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img,
.product-main .product-gallery .col-product-image img {
  border: 0 !important;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: contain;
  font-family: 'object-fit: cover;';
  transform: unset !important;
}

.product-main {
  padding-top: 60px;
  padding-bottom: 70px;
  position: relative;
}

.product-main:before {
  content: '';
  width: 100%;
  height: 112%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(./images/banner-single.webp) no-repeat bottom;
  opacity: 0.2;
}

.product-main .product-gallery .desc {
  color: #3c3c3c;
  font-size: 16px;
  line-height: 22px;
}

#main .product-main .product-title {
  margin: 0 0 22px 0;
  color: #333333;
  font-size: 22px;
  line-height: 26px;
  font-family: var(--bold);
  text-transform: uppercase;
}

.product-main .product-images {
  margin-bottom: 10px;
}

.product-main .product-info {
  padding: 24px 15px 0;
  flex-basis: 31%;
  max-width: 31%;
}

.product-main .product-gallery {
  flex-basis: 69%;
  max-width: 69%;
  display: grid;
  grid-template-columns: 40% auto;
  padding-right: 75px;
}

.product-main .product-gallery .col-product-image {
  padding-left: 75px;
}

.product-main .product-gallery .col-product-title img {
  width: 245%;
  max-width: unset;
}

.product-main .product-gallery .col-product-title .box-img {
  margin-bottom: 5px;
  display: block;
}

.product-main .product-gallery .col-product-title .box-title {
  padding-right: 15px;
}

.product-main .product-gallery .flickity-button-fake {
  position: absolute;
  left: 0;
  bottom: 20px;
}

.product-main .product-gallery .flickity-button-fake button,
.album-product .slick-arrow {
  margin: 0;
  border: 1px solid #1f9fd9;
  padding: 0;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  color: var(--theme-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-main .product-gallery .flickity-button-fake button:hover,
.album-product .slick-arrow:hover {
  background-color: var(--theme-color);
  color: #fff;
}

.product-main .product-gallery .flickity-button-fake .fake-next {
  margin-left: 15px;
}

.product-main .product-gallery .flickity-button-fake button i,
.album-product .slick-arrow i {
  font-size: 18px;
}

.product-main .tab-product {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 30px #002c851c;
}

.product-main .tab-product .nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #26b5f8;
}

.product-main .tab-product .nav li {
  margin: 0;
  height: 56px;
  display: flex;
  align-items: center;
}

.product-main .tab-product .nav li.active {
  background: var(--theme-color);
}

.product-main .tab-product .tab-panels .panel {
  padding: 38px 30px 40px;
  min-height: 460px;
}

.product-main .tab-product .tab-panels {
  padding: 0;
}

.product-main .tab-product #tab_mua.panel {
  padding: 25px 30px 20px;
}

.product-main .tab-product .nav li#tab-thue {
  justify-content: flex-end;
  border-right: 0.5px solid #75d3fd;
}

.product-main .tab-product .tab-panels .panel:not(.active) {
  display: none;
}

.tab-product #tab_thue.panel .thue-title,
.tab-product #tab_mua.panel .title {
  font-size: 22px;
  font-family: var(--semi);
  color: var(--theme-color);
  margin-bottom: 7px;
  line-height: 30px;
}

.tab-product #tab_mua.panel .title {
  margin-bottom: 15px;
}

.tab-product #tab_thue.panel .gia-thue-thang {
  color: #3c3c3c;
  margin-bottom: 20px;
  line-height: 21px;
  font-family: var(--regular);
}

.tab-product #tab_thue.panel .tgian-thue .title {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}

.tab-product .variations-fake {
  position: relative;
}

.tab-product .variations-fake .error-text {
  position: absolute;
  font-size: 14px;
  right: 0;
  top: 103%;
  color: #c51407;
}

.tab-product #tab_thue.panel .product-variations {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

.tab-product #tab_thue.panel .price-coc {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 31px;
}

.tab-product .btn-action {
  display: flex;
  margin-bottom: 16px;
}

.tab-product .wpcf7-form .form-phone {
  display: flex;
  border: 0.5px solid #c4c4c4;
  border-radius: 99px;
  align-items: center;
}

.tab-product .wpcf7-form {
  margin-bottom: 14px;
}

.tab-product .note-phone {
  text-align: center;
  display: block;
  color: #727272;
  font-size: 15px;
}

.tab-product .form-phone .button {
  margin: 0;
  box-shadow: none;
  background: var(--theme-color) 0% 0% no-repeat padding-box;
  border-radius: 99px;
  height: 38px;
  margin-right: 2px;
  min-height: 38px;
  width: 73px;
  flex-shrink: 0;
  padding: 0;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
}

.tab-product .form-phone input {
  margin-bottom: 0;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  height: 42px;
  padding-left: 18px;
  font-size: 13px;
  color: #6d6d6d;
}

.tab-product .form-phone .wpcf7-form-control-wrap {
  flex: 1;
}

.tab-product .form-phone input::placeholder {
  color: #6d6d6d;
}

.tab-product .btn-action .btn-addcart {
  margin: 0;
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color);
  border-radius: 5px;
  margin-right: 12px;
  border: 1px solid transparent;
  fill: #fff;
}

.tab-product .btn-action .btn-addcart svg {
  fill: inherit;
}

.tab-product .btn-action .btn-addcart:hover {
  border-color: var(--theme-color);
  background: #fff;
  fill: var(--theme-color);
}

.tab-product .btn-action .btn-buynow {
  flex: 1;
  margin: 0;
  text-align: center;
  border-radius: 5px;
  height: 42px;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  font-family: var(--medi);
  border: 1px solid transparent;
  background: var(--theme-color);
}

.tab-product .btn-action .btn-buynow:hover {
  background: #fff;
  color: var(--theme-color);
}

.tab-product .btn-action .btn-addcart svg path {
  fill: inherit;
}

.tab-product #tab_thue.panel .price-coc .price {
  margin: 0;
  color: var(--theme-color);
  font-weight: normal;
  font-size: 18px;
  font-family: var(--semi);
}

.tab-product #tab_thue.panel .fake-attr {
  text-align: center;
  border: 0.5px solid var(--theme-color);
  border-radius: 6px;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #2b2a29;
  cursor: pointer;
  background: #f2ffff;
}

.tab-product #tab_thue.panel .fake-attr.active {
  background-color: #fff;
}

.tab-product #tab_thue.panel .fake-attr span {
  color: #2b2a29;
  font-size: 16px;
  font-family: var(--medi);
}

.tab-product .product-short-description {
  max-height: 160px;
  overflow-y: auto;
  margin-bottom: 30px;
}

.tab-product .product-short-description ul {
  list-style: none;
  margin-bottom: 0;
}

.tab-product .product-short-description li {
  position: relative;
  margin-left: 0;
  padding-left: 18px;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 8.5px;
}

.tab-product .product-short-description li:last-of-type {
  margin-bottom: 0;
}

.tab-product .product-short-description li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--theme-color);
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}

.tab-product .fake-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 19px;
}

.tab-product .fake-quantity .fake-quantity__title,
.tab-product .fake-price>span {
  color: #3c3c3c;
  font-size: 15px;
  line-height: 20px;
  flex-shrink: 0;
}

.tab-product .fake-quantity .quantity {
  margin: 0;
  height: 32px;
  border: 0.5px solid #c2c2c2;
  border-radius: 5px;
  width: 150px;
}

.tab-product .fake-quantity .quantity span {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 28px;
  cursor: pointer;
}

.tab-product .fake-quantity .quantity .minus {
  border-right: 0.5px solid #c2c2c2;
}

.tab-product .fake-quantity .quantity .plus {
  border-left: 0.5px solid #c2c2c2;
}

.tab-product .fake-quantity .qty-input {
  min-width: 62px;
  width: 62px;
  flex-shrink: 0;
  font-size: 15px;
  background-color: transparent;
}

.tab-product .fake-price {
  display: flex;
  margin-bottom: 20px;
}

.tab-product .price {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
}

.tab-product .price ins {
  order: -1;
}

.tab-product .price .amount {
  color: var(--theme-color);
  font-size: 18px;
  line-height: 20px;
  font-family: var(--semi);
  font-weight: normal;
}

.tab-product .price del {
  text-decoration: unset;
}

.product-main .add-to-cart-container {
  display: none;
}

.tab-product .price del .amount {
  font-size: 16px;
  color: #3c3c3c;
  font-family: var(--regular);
  opacity: 1;
  text-decoration: line-through;
}

.tab-product .price .woocommerce-Price-currencySymbol {
  font-size: 20px;
  vertical-align: unset;
  font-weight: normal;
  font-family: inherit;
}

.tab-product .price del .woocommerce-Price-currencySymbol {
  font-size: 16px;
  color: #3c3c3c;
  font-family: var(--regular);
  opacity: 1;
  text-decoration: line-through;
}

.product-main .tab-product .nav a {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  font-family: var(--medi);
  width: 100%;
  text-align: right;
  padding: 0 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-main .tab-product .nav a:before {
  display: none;
}

.product-main .tab-product li#tab-thue a {}

.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: 24px;
  line-height: 30px;
  font-weight: normal;
  font-family: var(--bold);
}

.product-info .price-wrapper del .amount {
  color: #bcc5c0;
  font-size: 16px;
}

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

.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 {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--semi);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  height: 56px;
  border-right: 0.5px solid var(--theme-color);
}

.woocommerce-tabs .nav>li:last-of-type>a {
  border-right: 0;
}

.woocommerce-tabs .nav>li.active>a {
  background-color: var(--theme-color);
  color: #fff;
}

.product-footer .woocommerce-tabs {
  border-top: 0;
  position: relative;
  padding-bottom: 40px;
}

.product-footer .woocommerce-tabs:after {
  content: '';
  width: 100%;
  max-width: 800px;
  border-bottom: 1px solid #b8b8b8;
  left: 50%;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
}

.product-footer .woocommerce-tabs .tabs {}

.product-footer .woocommerce-tabs .tab-panels {
  padding-top: 80px;
  max-width: 83.3333333333%;
  margin: 0 auto;
}

.product-footer .woocommerce-tabs .tab-panels .title-tab {
  font-size: 26px;
  color: #333333;
  margin-bottom: 20px;
  line-height: 33px;
  font-family: var(--semi);
}

.product-footer .col-left .nav {
  border-radius: 5px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #e3faff;
  overflow: hidden;
}

.product-footer .col-left .nav li {
  margin: 0;
}

.product-footer .col-left .tab_sosanh_tab {
  order: -1;
}

.product-footer .col-left .nav a:before {
  display: none;
}

.specifications-info ul {
  list-style: none;
}

.specifications-info ul li {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 10px;
}

.specifications-info ul li:nth-of-type(odd) {
  background-color: #f8f8f8;
}

.specifications-info ul .left {
  font-family: var(--semi);
  width: 30%;
  flex-shrink: 0;
}

.specifications-info ul .right {
  flex: 1;
}

.compare-product {
  overflow-x: auto;
}

.compare-product ul {
  width: 1200px;
}

.compare-product.grid-3 ul {
  width: 100%;
}

.compare-product.grid-3 ul li {
  grid-template-columns: auto 150px 150px;
}

.compare-product ul {
  list-style: none;
  border-top: 1px solid #e3e3e3;
}

.compare-product ul li {
  margin: 0;
  display: grid;
  grid-template-columns: auto 150px 150px 150px 150px 150px 150px;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  align-items: flex-start;
}

.compare-product ul li:first-of-type {
  background: #f2fff4;
  font-family: var(--semi);
  font-size: 18px;
}

.compare-product ul li:first-of-type .tieu-chi {
  font-family: var(--semi);
}

.compare-product ul li span {
  border-right: 1px solid #e3e3e3;
  padding: 8px;
  display: block;
  height: 100%;
  font-size: 15px;
}

.compare-product ul .tieu-chi {
  font-family: var(--medi);
}

.compare-product ul .thue-may,
.compare-product ul .mua-may {
  text-align: center;
}

.related {
  border-top: 0;
  padding-bottom: 40px;
  padding-top: 80px;
}

.related .product-small.box .box-button .btn-compare {
  display: none;
}

.related .product-small.box .box-button form {
  display: block;
}

.related .product-section-title {
  text-align: center;
  text-transform: none;
  color: var(--theme-color);
  font-size: 36px;
  line-height: 46px;
  padding: 0;
  margin-bottom: 60px;
}

.related .slick-dots {
  bottom: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.album-product {
  position: relative;
  padding-top: 90px;
}

.album-product .title {
  text-align: center;
  text-transform: none;
  color: var(--theme-color);
  font-size: 36px;
  line-height: 46px;
  padding: 0;
  margin-bottom: 30px;
}

.album-product .box-image {
  padding: 0 12.5px;
}

.album-product .box-image .image-cover {
  border-radius: 12px;
}

.album-product .slick-list {
  border-radius: 12px;
}

.album-product .list-item>.box-image {
  display: none;
}

.album-product .slick-arrow {
  position: absolute;
  bottom: -25px;
  top: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
}

.album-product .slick-arrow:before {
  display: none;
}

.album-product .slick-arrow.slick-next {
  left: 60px;
}

.album-product .list-item {
  padding-bottom: 85px;
  margin-bottom: 0;
}

.album-product .slick-dots {
  margin-top: 0;
  position: absolute;
  width: calc(100% - 180px);
  right: 0;
  bottom: 16px;
}

.album-product .slick-dots li {
  flex: 1;
  height: 1px;
  margin: 0 !important;
  background-color: #b8b8b8;
  border-radius: 0;
  opacity: 1;
}

.album-product .slick-dots li.slick-active {
  height: 3px;
  border-radius: 3px;
  background-color: var(--theme-color);
  transform: translateY(-1px);
}

/* End product */

/* page-contact */
.page-contact .col-right .col-inner {
  margin-left: -150px;
  background-color: var(--theme-color);
  padding: 40px 35px;
  border-radius: 10px;
  width: calc(100% + 150px);
}

.page-contact .row:first-of-type {
  align-items: center;
}

.page-contact form {
  margin-bottom: 0;
}

.page-contact .info-contact h2 {
  font-size: 36px;
  color: #fff;
  /* text-transform: uppercase; */
  margin-bottom: 30px;
}

.page-contact .info-contact ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
  /* display: none; */
}

.page-contact .info-contact ul li {
  margin-left: 0;
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  color: #fff;
}

.page-contact .info-contact li i {
  background-color: #fff;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 12px;
  position: absolute;
  top: -4px;
  left: 0;
  color: var(--theme-color);
}

.page-contact .form-contact .col-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}

.page-contact .wpcf7 .wpcf7-not-valid-tip {
  color: #fff;
  bottom: -17px
}

.page-contact .form-contact .wpcf7-form-control-wrap:nth-of-type(n + 3) {
  grid-column: span 2;
}

.page-contact .form-contact .col-content input {
  margin-bottom: 0;
  height: 45px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  color: #fff;
  border-bottom: 1px solid rgb(255 255 255 / 60%);
  padding: 10px 20px 10px 50px;
  font-size: 15px;
}

.page-contact .form-contact .col-content input::placeholder,
.page-contact .form-contact .col-content textarea::placeholder {
  color: #fff;
}

.page-contact .form-contact .col-content textarea {
  box-shadow: none;
  border: 0;
  min-height: 100px;
  background-color: transparent;
  color: #fff;
  padding: 10px 20px 10px 50px;
  border-bottom: 1px solid rgb(255 255 255 / 60%);
  font-size: 15px;
}

.page-contact .form-submit button {
  margin: 20px 0 0;
}

.page-contact .col-left .image-cover {
  border-radius: 10px;
}

.form-contact .wpcf7-form-control-wrap:before {
  content: '\f007';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgb(255 255 255 / 60%);
  font-weight: 300;
}

.form-contact .wpcf7-form-control-wrap:nth-of-type(3):before {
  content: '\f0e0';
}

.form-contact .wpcf7-form-control-wrap:nth-of-type(2):before {
  content: '\f095';
}

.form-contact .wpcf7-form-control-wrap:nth-of-type(4):before {
  content: '\f4a6';
  top: 15px;
  transform: unset;
}

.page-contact .video-fit {
  padding-top: 420px;
  border-radius: 10px;
  margin-top: 20px;
}

.page-contact .row-icon .icon-box {
  background: #e3faff;
  padding: 30px 15px 20px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-contact .row-icon .icon-box h3 {
  color: var(--theme-color);
}

.page-contact .row-icon .col-inner {
  height: 100%;
}

.page-contact .row-icon p {
  margin-bottom: 0;
}

/* End page-contact */
/* page-chinhsach */
.page-chinhsach .post-sidebar .box-contact {
  background: transparent linear-gradient(180deg, #1f9fd9 0%, #38b7f1 100%) 0% 0% no-repeat padding-box;
  padding: 45px 56px;
  border-radius: 10px;
}

.page-chinhsach .post-sidebar .box-widget+.box-widget {
  margin-top: 30px;
}

.page-chinhsach .box-banner img {
  border-radius: 15px;
}

.page-chinhsach .box-widget .title {
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: var(--semi);
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
}

.page-chinhsach .box-search form {
  display: flex;
  border: 1px solid #c5c5c5;
  margin: 0;
  height: 40px;
}

.page-chinhsach .box-search input {
  margin: 0;
  border: 0;
  background-color: transparent;
  color: #292929;
  height: 100%;
  box-shadow: none !important;
  font-size: 15px;
}

.page-chinhsach .box-search input::placeholder {
  color: #292929;
  opacity: 1;
}

.page-chinhsach .box-search .button-search {
  margin: 0;
  background-color: #fff;
  color: #292929;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 34px;
  padding: 0;
  min-height: unset;
  margin-top: 2px;
  margin-right: 2px;
}

.page-chinhsach .box-contact ul {
  list-style: none;
  margin-bottom: 0;
}

.page-chinhsach .box-contact ul li {
  margin-left: 0;
  height: 50px;
  margin-left: 0;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background-color: rgb(255 255 255 / 15%);
  border-radius: 99px;
  color: #fff;
}

.page-chinhsach .box-contact ul li:last-of-type {
  margin-bottom: 0;
}

.page-chinhsach .box-contact a {
  color: #fff;
  font-size: 18px;
  padding-left: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}

.page-chinhsach .box-contact i {
  color: #fff;
}

.page-chinhsach .box-form form {
  margin-bottom: 0;
}

.page-chinhsach .box-form input {
  background-color: #fff;
  box-shadow: none !important;
  height: 40px;
  color: #292929;
  font-size: 15px;
  border-radius: 5px;
}

.page-chinhsach .box-form input::placeholder {
  color: #292929;
  opacity: 1;
}

.page-chinhsach .box-form textarea {
  min-height: 80px;
  box-shadow: none;
  border-radius: 5px;
}

/* End page-chinhsach */

/* page-about */
.page-about-1 .ux-menu {
  flex-direction: row;
  margin: 9px auto 0;
  max-width: 885px;
  justify-content: space-between;
  border-bottom: 1px solid rgb(112 112 112 / 52%);
}

.page-about-1 .ux-menu .ux-menu-link__link {
  display: flex;
  padding: 25px 0;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 23px;
  font-family: var(--semi);
  color: #333333;
}

.page-about-1 .ux-menu .ux-menu-link__link:hover {
  color: var(--theme-color);
}

.page-about-2 .row-top .col-left {
  padding-right: 60px;
}

.page-about-2 .row-top .col-left h2 {
  margin-bottom: 25px;
}

.page-about-2 .row-top .col-left p {
  color: #3c3c3c;
  font-family: var(--light);
  margin-bottom: 35px;
}

.page-about-2 .row-top .image-cover {
  border-radius: 15px;
}

.page-about-2 .row-top {
  margin-bottom: 90px;
}

.page-about-2 .row-top .button {
  margin: 0;
}

.page-about-2:before {
  content: '';
  width: 100%;
  height: 95%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(180deg, #ffffff 0%, #e3faff 100%);
}

.page-about-2 .row-bottom .col-left .col-inner {
  background: #1f9fd9;
  border-radius: 15px;
  padding: 45px 45px 45px 55px;
}

.page-about-2 .row-bottom .col-left {
  flex-basis: 36%;
  max-width: 36%;
}

.page-about-2 .row-bottom .col-right {
  flex-basis: 64%;
  max-width: 64%;
}

.page-about-2 .row-bottom .col-left h4 {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-style: italic;
  margin-bottom: 6px;
}

.page-about-2 .row-bottom .col-left h2 {
  font-size: 34px;
  line-height: 43px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.page-about-2 .row-bottom .col-left .text:not(:last-of-type) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgb(255 255 255 / 37%);
}

.page-about-2 .row-bottom .col-right .col-inner {
  background-color: #fff;
  border-radius: 15px;
  height: 100%;
  border: 0.5px solid rgb(31 159 217 / 40%);
  padding: 59px 65px 20px;
}

.page-about-2 .icon-box {
  min-height: 77px;
  align-items: center;
}

.page-about-2 .icon-box:not(:last-of-type) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #9f9f9f5e;
}

.page-about-2 .icon-box p {
  color: #3c3c3c;
}

#main .page-about-2 .icon-box-text {
  padding-left: 34px;
}

#main .page-about-2 .icon-box img {
  padding: 0;
}

.page-about-2 .row-bottom .col {
  padding-bottom: 0;
}

#main .page-about-2 {
  padding-bottom: 0;
}

.page-about-2 .row-bottom {
  margin-bottom: -192px;
}

.page-about-3 .list-logo-2 {
  transform: rotate(180deg);
}

.page-about-3 .row.list-logo-1 {
  margin-bottom: 3px;
}

.page-about-3 .gallery-col.col {
  padding: 0 12.5px;
}

.page-about-3 .col-right {
  padding-bottom: 0;
}

#main .page-about-3 {
  padding-bottom: 240px;
  padding-top: 358px;
}

#leadership-list .large-8 {
  padding-left: 75px;
}

#leadership-list .leadership-image {
  display: flex;
  align-items: flex-end;
}

#leadership-list .leadership-image .slick-list:before,
#leadership-list .leadership-image .slick-list:after {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 2;
}

#leadership-list .leadership-image .slick-list:after {
  left: unset;
  right: 0;
}

#leadership-list .leadership-image .image-left {
  width: 66%;
}

#leadership-list .leadership-image .image-right {
  width: 34%;
  padding-left: 20px;
}

#leadership-list .image-full .image-cover {
  padding-top: 117%;
  border-radius: 15px;
}

#leadership-list .leadership-image .item-image {
  margin: 0 10px;
}

#leadership-list .leadership-image .slick-list {
  margin: 0 -10px;
}

#leadership-list .image-thumb .image-cover {
  padding-top: 129%;
  border-radius: 15px;
}

#leadership-list .image-thumb .image-cover:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: #1f9fd9;
  opacity: 0.9;
  z-index: 1;
}

#leadership-list .leadership-title .item-text {
  text-align: center;
}

#leadership-list .leadership-title .item-text span {
  color: #2b2b29;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 3px;
  font-family: var(--medi);
}

#leadership-list .leadership-title .item-text .name {
  margin: 0;
  font-family: var(--semi);
  font-size: 28px;
  line-height: 35px;
  color: #2b2b29;
}

#leadership-list .large-4 {
  display: flex;
  align-items: flex-end;
}

#leadership-list .leadership-title {
  padding-bottom: 115px;
  width: 100%;
  max-width: 310px;
  margin: 0 auto 30px;
}

#leadership-list .leadership-title .slick-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid var(--theme-color);
  position: absolute;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  color: var(--theme-color);
}

#leadership-list .leadership-title .slick-arrow:hover {
  background-color: var(--theme-color);
  color: #fff;
}

#leadership-list .leadership-title .slick-arrow:before {
  display: none;
}

#leadership-list .leadership-title .slick-arrow.slick-prev {
  left: calc(50% - 35px);
  transform: translateX(-50%);
}

#leadership-list .leadership-title .slick-arrow.slick-next {
  left: calc(50% + 35px);
  transform: translateX(-50%);
}

#leadership-list .leadership-title .slick-arrow i {
  font-size: 20px;
}

.sec-leadership .title-home {
  position: absolute;
  max-width: 390px;
  left: 0;
  top: 20px;
}

.sec-leadership .title-home p {
  color: #3c3c3c;
}

#main .sec-leadership {
  padding-bottom: 100px;
}

.sec-leadership .section-bg {
  top: 130px;
  background-position: top center;
}

#leadership-list .leadership-title>.item-text,
#leadership-list .image-full>.item-image,
#leadership-list .image-thumb>.item-image {
  display: none;
}

/* End page-about */
/* page giai phap */
.page-solution-1 .col-left {
  padding-right: 42px;
}

.page-solution-1 .col-right {
  padding-left: 52px;
}

.page-solution-1 .col-right>.col-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 45px 65px;
}

.page-solution-1 .col-right .icon-box-img {
  width: 76px !important;
  height: 76px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  border-radius: 50%;
  margin-bottom: 23px;
}

.page-solution-1 .col-right .icon-box-img img {
  padding: 0;
  height: 100%;
  object-fit: contain;
  display: block;
}

.page-solution-1 .col-right .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 52%;
  transform: translate(-50%, -50%);
  top: 48%;
}

.page-solution-1 .col-right .icon-box h3 {
  font-size: 18px;
  line-height: 23px;
  font-family: var(--semi);
  margin-bottom: 13px;
}

.page-solution-1 .col-right .icon-box p {
  color: #515151;
  font-family: var(--light);
}

.page-solution-1 .col-left .img {
  overflow: hidden;
  border-radius: 0 0 15px 0;
  margin: 0;
}

.page-solution-1 .title-home h2 {
  margin-bottom: 0;
}

#main .page-solution-1 {
  padding-bottom: 20px;
  padding-top: 50px;
}

.page-solution-2 .col-left .stack>.text {
  width: 50%;
  flex-shrink: 0;
}

.page-solution-2 .col-left {
  padding-right: 85px;
  position: relative;
  flex-basis: 60%;
  max-width: 60%;
}

.page-solution-2 .col-right {
  flex-basis: 40%;
  max-width: 40%;
}

.page-solution-2 .col-left:before {
  content: '';
  width: 0;
  height: calc(100% + 110px);
  position: absolute;
  border-left: 1px solid #b7b7b7;
  left: 38%;
  top: -55px;
}

.page-solution-2 .col-left .stack:not(:last-of-type) {
  margin-bottom: 30px;
}

.page-solution-2 .col-left .stack h3 {
  color: #414141;
  font-size: 28px;
  font-family: var(--semi);
}

.page-solution-2 .col-left p {
  color: #3c3c3c;
}

.page-solution-2 .title-home h2 {
  padding-bottom: 35px;
  margin-bottom: 55px;
  border-bottom: 1px solid #b7b7b7;
}

.page-solution-2 .text-top h2 {
  letter-spacing: 2.25px;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 58px;
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1px var(--theme-color);
  font-weight: normal;
  margin-bottom: 0;
}

.page-solution-2 .text-top h3 {
  margin-bottom: 30px;
  color: var(--theme-color);
  font-size: 30px;
  line-height: 40px;
}

.page-solution-2 .text-top p {
  max-width: 376px;
  margin-bottom: 80px;
}

.page-solution-2 .col-right .stack {
  background: #1f9fd9;
  border-radius: 29px;
  padding: 60px 50px 52px 64px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.page-solution-2 .col-right .stack:before {
  content: '';
  width: 183px;
  height: 183px;
  position: absolute;
  background: url(./images/icon-logo.png) no-repeat center;
  background-size: contain;
  top: -81px;
  right: -32px;
}

.page-solution-2 .col-right .stack h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;
  font-family: var(--medi);
}

.page-solution-2 .col-right .stack p:nth-of-type(1) {
  color: #dcffeb;
  font-size: 65px;
  font-family: var(--semi);
  line-height: 1;
}

.page-solution-2 .col-right .stack p:nth-of-type(2) {
  color: #fff;
  max-width: 372px;
}

.page-solution-2 .col-right .stack .text {
  margin-bottom: 42px !important;
}

.page-solution-2 .col-right .stack .img {
  max-width: 200px;
  margin-bottom: 20px !important;
}

#main .page-solution-2 {
  padding-bottom: 40px;
}

#main .page-solution-3 {
  padding-bottom: 100px;
}

.page-solution-3 .title-home h2 {
  margin-bottom: 65px;
}

.page-solution-3 .stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px 27px;
}

.page-solution-3 .stack .icon-box {
  background: #e3faff;
  border-radius: 10px;
  min-height: 94px;
  display: flex;
  align-items: center;
  padding: 0 27px 0 40px;
  cursor: pointer;
}

.page-solution-3 .stack .icon-box-img {
  width: 37px !important;
}

.page-solution-3 .stack .icon-box-text {
  padding-left: 40px;
}

.page-solution-3 .stack .icon-box rect {
  fill: currentColor;
}

.page-solution-3 .stack .icon-box svg {
  color: var(--theme-color);
}

.page-solution-3 .stack .icon-box p {
  color: #3c3c3c;
}

.page-solution-3 .icon-box.active {
  background: var(--theme-color);
}

.page-solution-3 .icon-box.active p,
.page-solution-3 .icon-box.active svg {
  color: #fff;
}

.page-solution-4 .title-home h2 {
  margin-bottom: 16px;
}

.page-solution-4 .large-12 {
  padding-top: 25px;
}

#main .page-solution-4 {
  padding-bottom: 40px;
}

.page-solution-5 h2 {
  color: var(--theme-color)
}

#main .page-solution-5 {
  padding-bottom: 0
}

/* End page giai phap */
.row-thankyou .col-inner {
  padding: 60px 80px;
  background-color: #f8f8f8;
  border-radius: 40px;
}

.row-thankyou .col-inner img {
  width: 90px;
  margin-bottom: 15px;
}

.row-thankyou .col {
  padding-bottom: 0;
  padding-top: 40px;
}

.row-thankyou .col h2 {
  font-size: 28px;
  font-family: var(--semi);
  margin-bottom: 30px;
  color: var(--theme-color);
}

.row-thankyou .col .btn-1 {
  border-radius: 99px;
  padding: 0 60px;
  background-image: linear-gradient(to right, #468b54, #147146);
  color: white;
  font-weight: 100;
  font-size: 16px;
  font-family: var(--medi);
}

.row-thankyou .col .btn-1:hover {
  box-shadow: none;
  background-image: linear-gradient(to left, #468b54, #147146);
}

.row-thankyou .col p a {
  color: var(--theme-color);
  font-family: var(--medi);
}

.row-thankyou img {
  margin-bottom: 14px;
}

.row-thankyou h2 {
  font-size: 28px;
  margin-bottom: 32px;
}

.row-thankyou p {
  max-width: 670px;
  margin: 0 auto 21px;
}

/* page-thue */
.page-thue-1 .col-left {
  max-width: 34.4%;
  flex-basis: 34.4%;
}

.page-thue-1 .col-left h2 {
  color: var(--theme-color);
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.page-thue-1 .col-main {
  height: 100%;
  flex-basis: 32.2667%;
  max-width: 32.2667%;
}

.page-thue-1 .col-main .img-1 .img-inner {
  width: 368px !important;
}

#main .page-thue-1 {
  padding-bottom: 100px;
}

.page-thue-1 .col-right {
  color: #3c3c3c;
  padding-left: 50px;
  padding-top: 120px;
}

.page-thue-1 .col-right p,
.page-thue-1 .col-left p {
  margin-bottom: 8px;
}

.page-thue-1 .col-main .img-2 {
  position: absolute;
  top: 0;
  width: 725px !important;
  left: 53%;
  transform: translateX(-50%);
}

.page-thue-1 .section-bg {
  top: -126px;
}

.page-thue-1 .col-main .img {
  margin-bottom: 0;
}

.page-thue-1 .icon-box-img .icon svg {
  padding: 0;
}

.page-thue-1 svg rect {
  fill: currentColor;
}

.page-thue-1 .icon-box-img .icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  color: #fff;
}

.page-thue-1 .icon-box-img .icon-inner {
  width: 22px;
  height: 22px;
}

.page-thue-1 .icon-box+.icon-box {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #1f9fd978;
}

.page-thue-1 .icon-box-text {
  padding-left: 10px !important;
}

.page-thue-1 .icon-box p {
  font-size: 15px;
}

.page-thue-1 .icon-box {
  align-items: center;
}

.page-thue-1 .icon-box-img {
  width: 50px !important;
}

.page-banner {
  z-index: 10;
}

.page-thue-1 .col-main .img-1 {
  opacity: 0;
}

#main .page-thue-2 {
  padding-bottom: 60px;
}

.page-thue-2 .col-left .col-inner {
  max-width: 375px;
  margin-left: 0;
}

.page-thue-2 .title-home h2 {
  font-size: 30px;
  line-height: 38px;
}

.page-thue-2 svg rect {
  fill: currentColor;
}

.page-thue-2 .icon-box-img {
  width: 100% !important;
  margin-bottom: 14px;
}

.page-thue-2 .icon-box-img:after {
  content: '';
  position: absolute;
  right: 0;
  width: calc(100% - 70px);
  height: 0;
  border-bottom: 1px solid var(--theme-color);
  top: 50%;
  transform: translateY(-50%);
}

.page-thue-2 .icon-box-img .icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  color: #fff;
}

.page-thue-2 .icon-box-img .icon-inner {
  width: 28px;
  height: 28px;
}

.page-thue-2 .icon-box-img .icon svg {
  padding: 0;
}

.page-thue-2 .icon-box-text {
  display: flex;
}

.page-thue-2 .icon-box-text p {
  width: 56%;
  flex-shrink: 0;
}

.page-thue-2 .icon-box-text h3 {
  color: var(--theme-color);
  font-size: 20px;
  margin-bottom: 0;
  padding-right: 30px;
}

.page-thue-2 .icon-box:not(:last-of-type) {
  margin-bottom: 30px;
}

.page-thue-2 .icon-box:hover .icon {
  background-color: #fff;
  color: var(--theme-color);
}

.page-thue-3 .title-home {
  max-width: 500px;
}

.page-thue-3 .col-right .col-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 20px;
}

.page-thue-3 .col-bottom .col-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 20px;
}

.page-thue-3 .icon-box {
  background: #fff;
  border-radius: 10px;
  padding: 12px 25px 28px;
  position: relative;
  cursor: pointer;
}

.page-thue-3 .icon-box p {
  color: #3c3c3c;
  font-size: 15px;
  font-family: var(--light);
  line-height: 20px;
}

.page-thue-3 .icon-box .icon-box-img {
  width: 64px !important;
}

.page-thue-3 .icon-box .icon-box-img img {
  padding-top: 0;
}

.page-thue-3 .icon-box h5 {
  position: absolute;
  top: 30px;
  left: 110px;
  font-size: 24px;
  font-family: var(--bold);
  line-height: 34px;
  margin-bottom: 0;
  color: var(--theme-color);
  text-transform: uppercase;
}

.page-thue-3 .icon-box.active {
  background-color: var(--theme-color);
}

.page-thue-3 .icon-box.active * {
  color: #fff;
}

.gt-sec-5 .slider>.row {
  display: none !important;
}

.gt-sec-5 .flickity-slider>.row {
  opacity: 1;
  width: 33% !important;
  margin: 0 1px;
}

.gt-sec-5 .flickity-slider>.row img {
  height: 250px;
  object-fit: contain;
}

.gt-sec-5 .flickity-slider>.row .box-image {
  margin-bottom: 50px;
  position: relative;
  overflow: visible;
}

.gt-sec-5 .flickity-slider>.row .box-image:before {
  content: '';
  position: absolute;
  width: 90%;
  height: 200px;
  border-radius: 20px;
  background-color: #f2f2f2;
  left: 50%;
  bottom: -35px;
  transform: translatex(-50%);
  z-index: -1;
}

.gt-sec-5 .flickity-slider>.row p {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding: 0 10%;
}

.gt-sec-5 .slider-nav-circle .flickity-button {
  bottom: -20px;
  top: auto !important;
  left: 50px;
  right: auto !important;
  box-shadow: none !important;
  border: 1px solid var(--theme-color);
  opacity: 1 !important;
}

.gt-sec-5 .slider-nav-circle .flickity-button.next {
  left: 110px;
}

#main .gt-sec-5 .slider .flickity-page-dots {
  width: calc(100% - 240px);
  left: 190px;
  bottom: 3px;
}

#main .gt-sec-5 .slider .flickity-page-dots li.dot {
  flex: 1;
  height: 1px;
  background-color: #6d6d6d;
  border-radius: 0;
  margin: 0;
  border-width: 0 1px 0 0;
}

#main .gt-sec-5 .slider .flickity-page-dots li.dot.is-selected {
  height: 3px;
  background-color: var(--theme-color);
}

/* End page-thue */
.wpcf7 form .wpcf7-response-output {
  display: none;
}

.wpcf7 .wpcf7-not-valid-tip {
  color: #fff;
  position: absolute;
  background: 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 15px;
  right: 0;
  bottom: -5px;
}

.wpcf7 .wpcf7-not-valid-tip:after {
  display: none;
}

.popup-custom-full .bg_overlay_popup {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000040;
  width: 100%;
  height: 100vh;
  z-index: 999999999;
  cursor: pointer;
}

#wrapper .popup-custom-full .popup-content {
  max-width: 650px;
}

#wrapper .popup-custom-full .popup-content .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

#wrapper .popup-custom-full .title-sub {
  color: #2d2d2d;
  font-family: var(--medium) !important;
  margin-bottom: 0;
  font-size: 20px;
}

.um-login .um-notice.err {
  display: none;
}

#wrapper .popup-custom-full .popup-content .title i {
  font-size: 22px;
  color: #2d2d2d;
}

#wrapper .popup-custom-full .content p {
  text-align: center;
}

#wrapper .popup-custom-full .content .title-form {
  font-family: var(--semi) !important;
  margin-bottom: 10px;
  font-size: 23px;
  text-align: center;
  color: var(--theme-color);
}

#wrapper .popup-custom-full .tb-box {
  padding: 25px 25px 35px;
}

#wrapper .popup-custom-full .submit button,
#wrapper .popup-custom-full .submit a {
  margin: 20px 0 0;
  background-color: var(--theme-color2);
  color: #fff;
  font-family: var(--semi);
  font-weight: normal;
  text-transform: none;
  padding: 0 30px;
  border-radius: 99px;
  text-align: center;
}

#wrapper .popup-custom-full .submit button:hover {
  background-color: var(--theme-color);
}

#wrapper .popup-custom-full .submit {
  text-align: center;
}

.popup-custom-full {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
  top: 0;
  left: 0;
}

.modal_show_tb .close_tb {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.popup-custom-full.show {
  display: flex;
}

.popup-custom-full .popup-content {
  position: absolute;
  z-index: 9999999999;
  background-color: #fff;
  border-radius: 0.4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  max-width: 400px;
  height: auto;
  padding: 0;
}

#nav-bottom,
#nav-bottom__contact,
#nav-bottom__products {
  display: none;
}

@media screen and (min-width: 1024px) {
  #main .slider-home .banner {
    padding-top: calc(100vh - 95px);
  }

  .admin-bar #main .slider-home .banner {
    padding-top: calc(100vh - 127px);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1198.98px) {}

@media screen and (min-width: 850px) and (max-width: 1199.98px) {
  .gt-sec-5 .flickity-slider>.row .box-image:before {
    width: 100%;
  }

  .sec-home-1 .col-left {
    padding-right: 30px;
  }

  .sec-home-2 .col-left h2 {
    font-size: 30px;
  }

  .sec-home-2 .icon-box .grow span {
    width: 30px;
  }

  .sec-home-2 .col-right .icon-box .icon-box-text:before {
    width: 40px;
    height: 40px;
  }

  .sec-home-2 .icon-box .grow .grow-4 {
    height: 126px;
  }

  .sec-home-2 .icon-box .grow .grow-3 {
    height: 64px;
  }

  .sec-home-2 .icon-box .grow .grow-2 {
    height: 86px;
  }

  .sec-home-2 .icon-box .grow .grow-1 {
    height: 48px;
  }

  .sec-home-4 .col-right {
    padding-left: 30px;
  }

  .home-project .box-project .box-text {
    padding-right: 30px;
  }

  .header-nav-main>.menu-item {
    margin: 0 7px;
  }

  #header .header-button-1 .button {
    width: 135px;
  }

  .archive .category-page-row {
    padding-top: 80px;
  }

  .product-small.box .box-button .btn-compare,
  .product-small.box .box-button .btn-buynow {
    font-size: 13px;
    padding: 0 5px;
  }

  .product-main .tab-product .tab-panels .panel,
  .product-main .tab-product #tab_mua.panel {
    padding: 20px;
    min-height: 390px;
  }

  .tab-product #tab_thue.panel .fake-attr {
    padding: 5px;
  }

  .tab-product #tab_thue.panel .gia-thue-thang {
    margin-bottom: 10px;
  }

  .tab-product #tab_thue.panel .price-coc {
    margin-bottom: 15px;
  }

  .tab-product .product-short-description {
    max-height: 100px;
  }

  .woocommerce-tabs .nav>li>a {
    font-size: 15px;
    padding: 12px;
  }

  .project-single .col-info {
    padding-left: 30px;
    padding-top: 0;
  }

  .project-single .col-info h2 {
    margin-bottom: 15px;
  }

  .page-about-2 .row-top .col-left h2 {
    font-size: 30px;
  }

  .page-about-2 .row-top .col-left {
    padding-right: 30px;
  }

  .page-about-2 .row-bottom .col-left h2,
  .title-home h2 {
    font-size: 28px;
  }

  .page-about-2 .row-bottom .col-left .col-inner {
    padding-left: 40px;
  }

  .page-about-2 .row-bottom .col-right .col-inner {
    padding: 59px 35px 20px;
  }

  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col {
    padding-top: 200px;
  }

  .page-solution-1 .col-right {
    padding-left: 15px;
  }

  .page-solution-1 .col-right>.col-inner {
    grid-gap: 30px;
  }

  .page-solution-1 .title-home h2 {
    margin-bottom: 20px;
  }

  .page-solution-2 .col-left .stack h3 {
    font-size: 24px;
  }

  .page-solution-2 .text-top h3 {
    font-size: 32px;
  }

  .page-solution-2 .col-right .stack {
    padding: 35px;
  }

  .page-solution-2 .col-right .stack:before {
    width: 150px;
    height: 150px;
    top: -60px;
    right: -30px;
  }

  .page-solution-3 .stack .icon-box {
    padding: 10px 15px;
  }

  .page-solution-3 .stack .icon-box-text {
    padding-left: 16px;
  }
}

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

@media screen and (max-width: 1199.98px) {
  #header .header-bottom-nav.nav-right li {
    margin: 0 10px;
  }
}

@media screen and (min-width: 850px) {
  .category-shop .product-category-col.active .box-category {
    background: transparent linear-gradient(180deg, #26b5f8 0%, #1f9fd9 100%);
  }

  .category-shop .product-category-col.active span,
  .category-shop .product-category-col.active .header-title {
    color: #fff !important;
  }

  .category-shop .product-category-col.active .product-count:before {
    border-color: #fff;
  }

  .sidebar-search {
    display: none;
  }
}

@media screen and (max-width: 849.98px) {
  #main .slider-home .banner {
    padding-top: 50%;
  }

  #wrapper {
    padding-top: 65px;
    padding-bottom: 60px;
  }

  .admin-bar #wrapper #header {
    top: 0;
  }

  #logo a {
    height: auto;
    margin-top: unset;
  }

  #header #logo img {
    max-height: 55px;
  }

  .menu-hidden {
    background-color: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }

  .menu-hidden.show {
    opacity: 0.6;
    visibility: visible;
  }

  .sidebar-search {
    position: fixed;
    width: 375px;
    right: -375px;
    z-index: 1002;
    height: 100%;
    top: 0;
    background-color: #fff;
    padding: 1rem 1rem 60px 1rem;
    transition: all 0.5s;
    max-width: 100%;
  }

  .sidebar-search.show {
    right: 0;
  }

  .sidebar-search .sidebar-search__header {
    display: flex;
    position: relative;
    padding-bottom: 32px;
  }

  .sidebar-search .sidebar-search__header .title {
    color: #3b3b3b;
    font-size: 20px;
    text-transform: uppercase;
    font-family: var(--medi);
    text-transform: uppercase;
  }

  .sidebar-search .sidebar-search__header .sidebar-search__close {
    font-size: 20px;
    color: #fafafa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(0.5px);
    background: transparent linear-gradient(125deg, #1f9fd9 0%, #1f9fd982 100%) 0% 0% no-repeat padding-box !important;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
  }

  .sidebar-search .sidebar-search__body input[type='text'] {
    background-color: transparent;
    border: 0;
    box-shadow: unset;
    border-bottom: 1px solid rgb(0 119 97 / 35%);
    padding: 0;
    font-size: 15px;
    color: #3b3b3b;
  }

  #nav-bottom {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: transparent linear-gradient(180deg, #1f9fd9 0%, #32b2ec 100%);
    border-top: 1px solid #ffffff29;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
  }

  #nav-bottom button {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    border-radius: 0;
    line-height: 20px;
    text-align: center;
    padding: 10px 5px;
    color: #fff;
    background: none;
    border: none;
    font-weight: normal;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  #nav-bottom button .t-icon {
    font-size: 22px;
    text-align: center;
    display: block;
    width: 100%;
    height: 26px;
  }

  #nav-bottom button .t-icon+span {
    transition: height 0.2s;
    font-size: 10px;
    display: block;
  }

  #nav-bottom button .total-cart {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 3px;
    right: 27%;
    z-index: 1;
    background-color: #f0ae00;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  #nav-bottom .t-icon:before {
    filter: brightness(0) invert(1);
  }

  #nav-bottom .t-icon-home:before {
    content: url('./images/Home.svg');
  }

  #nav-bottom .t-icon-category:before {
    content: url('./images/Category.svg');
  }

  #nav-bottom .t-icon-cart:before {
    content: url('./images/Buy.svg');
  }

  #nav-bottom .t-icon-contact:before {
    content: url('./images/Chat.svg');
  }

  #nav-bottom .t-icon-search:before {
    content: url('./images/Search.svg');
  }

  #cart-popup .cart-popup-inner {
    padding-bottom: 60px;
    padding: 1rem 1rem 60px 1rem;
  }

  .mfp-content.off-canvas-cart {
    max-width: 375px;
  }

  #cart-popup .cart-popup-title {
    text-align: left;
    padding-bottom: 2rem;
  }

  #cart-popup .woocommerce-mini-cart__empty-message {
    color: #fff;
  }

  #cart-popup .cart-popup-title span {
    font-size: 20px;
    font-family: var(--medi);
  }

  #cart-popup .cart-popup-title .is-divider {
    display: none;
  }

  #cart-popup .woocommerce-mini-cart__buttons .button:nth-of-type(1) {
    display: none;
  }

  #cart-popup .woocommerce-mini-cart__buttons .button {
    height: 42px;
    border-radius: 99px;
    font-weight: normal;
    /* background: transparent linear-gradient(125deg, #1f9fd9 0%, #f3f3f329 100%)
      0% 0% no-repeat padding-box !important; */
  }

  #cart-popup p.total {
    border-bottom: 0;
    margin-bottom: 25px;
    padding-top: 1rem;
    border-color: #f8f8f8;
  }

  #cart-popup p.total .amount {
    font-family: var(--semi);
    font-weight: normal;
  }

  .widget_shopping_cart ul.product_list_widget li {
    padding-left: 70px;
    border-color: #ddd;
    padding-top: 12px;
    padding-bottom: 16px;
  }

  ul.product_list_widget li img {
    width: 70px;
    height: 70px;
  }

  #header .cart-item {
    display: none;
  }

  .cart-mini-product-info .cart-mini-product-name a {
    font-size: 15px;
    font-family: var(--semi);
    margin-bottom: 10px !important;
  }

  .cart-mini-product-info .cart-mini-product-detail-item {
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
  }

  .cart-mini-product-info .variation {
    margin-bottom: 0;
    opacity: 1;
  }

  .cart-mini-product-info dl.variation dd {
    margin: 0 0 0 5px;
    font-size: 14px;
  }

  .cart-mini-product-info .ux-mini-cart-qty {
    margin: 0 0 0 5px;
  }

  .cart-mini-product-info .ux-mini-cart-qty .amount {}

  .woocommerce-mini-cart .remove_from_cart_button {
    backdrop-filter: blur(15px);
    width: 32px;
    height: 32px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    background-color: #555;
    color: #fff;
  }

  .woocommerce-mini-cart .remove_from_cart_button i:before {
    content: '\f2ed';
    font-family: var(--fa6);
  }

  .mfp-ready .mfp-close,
  .mfp-close {
    width: 32px;
    height: 32px;
    mix-blend-mode: unset;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
    top: 12px;
    right: 12px;
    border: 0;
    opacity: 1;
  }

  .mfp-ready .mfp-close svg {
    display: none;
  }

  .mfp-ready .mfp-close:before {
    content: '\f00d';
    font-family: var(--fa6);
    font-size: 20px;
    color: #fafafa;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(0.5px);
    background: transparent linear-gradient(125deg, #1f9fd9 0%, #1f9fd982 100%) 0% 0% no-repeat padding-box !important;
    border-radius: 50%;
  }

  /* End menu mobile */
  .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-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 {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  #masthead .image-icon img {
    max-width: 22px;
  }

  #masthead .image-icon:after {
    top: -14px;
    right: -14px;
    width: 16px;
    height: 16px;
    font-size: 10px;
  }

  #header .header-main .nav-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color2) 100%);
    border-left: 1px solid rgb(255 255 255/10%);
  }

  #header .container {
    padding-right: 0;
  }

  .mobile-nav .icon-menu {
    margin-right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 15px;
    background: url(/wp-content/themes/flatsome-child/images/icon-menu.svg) no-repeat center;
    background-size: contain;
  }

  .mobile-nav .icon-menu:before {
    display: none;
  }

  .off-canvas-right .mfp-content {
    padding: 0;
    margin: 0;
    background-color: #fff;
    width: 375px;
  }

  .mobile-sidebar .logo-mobile {
    padding: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mobile-sidebar .logo-mobile img {
    height: 50px;
    object-fit: contain;
  }

  .off-canvas-left .mfp-content {
    background-color: var(--theme-color);
  }

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

  #footer .col-1 {
    flex-basis: 50%;
    max-width: 50%;
  }

  #footer .col-2 {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 30px;
  }

  #footer .col-3 {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 15px;
  }

  #header .stuck .header-main,
  #header .header-main {
    height: 65px !important;
  }

  .category-page-row .product-small.box .box-button {
    grid-gap: 5px;
    margin-top: 14px;
  }

  .product-small.box .box-button .btn-compare,
  .product-small.box .box-button .btn-buynow,
  .product-small.box .box-button .btn-rent {
    font-size: 13px;
    padding: 0;
  }

  .category-shop .category-shop__title {
    margin-bottom: 30px;
  }

  .category-shop {
    margin-bottom: 40px;
  }

  .category-shop .slick-list {
    padding-left: 0px !important;
  }

  .category-shop .box-category {
    padding: 20px;
  }

  .product-main .product-gallery .box-title {
    margin-bottom: 20px;
  }

  .product-main .tab-product .tab-panels .panel {
    padding: 25px 30px;
    min-height: 420px;
  }

  .product-footer .woocommerce-tabs {
    margin-top: 0;
  }

  .related-products-wrapper {
    padding-top: 40px;
  }

  .related .product-section-title {
    margin-bottom: 40px;
  }

  .related-products-wrapper .related-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 20px;
  }

  .product-main {
    padding-top: 30px !important;
  }

  .product-images .slick-dots {
    position: absolute;
    font-size: 13px;
    line-height: 16px;
    background: #222222a8;
    color: #fff;
    font-weight: normal;
    padding: 3px 10px;
    border-radius: 4px;
    bottom: 15px;
    right: 12px;
    display: block;
  }

  .product-images .slick-dots li:not(.slick-active) {
    display: none;
  }

  .product-images .slick-dots li {
    width: auto;
    height: auto;
    font-size: 14px;
    background-color: transparent;
  }

  .nav-bottom__contact {}

  /* so--sanh */
  .comparision-detail-table .comparision-header .comparision-title,
  .comparision-detail-table .comparision-title__item .parameter-title {
    display: none;
  }

  .comparision-detail-table .comparision-header ul,
  .comparision-detail-table .comparision-title__item {
    grid-template-columns: repeat(3, 1fr);
  }

  .comparision-detail-table .comparision-title__item .parameter-info:nth-of-type(2) {
    border-left: 1px solid var(--boderColor);
  }

  .comparision-detail-table .comparision-title__item .parameter-info {
    padding: 0;
  }

  .comparision-detail-table .comparision-body .parameter-title-small {
    display: block;
    padding: 8px 16px;
    background: #f8f8f8;
  }

  .comparision-detail-table .comparision-title__item .parameter-info .content {
    padding: 1rem;
    font-size: 14px;
  }

  /* End so--sanh */
  #nav-bottom__contact,
  #nav-bottom__products {
    position: fixed;
    width: 100%;
    height: 570px;
    bottom: -100%;
    left: 0;
    display: block;
    background-color: #fff;
    border-radius: 30px 30px 0 0;
    z-index: 1001;
    padding-bottom: 60px;
    padding-top: 15px;
    transition: all 0.5s;
  }

  #nav-bottom__products.show,
  #nav-bottom__contact.show {
    bottom: 0;
  }

  #nav-bottom__contact .contact-info__header,
  #nav-bottom__products .products-header {
    position: relative;
    height: 32px;
  }

  #nav-bottom__contact .contact-info__header .contact-close,
  #nav-bottom__products .products-header .products-close {
    font-size: 20px;
    color: #fafafa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(0.5px);
    background: transparent linear-gradient(125deg, #1f9fd9 0%, #1f9fd982 100%) 0% 0% no-repeat padding-box !important;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 15px;
  }

  #nav-bottom__contact .contact-info {
    padding: 10px 60px 0;
  }

  #nav-bottom__contact .contact-info-top a {
    display: flex;
    align-items: center;
    background: transparent linear-gradient(105deg, #f3ffea 0%, #eaf6fe 100%);
    border-radius: 7px;
    border: 1px solid rgb(20 113 70 / 40%) !important;
    margin-bottom: 10px;
    color: #fff;
    padding: 12px 20px;
    gap: 18px;
  }

  #nav-bottom__contact .contact-info-top a img {
    width: 22px;
    height: 22px;
    object-fit: contain;
  }

  #nav-bottom__contact .contact-info-top a span {
    color: #3c3c3c;
    font-size: 14px;
    font-family: var(--medi);
  }

  #nav-bottom__contact .contact-info-social {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
  }

  #nav-bottom__contact .contact-info-social a {
    justify-content: center;
    display: flex;
    align-items: center;
    background: transparent linear-gradient(105deg, #f3ffea 0%, #eaf6fe 100%);
    border-radius: 7px;
    border: 1px solid rgb(20 113 70 / 40%) !important;
    margin-bottom: 10px;
    color: #fff;
    padding: 12px 22px;
    gap: 6px;
    height: 70px;
  }

  #nav-bottom__contact .contact-info-social a img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }

  #nav-bottom__contact .contact-info-social a span {
    color: #3c3c3c;
    font-family: var(--medi);
    font-size: 14px;
  }

  #nav-bottom__contact .contact-info-addr {
    margin-top: 15px;
  }

  #nav-bottom__contact .contact-info-addr .title {
    color: #070707;
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--medi);
    margin-bottom: 6px;
  }

  #nav-bottom__contact .contact-info-addr span {
    font-size: 14px;
  }

  #nav-bottom__product.show {
    bottom: 0;
  }

  #nav-bottom__products .products-body {
    padding: 0 40px;
  }

  #nav-bottom__products .products-body .list-pro {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 16px;
  }

  #nav-bottom__products .products-body .nav a:before {
    display: none;
  }

  #nav-bottom__products .products-body .nav .tab {
    margin: 0 5px;
    scroll-snap-align: start;
    white-space: nowrap;
  }

  #nav-bottom__products .products-body .nav a {
    display: inline-flex;
    border: 0.5px solid #c4c4c4;
    padding: 8px 16px;
    color: #3c3c3c;
    font-weight: normal;
    font-size: 14px;
    font-family: var(--semi);
    border-radius: 5px 5px 0 0;
  }

  #nav-bottom__products .products-body .nav .active a {
    background: var(--theme-color);
    color: #fff;
  }

  #nav-bottom__products .products-body .box-product .box-image {
    padding: 10px;
    background: #f8f8f8;
    border-radius: 15px;
  }

  #nav-bottom__products .products-body .box-product .product-name {
    font-size: 14px;
    font-family: var(--medi);
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: left;
  }

  #nav-bottom__products .products-body .tab-panels {
    padding-top: 20px;
  }

  #nav-bottom__products .panel {
    text-align: center;
  }

  #nav-bottom__products .btn-viewall {
    margin: 20px 0 0;
  }

  #nav-bottom__products .products-body .nav {
    flex-wrap: nowrap;
  }

  .sec-home-1 .icon-box:after {
    width: 100%;
  }

  .sec-home-1 .icon-box-img {
    height: 66px;
    width: 42px !important;
  }

  .sec-home-2 .col-left {
    padding-right: 0;
  }

  .sec-home-2 .col-right {
    padding-left: 0;
  }

  .sec-home-2 .text-1 p:first-of-type {
    font-size: 40px;
    line-height: 1.2;
  }

  .sec-home-2 .text-1 {
    padding: 15px;
  }

  .sec-home-2 .text-1 p:nth-of-type(2) {
    font-size: 15px;
    line-height: 20px;
  }

  .sec-home-2 .col-right .text-3 {
    padding: 15px;
  }

  .sec-home-2 .col-right .text-3 p:first-of-type {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 6px;
  }

  .sec-home-2 .text-2,
  .page-solution-1 .col-left .text-2 {
    height: 36px;
    width: 70px;
    padding: 0;
    left: -32px;
  }

  .sec-home-2 .text-2:before,
  .page-solution-1 .col-left .text-2:before {
    width: 20px;
    height: 19px;
  }

  .sec-home-2 .text-2 p,
  .page-solution-1 .col-left .text-2 p {
    font-size: 16px;
    line-height: 21px;
  }

  .sec-home-2 .col-right .icon-box {
    padding: 15px;
    margin-bottom: 15px;
  }

  .sec-home-2 .col-right .icon-box .icon-box-text:before {
    width: 36px;
    height: 36px;
  }

  .sec-home-2 .icon-box .grow {
    gap: 5px;
  }

  .sec-home-2 .icon-box .grow span {
    width: 26px;
  }

  .sec-home-2 .icon-box .grow .grow-1 {
    height: 38px;
  }

  .sec-home-2 .icon-box .grow .grow-2 {
    height: 70px;
  }

  .sec-home-2 .icon-box .grow .grow-3 {
    height: 55px;
  }

  .sec-home-2 .icon-box .grow .grow-4 {
    height: 94px;
  }

  .sec-home-2 .icon-box .icon-box-text p:first-of-type {
    font-size: 50px;
  }

  .sec-home-2 .text-1 p:nth-of-type(2) {
    font-size: 15px;
  }

  .sec-home-2 .icon-box .icon-box-text p:nth-of-type(2) {
    font-size: 16px;
  }

  .sec-home-2 .col-left h2 {
    font-size: 24px;
  }

  .sec-home-2 .col-left h2 {
    margin-bottom: 30px;
    margin-top: 10px;
  }

  .sec-home-3 .col-right>.col-inner {
    padding: 30px;
  }

  .sec-home-3 .col-right .box-text h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .sec-home-3 .col-left .box-text p {
    font-size: 18px;
    line-height: 24px;
  }

  .sec-home-3 .col-left .box-text {
    padding: 30px;
  }

  .sec-home-3 .col-right .box-image .image-cover {
    padding-top: 75% !important;
  }

  .sec-home-3 .col-left .image-cover {
    padding-top: 525px !important;
  }

  .sec-home-3 .col-left .box-text h4 {
    height: 50px;
    font-size: 18px;
    margin-bottom: 30px;
  }

  .sec-home-4 .col-right {
    display: none;
  }

  .sec-home-5 .title-home {
    width: 500px;
  }

  .sec-home-5 .col-left .product-small.box .box-text {
    padding: 0px 0px 0 20px;
  }

  .sec-home-5 .col-left .product-title a {
    margin-bottom: 15px;
  }

  .sec-home-5 .col-left .price-wrapper .price-month {
    font-size: 18px;
    line-height: 24px;
  }

  .product-small.box .box-button {
    margin-top: 20px;
  }

  .home-project .box-project .box-text {
    padding: 25px 25px 0px 25px;
  }

  .home-project .box-project .post-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .home-project .box-project .from_the_blog_excerpt {
    font-size: 14px;
    height: 66px;
  }

  .home-project .box-project .button {
    margin-top: 25px;
  }

  .home-project .box-project .box-image {
    width: 60% !important;
  }

  .home-project .slider-nav-circle .flickity-button {
    bottom: 0;
  }

  #footer .sec-footer .col-2:before {
    left: 0px;
  }

  #footer .form-footer .form-title .title {
    font-size: 24px;
    line-height: 1.4;
  }

  #footer .form-footer .form-title p {
    font-size: 16px;
  }

  #footer .col-3 .menu {
    grid-gap: 0 30px;
  }

  #footer .col-3 .menu ul {
    width: calc(50% - 15px);
  }

  #footer .col-4 {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 40px;
  }

  .sec-home-1 .col-left {
    padding-right: 0;
  }

  .product-main .product-info {
    flex-basis: 100%;
    max-width: 100%;
  }

  .product-main .product-gallery {
    flex-basis: 100%;
    max-width: 100%;
  }

  .product-footer .woocommerce-tabs .tab-panels {
    max-width: 100%;
    padding-top: 60px;
  }

  .album-product {
    padding-top: 40px;
  }

  .product-main .product-gallery .col-product-title .box-img {
    display: none;
  }

  .blog-project .search-project .search-form {
    margin-bottom: 0;
  }

  .blog-single h1.entry-title {
    font-size: 24px;
  }

  .project-single .box-position .project-thumbnails {
    top: unset;
    bottom: 35px;
  }

  .project-single .col-main {
    order: 1;
  }

  .project-single .col-gallery {
    order: 3;
  }

  .project-single .col-info {
    order: 2;
    padding-left: 15px;
  }

  .project-single .large-10 {
    order: 4;
  }

  .project-single .box-position {
    width: calc(100% + 12px);
    margin-left: -6px;
    height: auto;
    margin-bottom: 30px;
    margin-top: 12px;
  }

  .project-single .box-position .project-thumbnails {
    width: 100%;
    position: unset;
    transform: unset;
    margin: 0;
  }

  .project-single .project-gallery .flickity-button {
    top: 47%;
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #fff;
  }

  .project-single .project-gallery .flickity-button.next {
    right: 15px;
    left: unset;
  }

  .page-about-1 .ux-menu .ux-menu-link__link {
    font-size: 16px;
  }

  .page-about-1 .ux-menu {
    justify-content: flex-start;
    grid-gap: 30px;
    padding-left: 15px;
  }

  #main .page-about-2 {
    padding-top: 50px;
  }

  .page-about-2 .row-top .col-left,
  .page-about-2 .row-top .col-right {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 15px;
  }

  .page-about-2 .row-top {
    margin-bottom: 30px;
  }

  .page-about-2 .row-bottom .col-left .col-inner {
    padding: 15px;
    /* display: grid; */
    /* grid-template-columns: repeat(3,1fr); */
  }

  .page-about-2 .row-bottom .col-left h2 {
    font-size: 20px;
  }

  .page-about-2 .row-bottom .col-left h4 {
    font-size: 16px;
  }

  .page-about-2 .row-bottom .col-right .col-inner {
    padding: 30px 30px;
  }

  .page-about-2 .icon-box p {
    font-size: 14px;
  }

  .page-about-3 .title-home h2 {
    font-size: 24px;
  }

  .page-about-3 .col-right {
    flex-basis: 60%;
    max-width: 60%;
  }

  .page-about-3 .gallery-col.col {
    padding: 0;
  }

  .page-about-3 .gallery-col.col .image-cover {
    padding-top: 56.25% !important;
  }

  .sec-leadership .title-home {
    position: unset;
    max-width: 500px;
  }

  #leadership-list .large-4 {
    order: 1;
  }

  #leadership-list .large-8 {
    padding-left: 30px;
  }

  #main .sec-leadership {
    padding-bottom: 0;
  }

  .post-sidebar .box-search-post form {
    margin-bottom: 30px;
  }

  .page-solution-1 .col-left {
    flex-basis: 80%;
    max-width: 80%;
    margin: 0 auto;
  }

  .page-solution-1 .col-right {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 15px;
  }

  .page-solution-2 .col-left {
    padding-right: 15px;
    flex-basis: 100%;
    max-width: 100%;
  }

  .page-solution-2 .col-left:before {
    top: -80px;
    height: calc(100% + 80px);
  }

  .page-solution-2 .col-right {
    flex-basis: 100%;
    max-width: 100%;
  }

  .page-solution-3 .stack {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-solution-3 .title-home h2 {
    margin-bottom: 30px;
  }

  .page-thue-1 .col-main {
    order: 1;
    flex-basis: 100%;
    max-width: 100%;
  }

  .page-thue-1 .col-main .img-2 {
    left: 50%;
  }

  .page-thue-1 .col-left {
    max-width: 100%;
    flex-basis: 100%;
    padding-bottom: 0;
  }

  .page-thue-1 .icon-box:last-of-type {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #1f9fd978;
  }

  .page-thue-1 .col-right {
    max-width: 100%;
    flex-basis: 100%;
    padding-top: 0;
    padding-left: 15px;
  }

  .page-thue-2 .col-left .col-inner {
    max-width: 100%;
  }

  .page-solution-2 .text-top p {
    margin-bottom: 30px;
  }

  #main .page-thue-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-thue-3 .title-home {
    max-width: 100%;
  }

  .page-thue-3 .col-bottom .col-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .sec-home-1 .section-bg,
  .page-thue-1 .section-bg {
    min-height: 800px;
    height: 115%;
  }

  .page-contact .col-left .image-cover {
    padding-top: 150% !important;
  }
}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 767.98px) {
  .row-thankyou .col-inner {
    padding: 40px 20px;
  }

  .compare-product {
    overflow-x: auto;
  }

  .compare-product.grid-3 ul {
    width: 550px !important;
  }

  .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: 28px;
    line-height: 22px;
  }

  .box-blog-post .box-text .post-title a {
    font-size: 16px !important;
  }

  .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 {
    padding-top: 30px;
    padding-left: 15px;
  }

  #footer .col-right .col-inner {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  #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,
  .shop-page-title.category-page-title .page-title-inner {
    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,
  .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: 24px;
  }

  .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: 22px;
    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;
  }

  #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 18px;
  }

  .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 .price-wrapper .amount {
    font-size: 16px;
  }

  .form-contact .form-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .form-contact .form-content .form-item:nth-of-type(n + 3) {
    grid-column: unset;
  }

  .title-home h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #main .slider .flickity-page-dots {
    bottom: 15px;
  }

  .product-small.box .box-button .btn-rent span {
    display: none;
  }

  .product-small.box .box-button .btn-compare,
  .product-small.box .box-button .btn-buynow {
    padding: 0;
  }

  .product-small.box .box-button {
    grid-gap: 10px;
  }

  .product-small.box .price-wrapper .price-right {
    display: none;
  }

  .category-shop .category-shop__title {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .product-main .product-gallery .box-title {
    flex-direction: column;
  }

  #main .product-main .product-title {
    margin: 0 0 20px;
  }

  .product-main .tab-product .tab-panels .panel {
    padding: 15px;
  }

  .product-footer .woocommerce-tabs {
    margin-top: 30px;
  }

  .woocommerce-tabs .nav>li>a {
    padding: 10px 0;
    font-size: 14px;
  }

  .product-footer .woocommerce-tabs .tab-panels {
    padding-top: 40px;
  }

  .related-products-wrapper .related-products {
    display: block;
  }

  /* so--sanh */
  .comparision-detail-table {
    overflow-x: scroll;
  }

  .comparision-detail-table .comparision-detail-scroll {
    width: 150%;
  }

  .page-sosanh .end-sossanh {
    position: unset;
    display: block;
    margin: 0 auto 30px;
  }

  .page-sosanh .title-page {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .comparision-detail-table .comparision-header li {
    padding: 12px;
  }

  .comparision-detail-table .comparision-header .box-image {
    padding: 4px 16px;
  }

  .comparision-detail-table .comparision-header .box-text {
    padding: 10px 0;
  }

  .component-list .component-list-body .product-select {
    width: 50px;
    height: 50px;
  }

  .component-list .component-list-body .component-list__button .component-reset,
  .component-list .component-list-body .component-list__button .component-start span {
    display: none;
  }

  .component-list .component-list-body .component-list__button .component-start {
    text-transform: capitalize;
  }

  /* End so--sanh */
  #nav-bottom__contact .contact-info {
    padding: 10px 40px 0;
  }

  #nav-bottom__products .products-body .nav {
    justify-content: flex-start;
    overflow-y: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }

  #nav-bottom__products .products-body .nav::-webkit-scrollbar {
    display: none;
  }

  #nav-bottom__products .products-body .nav a {
    text-wrap: nowrap;
  }

  #nav-bottom__products .products-body {
    padding: 0 30px;
  }

  .sec-home-2 .col-right {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 15px;
  }

  .sec-home-2 .col-left {
    flex-basis: 40%;
    max-width: 40%;
    padding-bottom: 15px;
  }

  .sec-home-2 .col-center {
    flex-basis: 60%;
    max-width: 60%;
    padding-bottom: 15px;
  }

  .sec-home-2 .col-right .col-inner {
    display: flex;
  }

  .sec-home-2 .col-right .icon-box {
    width: calc(60% - 15px);
    flex-shrink: 0;
    margin-right: 15px;
    margin-bottom: 0;
  }

  .sec-home-3 .row-collapse {
    flex-direction: column;
  }

  .sec-home-3 .row-collapse .col-left,
  .sec-home-3 .row-collapse .col-right {
    flex-basis: 100%;
    max-width: 100%;
  }

  .sec-home-3 .col-left .image-cover {
    padding-top: 300px !important;
  }

  .sec-home-3 .col-left .box-text {
    padding: 15px;
  }

  .sec-home-5 .col-right {
    order: 1;
    flex-basis: 80%;
    max-width: 80%;
    margin: 0 auto;
  }

  .sec-home-5 .col-right .col-inner {
    transform: unset;
  }

  .sec-home-5 .col-left {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 0;
  }

  .sec-home-5 .col-left .product-small.box .box-text {
    padding-top: 30px;
    width: 64%;
  }

  .sec-home-5 .col-bottom .product-small.col {
    flex-basis: 50%;
    max-width: 50%;
  }

  .home-project .box-project .box-text {
    order: 1;
    padding: 25px;
  }

  .home-project .box-project {
    flex-direction: column;
  }

  .home-project .box-project .box-image {
    width: 100% !important;
  }

  .home-project .col.post-item {
    flex-basis: 80%;
    max-width: 80%;
  }

  .home-project .slider-nav-circle .flickity-button {
    display: none;
  }

  .home-project .col-left,
  #wrapper .home-project .row-top .col-right {
    flex-basis: 100%;
    max-width: 100%;
    text-align: left;
  }

  #wrapper .home-project .button.btn-viewall {
    margin-top: 30px;
  }

  .home-news .slider {
    margin-bottom: 30px;
  }

  #main .home-news {
    padding-bottom: 0;
  }

  #footer .col-1,
  #footer .col-2,
  #footer .col-3,
  #footer .col-4 {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 15px;
  }

  #footer .sec-footer .col-2:before {
    width: 100%;
  }

  .product-main .product-gallery {
    display: block;
    padding-right: 0;
  }

  .product-main .product-gallery .flickity-button-fake {
    display: none;
  }

  .product-main .product-gallery .col-product-image {
    padding-left: 0;
  }

  .related .product-section-title {
    margin-bottom: 15px;
  }

  .album-product .list-item {
    padding-bottom: 60px;
  }

  .album-product .slick-arrow {
    width: 35px;
    height: 35px;
    min-height: 35px;
  }

  .album-product .slick-arrow.slick-next {
    left: 50px;
  }

  .album-product .slick-dots {
    width: calc(100% - 100px);
  }

  .album-product .title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .blog-project .select-project {
    width: 130px;
  }

  .blog-project .search-project .form-group {
    flex-wrap: wrap;
  }

  .blog-project .search-project {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .blog-project .search-project .title {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .blog-project .select-project {
    width: 60%;
  }

  .blog-project .select-project select {
    height: 45px;
    padding: 0 25px 0 15px;
    font-size: 14px;
    border-radius: 50px;
  }

  .blog-project .search-project .search-form {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .blog-project .search-project .search-submit {
    height: 45px;
    width: 50%;
    flex: 1;
    text-transform: none;
  }

  .blog-project .search-project input[type='search'] {
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
    order: -1;
    border-radius: 50px;
    margin-bottom: 12px;
    border-left: 1px solid #9e9e9e;
  }

  .project-single {
    padding-top: 40px;
  }

  .project-single .project-name {
    margin-bottom: 0px;
  }

  .project-single .project-name {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 1.4;
  }

  .project-single .col-info h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

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

  .relatedcat .title-post {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .project-single .project-gallery .flickity-button.next {
    right: 0;
  }

  .project-single .project-gallery .flickity-button.previous {
    left: 0;
  }

  #leadership-list .large-8 {
    padding-left: 15px;
  }

  #main .sec-leadership {
    padding-top: 50px;
  }

  #leadership-list .large-4 {
    padding-bottom: 0;
  }

  .page-about-2 .row-bottom .col-left h2 {
    font-size: 16px;
    line-height: 21px;
  }

  .page-about-2 .row-bottom .col-right .col-inner {
    padding: 15px;
  }

  #main .page-about-2 .icon-box-text {
    padding-left: 1rem;
  }

  #main .page-about-3 {
    padding-top: 300px;
    padding-bottom: 120px;
  }

  .page-about-1 .ux-menu {
    display: flex;
    flex-direction: row;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    grid-gap: 0;
    padding-left: 0;
  }

  .page-about-1 .ux-menu::-webkit-scrollbar {
    display: none;
  }

  .page-about-1 .ux-menu .ux-menu-link {
    flex: 1;
    scroll-snap-align: start;
  }

  .page-about-1 .ux-menu .ux-menu-link a {
    font-size: 14px;
    padding: 12px 16px;
    white-space: nowrap;
    position: relative;
  }

  .page-about-1 .ux-menu .ux-menu-link a:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background-color: #5555557d;
    right: 0;
  }

  #post-list .col.post-item:first-of-type .box-text {
    padding: 0 30px 30px;
  }

  #post-list .box-blog-post .from_the_blog_excerpt {
    display: none;
  }

  #post-list .col.post-item:nth-of-type(n + 2) .box-text {
    padding-left: 20px;
  }

  #post-list .title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .blog-wrapper.blog-archive:not(.blog-project) .archive-page-header {
    margin-bottom: 30px;
  }

  .page-solution-2 .text-top h3 {
    font-size: 32px;
  }

  .page-solution-2 .col-right .stack .text {
    width: 100%;
  }

  .page-solution-3 .stack .icon-box {
    padding: 0 15px;
  }

  .page-solution-3 .stack .icon-box-text {
    padding-left: 15px;
  }

  .page-solution-4 .col.post-item {
    flex-basis: 85%;
    max-width: 85%;
  }

  .page-thue-1 .col-main .img-2 {
    width: 100% !important;
  }

  .page-thue-1 .col-main .img-1 .img-inner {
    width: 300px !important;
  }

  #main .page-thue-1 {
    padding-bottom: 30px;
  }

  .gt-sec-5 .slider .row {
    width: 80% !important;
  }

  .page-contact .col-right .col-inner {
    width: 100%;
    margin: 0;
  }

  .page-contact .col-right {
    flex-basis: 100%;
    max-width: 100%;
  }

  .page-contact .col-left {
    display: none;
  }

  .home-news .flickity-button {
    display: none;
  }

}

@media screen and (max-width: 575.98px) {
  .product-small.box .box-button .icon-check {
    width: 15px;
    height: 15px;
  }

  .category-page-row .product-small.box .box-button .btn-compare {
    gap: 3px;
  }

  .product-small.box .box-button .btn-compare,
  .product-small.box .box-button .btn-buynow,
  .product-small.box .box-button .btn-rent {
    font-size: 12px;
    gap: 5px;
  }

  .home .product-small.box .box-button .btn-compare,
  .home .product-small.box .box-button .btn-buynow,
  .home .product-small.box .box-button .btn-rent {
    font-size: 12px;
  }

  .home .product-small.box .box-button .btn-buynow {
    width: 100%;
  }

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

  #footer .form-footer .form-content {
    grid-gap: 0 10px;
  }

  .category-shop .category-shop__title {
    font-size: 24px;
  }

  .category-shop .box-category .header-title {
    font-size: 16px;
  }

  .category-page-row .col-shop-title .shop-page-title {
    font-size: 24px;
    text-align: center;
  }

  .category-page-row .col-shop-title {
    display: block;
    padding-bottom: 30px;
  }

  .category-page-row .col-shop-title .searchform {
    margin: 15px auto 0;
    max-width: 100%;
  }

  .category-page-row .products .product-small.col {
    padding: 0 7.5px 20px;
  }

  .category-page-row .product-small.box .product-title a {
    height: 44px;
  }

  .category-page-row .product-small.box .box-text {
    padding: 20px 0 15px;
  }

  .woocommerce-tabs .nav>li>a span {
    height: 22px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
  }

  .woocommerce-tabs .nav>li>a {
    font-size: 12px;
    line-height: 22px;
    height: 75px;
  }

  /* so--sanh */
  .comparision-detail-table .comparision-body .parameter-title-small {
    font-size: 12px;
    font-family: var(--medi);
  }

  .comparision-detail-table .comparision-title__item .parameter-info .content {
    font-size: 12px;
  }

  .comparision-detail-table .comparision-header .product-name {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }

  #wrapper .comparision-detail-table .comparision-title__end .btn-viewall {
    font-size: 12px;
    height: 36px;
    min-width: auto;
  }

  .modal-compare .modal-compare-body {
    width: calc(100% - 30px);
  }

  /* End so--sanh */
  #nav-bottom__contact .contact-info {
    padding: 10px 15px 0;
  }

  #nav-bottom__contact .contact-info__header .contact-close {
    right: 10px;
  }

  #nav-bottom__contact {
    padding-top: 10px;
  }

  #nav-bottom__contact .contact-info-top a {
    gap: 10px;
  }

  #nav-bottom__contact .contact-info-social a {
    flex-direction: column;
    padding: 15px 5px;
    height: auto;
  }

  #nav-bottom__products .products-body {
    padding: 5px 15px 0;
  }

  #nav-bottom__products .products-body .list-pro {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 16px;
  }

  #nav-bottom__products .btn-viewall {
    margin-top: 0;
  }

  #nav-bottom__products .products-body .box-product .product-name {
    font-size: 13px;
  }

  .home-project .col.post-item {
    flex-basis: 85%;
    max-width: 85%;
    padding: 0 12px 24px;
  }

  .home-news .col.post-item {
    padding: 0 12px 24px;
  }

  #footer .sec-footer .col-1:after {
    left: 0;
  }

  #footer .form-content .wpcf7-form-control-wrap {
    width: 50%;
  }

  #footer .col-4 .stack-2 .row-collapse {
    flex-wrap: nowrap;
  }

  .absolute-footer .copyright-footer span:first-of-type {
    margin-right: 0;
    padding-right: 0;
    border: 0;
  }

  .sec-home-1 .icon-box-text h2 {
    font-size: 16px;
  }

  .sec-home-4 .title-home h2 {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.4;
  }

  .sec-home-4 .col-left .stack {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px 15px;
  }

  .sec-home-1 .icon-box {
    padding-right: 0;
  }

  .sec-home-1 .icon-box:before {
    display: none;
  }

  .sec-home-3 .col-right>.col-inner {
    padding-bottom: 60px;
  }

  .sec-home-4 .icon-box .icon-box-img {
    width: 60px !important;
    height: 60px !important;
  }

  .sec-home-4 .col-left svg {
    height: 25px;
    width: 25px;
  }

  .sec-home-4 .icon-box .icon-box-text h4 {
    font-size: 15px;
  }

  .sec-home-4 .icon-box .icon-box-text p {
    font-size: 14px;
    line-height: 18px;
  }

  #main .sec-home-4 {
    padding-bottom: 0;
  }

  #main .sec-home-5 {
    padding-top: 50px;
  }

  .sec-home-5 .title-home {
    max-width: 100%;
  }

  .sec-home-5 .title-home h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .sec-home-5 .col-left .product-small.box .box-text {
    padding-top: 5px;
    padding-left: 15px;
  }

  .sec-home-5 .col-left .product-title a {
    font-size: 16px;
  }

  .sec-home-5 .col-left .price-wrapper .label {
    font-size: 14px;
    line-height: 18px;
  }

  .sec-home-5 .col-left .product-small.box .box-button a {
    width: 50%;
    flex-shrink: 0;
  }

  .sec-home-5 .col-left .product-small.box .box-button button {
    width: 100%;
  }

  .sec-home-5 .col-bottom .product-small.col {
    padding: 0 7.5px 20px;
  }

  .sec-home-5 .flickity-button {
    display: none;
  }

  .home .product-small.col .form-checkbuy {
    flex: 1;
  }

  .product-small.box .box-button {
    grid-gap: 5px;
    margin-top: 14px;
  }

  .sec-home-5 .col-right {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 35px;
    display: none;
  }

  .sec-home-5 .col-bottom {
    padding-bottom: 0;
  }

  .sec-home-2 .text-1 p:nth-of-type(2) {
    font-size: 13px;
    text-align: center;
  }

  .sec-home-2 .text-1 p:nth-of-type(2) br {
    display: none;
  }

  .sec-home-2 .col-center {
    padding: 15px;
  }

  .sec-home-2 .box {
    display: none;
  }

  .sec-home-2 .img-mobile {
    display: block;
    padding: 0 15px;
  }

  .sec-home-2 .img-mobile .box-image {
    max-width: 85%;
    margin-left: 0;
  }

  .sec-home-2 .title-home h2 {
    font-size: 24px;
  }

  .sec-home-2 .icon-box .icon-box-text p:nth-of-type(2),
  .sec-home-2 .col-right .text-3 p:nth-of-type(2) {
    font-size: 15px;
  }

  .sec-home-2 .col-right .text-3 p:nth-of-type(2) {
    text-align: center;
    font-size: 14px;
  }

  .sec-home-2 .col-right .icon-box .icon-box-text:before {
    width: 30px;
    height: 30px;
  }

  .album-product .box-image {
    padding: 0 5px;
  }

  .woocommerce-tabs .nav>li>a {
    height: 40px;
  }

  .blog-project .search-project .title {
    font-size: 24px;
  }

  .page-about-2 .row-top .col-left h2 {
    font-size: 24px;
  }

  .page-about-2 .row-bottom .col-left {
    flex-basis: 100%;
    max-width: 100%;
  }

  .page-about-2 .row-bottom .col-left h4 {
    font-size: 13px;
    line-height: 1.2;
  }

  .page-about-2 .row-bottom .col-right {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 20px;
  }

  .page-about-3 .col-right {
    flex-basis: 65%;
    max-width: 65%;
  }

  #post-list .col.post-item:first-of-type .box-text {
    padding: 0 15px;
  }

  #post-list .col.post-item:nth-of-type(n + 2) .box-text {
    padding-top: 5px;
    padding-left: 15px;
  }

  #post-list .box-blog-post .post-title {
    margin-bottom: 0;
  }

  .post-sidebar .form-post {
    padding: 30px 25px 30px;
  }

  .header-single {
    margin-bottom: 50px;
  }

  .blog-single h1.entry-title {
    font-size: 22px;
  }

  #main .page-solution-1 {
    padding-top: 50px;
  }

  .page-solution-1 .title-home h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .page-solution-1 .col-left {
    flex-basis: 90%;
    max-width: 90%;
    padding-right: 15px;
    order: 1;
  }

  .page-solution-1 .col-right>.col-inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-solution-1 .col-right .icon-box {
    display: flex;
    align-items: center;
  }

  .page-solution-1 .col-right .icon-box-img {
    width: 58px !important;
    height: 58px !important;
    flex-shrink: 0;
    margin-right: 20px;
    margin-bottom: 0;
  }

  #main .page-solution-2 {
    padding-top: 40px;
  }

  .page-solution-2 .col-left .stack h3 {
    font-size: 20px;
  }

  .page-solution-2 .col-left:before {
    top: -70px;
    left: 40%;
    height: calc(100% + 40px);
  }

  .page-solution-2 .col-left .stack:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .page-solution-2 .text-top h3 {
    font-size: 24px;
  }

  .page-solution-2 .text-top h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .page-solution-2 .col-right .stack:before {
    width: 80px;
    height: 80px;
    top: -20px;
    right: -10px;
  }

  .page-solution-2 .col-right .stack {
    padding: 60px 30px 35px;
  }

  .page-solution-2 .col-right .stack .img {
    margin-bottom: 20px !important;
  }

  #main .page-solution-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-solution-3 .stack {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-solution-4 .col-right .col-inner {
    text-align: left;
  }

  .page-solution-4 .col-left {
    padding-bottom: 15px;
  }

  .gt-sec-5 .flickity-slider>.row .box-image:before {
    height: 100px;
  }

  .gt-sec-5 .flickity-slider>.row .box-image {
    width: 100% !important;
  }

  .gt-sec-5 .flickity-slider>.row .col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .gt-sec-5 .flickity-slider>.row img {
    height: 170px;
  }

  .gt-sec-5 .flickity-slider>.row p {
    -webkit-line-clamp: 3;
    height: 58px;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
  }

  .gt-sec-5 .slider-nav-circle .flickity-button.next {
    left: 70px;
  }

  .gt-sec-5 .slider-nav-circle .flickity-button {
    left: 20px;
  }

  #main .gt-sec-5 .slider .flickity-page-dots {
    width: calc(100% - 140px);
    left: 130px;
    bottom: 0px;
  }

  #main .page-solution-4 {
    padding-bottom: 0;
  }

  .page-solution-4 .large-12 {
    padding-top: 0;
  }

  .page-thue-3 .col-right .col-inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-thue-3 .icon-box,
  .page-thue-3 .icon-box.active {
    background-color: #f1fbff;
    margin-bottom: 20px;
  }

  .page-thue-3 .icon-box.active * {
    color: var(--theme-color);
  }

  .page-thue-3 .icon-box .icon-box-img {
    width: 50px !important;
  }

  .page-thue-3 .icon-box.active p {
    color: #3c3c3c;
  }

  .page-thue-3 .col-right {
    padding-bottom: 0;
  }

  .page-thue-3 .icon-box h5 {
    left: 85px;
    font-size: 20px;
  }

  .page-thue-3 .col-bottom .col-inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .gt-sec-5 .title-home h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .page-thue-2 .title-home h2 {
    font-size: 24px;
  }

  .page-thue-1 .col-main .img-1 {
    opacity: 1;
  }

  .page-thue-1 .col-main .img-1 .img-inner {
    width: 90% !important;
  }

  .page-thue-1 .col-main .img-2 {
    position: unset;
    transform: unset;
    display: none;
  }

  .page-thue-1 .col-left h2 {
    font-size: 24px;
  }

  .page-thue-3 .icon-box {
    padding-bottom: 15px;
  }

  #main .page-thue-1 {
    padding-top: 50px;
  }

  .page-thue-2 .title-home h2 {
    margin-bottom: 20px;
  }

  #main .gt-sec-5 {
    padding-top: 20px;
  }

  .page-thue-3 .title-home h2 {
    font-size: 24px;
  }

  .page-contact .col-right .col-inner {
    padding: 30px 20px;
  }

  .page-contact .info-contact h2 {
    font-size: 24px;
  }

  .page-contact .form-contact .col-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-contact .form-contact .wpcf7-form-control-wrap:nth-of-type(n + 3) {
    grid-column: unset;
  }

  .page-contact .info-contact li i {
    width: 28px;
    height: 28px;
    font-size: 12px;
    top: -1px;
  }

  #main .page-contact {
    padding-bottom: 30px;
    padding-top: 50px;
  }
}

@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% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 0.5em rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 0.5em rgba(255, 255, 255, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0.2),
      0 0 0 1em rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0.2),
      0 0 0 1em rgba(255, 255, 255, 0);
  }
}

@-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);
  }
}

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }

  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }

  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }

  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }

  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

@keyframes grow {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(100%);
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

@keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

.list-shortcut-desktop {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 35%;
}

.list-shortcut-desktop .zalo {
  border-radius: 50%;
  box-shadow: 0 0 25px 0 rgba(100, 97, 97, 0.3);
  width: 48px;
  height: 48px;
  background: url(/wp-content/themes/flatsome-child/images/all_shortcut.svg) 0 -100px;
  display: block;
  margin-bottom: 20px;
}

.list-shortcut-desktop .mess {
  border-radius: 50%;
  box-shadow: 0 0 25px 0 rgba(100, 97, 97, 0.3);
  width: 48px;
  height: 48px;
  background: url(/wp-content/themes/flatsome-child/images/all_shortcut.svg) 0 -150px;
  display: block;
  margin-bottom: 20px;
}

.n-tell {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  left: 0;
}

.n-tell-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  left: -11px;
  bottom: 0;
  display: block;
}

.n-tell-cricle {
  width: 85px;
  height: 85px;
  top: 12px;
  left: 12px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid var(--theme-color);
  background-color: transparent;
  -webkit-animation: phonering-cricle 1.2s infinite ease-in-out;
  animation: phonering-cricle 1.2s infinite ease-in-out;
  transition: all 0.5s;
  opacity: 0.5;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.n-tell-cricle-fill {
  width: 55px;
  height: 55px;
  top: 27px;
  left: 27px;
  background-color: rgb(31 159 217 / 70%);
  border-radius: 100%;
  position: absolute;
  border: 2px solid transparent;
  -webkit-animation: phonering-circle-fill 2.3s infinite ease-in-out;
  animation: phonering-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.n-tell-img-cricle {
  background-color: var(--theme-color);
  width: 38px;
  height: 38px;
  top: 35px;
  left: 35px;
  position: absolute;
  background-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-circle-img 1s infinite ease-in-out;
  animation: phonering-circle-img 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  align-items: center;
  justify-content: center;
}

.n-tell-img-cricle .n-pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.n-tell-img-cricle .n-pps-btn-img img {
  width: 25px;
  height: 25px;
}

.n-tell .n-tell-bar {
  position: absolute;
  background: rgb(31 159 217 / 70%);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  padding: 0 10px;
  left: 35px;
  top: 35px;
  border-radius: 50px !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.n-tell .n-tell-bar a {
  color: #fff !important;
  text-decoration: none;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-indent: 30px;
  display: block !important;
  letter-spacing: 1px;
}

.n-tell .n-tell-bar .n-text-tell {
  position: absolute;
  bottom: 0;
  left: 10px;
}

@-webkit-keyframes phonering-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }

  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}

@-webkit-keyframes phonering-circle-img {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
}

@-webkit-keyframes phonering-cricle {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }

  50% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@media screen and (max-width: 849.98px) {
  .n-tell .n-tell-bar {
    display: none;
  }

  .n-tell {
    bottom: 45px;
    left: -10px;
  }

  .list-shortcut-desktop {
    right: 5px;
    display: none;
  }
}