@charset "UTF-8";
/*
Theme Name: Sodick
Theme URI: 
Description: 
Author: Ngoc Trinh
Template: flatsome
Version: 1.0
*/
/* ========== */
img.size-full.alignnone {
  margin-bottom: 0;
}

.wp-block-image figcaption {
  text-align: center;
}

.nt-bgr.banner .bg-fill,
.nt-bgr > .section-bg {
  background-size: auto !important;
}

.nt-bgr-repeat > .section-bg {
  background-size: auto !important;
  background-repeat: repeat-y !important;
}

.wp-block-media-text {
  margin-bottom: 40px;
}
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
.wp-block-media-text .wp-block-media-text__media {
  border: 13px solid #fff;
  border-radius: 13px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.062745098);
}

.absolute-footer {
  padding-bottom: 10px;
}

.row-box-shadow-1 .col-inner,
.row-box-shadow-1-hover .col-inner:hover,
.box-shadow-1, .box-shadow-1-hover:hover {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.rank-math-breadcrumb a, .rank-math-breadcrumb span {
  font-size: 14px;
}

.blog-single footer.entry-meta {
  border: unset;
}

.mobile-nav .header-search .nav-dropdown {
  right: -30px;
  left: auto;
}

main .widget:not(.widget_search) {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px;
}
main .widget-title {
  text-transform: capitalize;
  letter-spacing: 1px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 13px;
  margin-bottom: 5px;
  display: block;
  color: var(--fs-color-secondary);
  font-size: 18px;
}
main .widget .post_comments {
  display: none;
}
main .widget ul > li > a {
  font-size: 14px;
  padding: 10px 0;
}
main .widget.widget_categories ul > li.cat-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: currentColor;
}

.is-divider:not(.divider) {
  display: none;
}

.uxb-wrapper .is-divider {
  display: block;
}

.product-thumbnails a,
.product-gallery-slider img {
  border: 1px solid #c3c3c3;
}

.blog-single table,
.single-product .woocommerce-tabs table {
  border-collapse: collapse;
}
.blog-single table th,
.blog-single table td,
.single-product .woocommerce-tabs table th,
.single-product .woocommerce-tabs table td {
  padding: 10px;
  line-height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-single table th,
.single-product .woocommerce-tabs table th {
  background-color: #F4F7F6;
}

.nt-menu.ux-menu {
  flex-flow: row wrap;
}
.nt-menu.ux-menu .ux-menu-link:first-child .ux-menu-link__link {
  padding-left: 0;
}
.nt-menu.ux-menu .ux-menu-link:last-child .ux-menu-link__link {
  padding-right: 0;
}
.nt-menu.ux-menu .ux-menu-link__link {
  padding: 0 15px;
  min-height: unset;
  line-height: 1;
  margin-bottom: 10px;
}
.nt-menu.ux-menu.ux-menu--divider-solid .ux-menu-link .ux-menu-link__link {
  border: none;
}
.nt-menu.ux-menu.ux-menu--divider-solid .ux-menu-link + .ux-menu-link .ux-menu-link__link {
  border-left: 1px solid #6B6B6B;
}

.text > h1, .text > h2, .text > h3,
.banner h1,
.banner h2,
.banner h3 {
  line-height: inherit;
}

.sub-menu .row {
  margin-left: auto;
  margin-right: auto;
}

.wpcf7 .flex-col > .wpcf7-spinner {
  position: absolute;
  bottom: -25px;
  right: 0;
}
.wpcf7 .wpcf7-form-control:not(.wpcf7-submit) {
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: unset;
}
.wpcf7 .wpcf7-form-control:not(.wpcf7-submit):hover {
  border-color: var(--fs-color-primary);
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
}
.wpcf7 .wpcf7-submit {
  margin: 0;
}
.wpcf7 .col {
  padding-bottom: 5px;
}

.woocommerce-cart-form a {
  color: #222;
}

ul.product_list_widget li a:not(.remove) {
  color: #222;
  font-size: 12px;
}

@media only screen and (max-width: 849px) {
  .product-gallery {
    margin-bottom: 15px;
  }
  .product-main {
    padding-bottom: 0;
  }
}
.icon-search:before,
.icon-phone::before,
.icon-angle-right::before,
.icon-map-pin-fill::before,
.icon-clock::before,
.icon-certificate::before,
.icon-user::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: block;
}

.icon-user::before {
  -webkit-mask-image: url(img/icon-user.svg);
          mask-image: url(img/icon-user.svg);
}

.icon-phone::before {
  -webkit-mask-image: url(img/icon-call.svg);
          mask-image: url(img/icon-call.svg);
}

.icon-search:before {
  -webkit-mask-image: url(img/icon-search.svg);
          mask-image: url(img/icon-search.svg);
}

.icon-angle-right::before {
  -webkit-mask-image: url(img/icon-angle-right.svg);
          mask-image: url(img/icon-angle-right.svg);
}

.icon-map-pin-fill::before {
  -webkit-mask-image: url(img/icon-map-pin-fill.svg);
          mask-image: url(img/icon-map-pin-fill.svg);
}

.icon-clock::before {
  -webkit-mask-image: url(img/icon-clock.svg);
          mask-image: url(img/icon-clock.svg);
}

.icon-certificate::before {
  -webkit-mask-image: url(img/icon-certificate.svg);
          mask-image: url(img/icon-certificate.svg);
}

.header-top .hide-for-medium.flex-left {
  flex: 1;
}
.header-top .post-item .box-text-inner {
  display: flex;
  align-items: center;
}
.header-top .post-item img {
  border-radius: 5px;
}
.header-top .post-item .post-title {
  margin: 0;
  width: auto;
}
.header-top .post-item .post-title a {
  color: #FFE063;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.header-top .post-item .button {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  min-height: unset;
  margin: 0;
  white-space: nowrap;
  padding: 0 0 0 10px;
  display: flex;
  flex-direction: row-reverse;
}
.header-top .post-item .button::after {
  margin-right: 10px;
}
.header-top .post-item .box-text {
  padding: 0 20px 0 30px;
}
.header-top .nav-small > li.menu-item + .menu-item::before {
  content: "";
  height: 13px;
  width: 1px;
  background-color: #fff;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.header-top .nav-small > li > a {
  font-size: 14px;
  color: #fff;
}

.button span {
  font-size: 16px;
}
.button.is-outline {
  border-width: 1px;
  line-height: 40px;
}
.button:not(.is-link) {
  height: 40px;
  line-height: 40px;
}
.button.white:not(.is-outline) {
  color: var(--fs-color-primary) !important;
}
.button.open-video {
  width: 40px;
}

.header .header-search .button.icon.is-small {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: var(--fs-color-secondary);
  line-height: 40px;
}
.header .header-search .button.icon.is-small:hover {
  background-color: var(--fs-color-primary);
  color: #fff;
}
.header .nav > li.header-language-dropdown .nav-dropdown {
  min-width: 150px;
  padding: 0;
}
.header .nav > li.header-language-dropdown > a {
  font-size: 14px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  height: 40px;
  width: 85px;
  padding: 0 12px;
  line-height: 40px !important;
  color: var(--fs-color-secondary);
}
.header .nav > li.header-language-dropdown > a::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: currentColor;
  display: inline-block;
  margin-right: 10px;
  -webkit-mask: url(img/gloabal.svg) no-repeat;
          mask: url(img/gloabal.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  opacity: 1 !important;
}
.header .header-nav > li > a {
  font-size: 14px;
}
.header .header-nav > li.header-button-1:last-child {
  margin-left: 0;
}
.header .header-nav > li.account-item .account-link {
  width: 40px;
  height: 40px;
  color: var(--fs-color-primary);
  line-height: 40px;
}
.header .header-nav > li.account-item .account-link:hover {
  color: #fff;
}

.off-canvas-left.dark .mfp-content {
  background-color: #012514;
}
.off-canvas-left.dark .nav-vertical > li + li {
  border: none;
}
.off-canvas-left.dark .nav-vertical > li > a {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
}

.nt-home-hero .overlay {
  width: 58.333333%;
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
}
.nt-home-hero h1 {
  font-size: 40px;
  line-height: 1.2;
}

.icon-box h4 {
  line-height: 1.2;
}

.nt-solution .row-solid .col::before {
  height: 50px;
  top: calc(50% - 25px);
  background-color: rgba(0, 0, 0, 0.1);
}
.nt-solution .icon-box h4 {
  font-size: 18px;
  margin-bottom: 0;
}

.nt-catalogue .row-solid .col::before {
  height: 50px;
  top: calc(50% - 25px);
  background-color: rgba(0, 0, 0, 0.1);
}
.nt-catalogue .row-solid .icon-box h4 {
  font-size: 14px;
  margin-bottom: 0;
}
.nt-catalogue .row-solid .icon-box p {
  font-size: 12px;
}

.nt-home-solution .row-3 .row-solid .col::before {
  height: 50px;
  top: calc(50% - 25px);
  background-color: rgba(0, 0, 0, 0.1);
}
.nt-home-solution .row-3 .icon-box h4 {
  font-size: 20px;
  margin-bottom: 0;
}
.nt-home-solution .row-1 .box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.nt-home-solution .row-1 .box-text {
  position: unset;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.nt-home-solution .row-1 .box-text-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.nt-home-solution .row-1 h5.uppercase {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: var(--fs-color-primary);
  line-height: 40px;
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}
.nt-home-solution .row-1 .icon-box {
  margin-bottom: 6px;
}
.nt-home-solution .row-1 .button {
  margin: auto 0 0 0;
  text-align: left;
}
.nt-home-solution .row-2 .button + .button {
  margin-right: 0;
}
.nt-home-solution .row-2 .row-solid .col-inner {
  padding-top: 0;
  padding-bottom: 0;
}

.nt-border {
  border-radius: 10px;
  overflow: hidden;
}

.nt-title h3 {
  color: var(--fs-color-primary);
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}
.nt-title h2 {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.nt-home-about-us .icon-box svg {
  padding-top: 0;
}
.nt-home-about-us .icon-box .icon {
  line-height: 0;
  padding: 10px;
  border-radius: 99px;
  background-color: rgba(3, 131, 68, 0.1);
}
.nt-home-about-us .large-3 > .col-inner {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 30px;
}

.insight-item .post-title {
  order: -1;
  margin-bottom: 6px;
}
.insight-item .box-text-inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.insight-item .post-meta::before {
  content: "";
  border-radius: 99px;
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: currentColor;
  margin: 0 6px;
  position: relative;
  top: -2px;
}

.event-item .box .post-title {
  margin: 0 0 7px 0;
}
.event-item .box .post-meta {
  margin-bottom: 3px;
}
.event-item .box .cat-label {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.box.box-blog-post .post-title {
  font-size: 18px;
}
.box.box-blog-post .cat-label,
.box.box-blog-post .post-meta {
  font-size: 14px;
  opacity: 1;
  margin: 0;
  text-transform: unset;
}
.box.box-blog-post .cat-label i::before,
.box.box-blog-post .post-meta i::before {
  width: 14px;
  height: 14px;
  color: var(--fs-color-primary);
  position: relative;
  top: 2px;
}
.box.box-blog-post .from_the_blog_excerpt {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.box.box-blog-post .button {
  font-size: 14px;
}
.box.box-blog-post .button.is-link {
	margin-top: 0;
}
.box.box-blog-post .button::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: currentColor;
  display: inline-block;
  -webkit-mask: url(img/icon-angle-right.svg) no-repeat;
          mask: url(img/icon-angle-right.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: relative;
  top: 3px;
}

.box-vertical.box-blog-post {
  display: flex;
  align-items: center;
}
.box-vertical.box-blog-post .box-text {
  flex: 1;
  padding: 0 0 0 20px;
}
.box-vertical.box-blog-post .box-image img {
  border-radius: 10px;
}

.box-overlay.box-blog-post .button.is-outline {
  background-color: #fff;
  border: none;
}
.box-overlay.box-blog-post .button.is-outline:hover {
  background-color: var(--fs-color-primary);
}
.box-overlay.box-blog-post .overlay {
  background: transparent linear-gradient(270deg, rgba(24, 34, 42, 0.8) 0%, #18222B 100%);
}
.box-overlay.box-blog-post .post-title {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.box-overlay.box-blog-post .cat-label i:before,
.box-overlay.box-blog-post .post-meta i:before {
  color: #fff;
}

.nt-sodick-post .large-4 .row-collapse,
.nt-sodick-post .row-1 {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.nt-sodick-post .row-3 .icon-box-left {
  width: unset;
}
.nt-sodick-post .row-3 .icon-box-left .icon {
  line-height: 0;
}
.nt-sodick-post .row-3 .icon-box-left svg {
  padding-top: 0;
}
.nt-sodick-post .row-3 .icon-box-left {
  align-items: center;
}
.nt-sodick-post .large-4 .row-collapse {
  padding: 19px 20px;
}
.nt-sodick-post .large-8 > .col-inner {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.nt-sodick-post .row-2 .stack {
  margin-bottom: 16px;
}
.nt-sodick-post .event-item + .event-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px !important;
  margin-top: 20px;
}
.nt-sodick-post .event-item .box-vertical .post-title > a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.nt-sodick-post .post-item + .post-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px !important;
  margin-top: 20px;
}
.nt-sodick-post .post-item .box-text-inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.nt-sodick-post .post-item .post-title {
  order: 1;
}
.nt-sodick-post .post-item .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nt-sodick-post .post-item .cat-label {
  color: var(--fs-color-primary);
}
.nt-sodick-post .box-vertical .box-image {
  max-width: 80px;
}

.nt-footer-1 {
  padding-top: 20px !important;
}
.nt-footer-1 .nt-title h4 {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 2px;
}
.nt-footer-1 .button + .button {
  margin-right: 0;
}
.nt-footer-1 .section-bg-overlay {
  background: linear-gradient(90deg, #015631 30%, rgba(1, 86, 49, 0.8) 50%, #015631 70%);
}
.nt-footer-1 .large-4 > .col-inner {
  display: flex;
  justify-content: flex-end;
}

.nt-footer-2 {
  font-size: 14px;
}

.footer-wrapper p:last-child {
  margin-bottom: 0;
}
.footer-wrapper .social-icons > span,
.footer-wrapper .ux-menu-title,
.footer-wrapper h5 {
  font-size: 16px;
}
.footer-wrapper .icon-box-img {
  max-width: 14px;
}
.footer-wrapper .ux-menu-link__link {
  padding: 4px 0;
  min-height: unset;
}
.footer-wrapper .ux-menu-title {
  padding: 0;
  min-height: unset;
  margin-bottom: 4px !important;
  text-transform: unset;
}
.footer-wrapper .social-icons span {
  display: block;
  margin-bottom: 10px;
}
.footer-wrapper .social-icons .icon {
  background-color: #fff;
  color: #172129;
  width: 30px;
  height: 30px;
  border-radius: 99px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.footer-wrapper .social-icons .icon + .icon {
  margin-left: 10px;
}
.footer-wrapper .social-icons .icon.px500 {
  display: inline-block;
  -webkit-mask: url(img/zalo.svg) no-repeat;
          mask: url(img/zalo.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.footer-wrapper .social-icons .icon.px500 i::before {
  display: none;
}
.footer-wrapper .wpcf7-submit {
  font-size: 14px;
  font-weight: 400;
  padding: 0 5px;
  text-transform: unset;
}
.footer-wrapper .nt-menu.ux-menu {
  justify-content: flex-end;
}
.footer-wrapper .nt-menu.ux-menu .ux-menu-link__link {
  margin-bottom: 0;
}

.nt-hero .overlay {
  width: 58.3333333333%;
  background: linear-gradient(270deg, rgba(250, 252, 250, 0) 0%, #FAFCFA 26.57%, rgba(255, 255, 250, 0.988235) 100%);
}
.nt-hero h1 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
}

.nt-title-2 h2 {
  font-size: 18px;
  margin-bottom: 15px !important;
}

.nt-resource .insight-item .box-vertical .cat-label {
  background-color: rgba(5, 146, 76, 0.1);
  color: var(--fs-color-primary);
  font-size: 12px;
  font-weight: 700;
  order: -1;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 5px;
  margin-bottom: 12px;
}
.nt-resource .row-1 .large-columns-3 .post-title {
  font-size: 12px;
}
.nt-resource .row-1 .large-columns-3 .from_the_blog_excerpt {
  font-size: 12px;
}
.nt-resource .row-1 .large-columns-3 .box-image {
  border-radius: 10px;
}
.nt-resource .row-1 .large-columns-3 .col {
  padding-bottom: 0;
}
.nt-resource .stack .button {
  min-height: unset;
  line-height: unset;
}
.nt-resource .stack .button span {
  font-size: 14px;
}
.nt-resource .stack .button .icon-angle-right:before {
  width: 12px;
  height: 12px;
}
.nt-resource .row-2 .post-item + .post-item,
.nt-resource .row-2 .event-item + .event-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px !important;
  margin-top: 20px;
}
.nt-resource .row-2 .box.box-blog-post .post-title {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.nt-resource .row-2 .box.box-blog-post .cat-label.uppercase {
  background-color: rgba(5, 146, 76, 0.1);
  color: var(--fs-color-primary);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
}

.nt-insight-categories.nav > li > a {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  background-color: #F4F7F6;
  padding: 7px 25px 7px 15px;
  border-radius: 10px;
}
.nt-insight-categories.nav > li > a::after {
  content: "\f105";
  display: inline-block;
  font-family: fl-icons !important;
  position: absolute;
  right: 12px;
  font-size: 20px;
}
.nt-insight-categories.nav > li + li {
  border: none;
  margin-top: 10px;
}

.searchform .flex-row {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.searchform .search-field {
  box-shadow: unset;
  border: none;
}

.has-shadow > .col > .col-inner {
  height: 100%;
}

.blog-archive .from_the_blog_excerpt {
  display: none;
}

.post-item .box:not(.box-vertical) .box-text {
  position: unset;
}
.post-item .box:not(.box-vertical) .cat-label {
  position: absolute;
  top: 15px;
  background: var(--fs-color-primary);
  color: #fff;
  padding: 4px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
.post-item .box:not(.box-vertical) .post-meta {
  order: -2;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 7px;
}
.post-item .box:not(.box-vertical) .post-meta::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: inline-block;
  -webkit-mask-image: url(img/icon-clock.svg);
          mask-image: url(img/icon-clock.svg);
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.post-item .box:not(.box-vertical) .box-text-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.post-item .box:not(.box-vertical) .button {
  margin-top: 2px;
}

.order-button {
  display: flex;
  margin-left: 20px;
}
.order-button .button:not(.icon) {
  margin: 0;
}
.order-button .button:not(.icon) + .button {
  margin-left: 20px;
}
.order-button .button:not(.icon) {
  width: 50px;
  border: 1px solid transparent;
  height: 50px;
  padding: 0;
  text-align: center;
  border-radius: 10px !important;
}
.order-button .button:not(.icon) i {
  margin: 0;
}
.order-button .button:not(.icon) .icon-menu::before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.order-button .button:not(.icon):not(.active) {
  background-color: transparent;
  color: var(--fs-color-secondary);
  font-size: 16px;
  font-weight: 700;
  border-color: #ABABAB;
}
.order-button .button:not(.icon).order-button-horizontal .icon-menu::before {
  -webkit-mask-image: url(img/grid.svg);
          mask-image: url(img/grid.svg);
}
.order-button .button:not(.icon).order-button-vertical .icon-menu::before {
  -webkit-mask-image: url(img/list.svg);
          mask-image: url(img/list.svg);
}

.entry-title {
  font-size: 34px;
}

.blog-sort {
  margin-bottom: 20px;
}
.blog-sort .news-categories {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  margin-bottom: 30px;
}
.blog-sort .news-categories a {
  font-size: 16px;
  color: var(--fs-color-secondary);
  text-transform: capitalize;
}
.blog-sort .news-categories > li > a.active:before {
  opacity: 1;
}
.blog-sort .entry-title {
  display: inline-block;
  width: unset;
}
.blog-sort .entry-title + .count-post {
  margin-left: 15px;
  font-size: 16px;
}
.blog-sort select {
  border-radius: 10px;
  border-color: rgba(0, 0, 0, 0.1);
  height: 50px;
}

.blog-archive.vertical .large-9 .large-columns-3 .col {
  flex-basis: 100%;
  max-width: 100%;
}
.blog-archive.vertical .large-9 .large-columns-3 .box {
  display: flex;
}
.blog-archive.vertical .large-9 .large-columns-3 .box .box-image {
  width: 30%;
}
.blog-archive.vertical .large-9 .large-columns-3 .box .box-text {
  flex: 1;
}
.blog-archive.vertical .large-9 .large-columns-3 .box .image-cover {
  padding-top: 100% !important;
}
.blog-archive.vertical .large-9 .large-columns-3 .box .post-title {
  font-size: 20px;
}
.blog-archive.vertical .large-9 .large-columns-3 .box .cat-label {
  order: -3;
  position: unset;
  background-color: transparent;
  padding: 0;
  color: var(--fs-color-primary);
  margin-bottom: 3px;
  font-weight: 400;
  margin-right: 20px;
}
.blog-archive.vertical .large-9 .large-columns-3 .box .from_the_blog_excerpt {
  display: block;
}

.flatsome_recent_posts .badge {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
}
.flatsome_recent_posts .recent-blog-posts a {
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}

.header + .breadcrumb-container {
  margin-top: 30px;
}
.header + .breadcrumb-container p {
  margin-bottom: 0;
}
.header + .breadcrumb-container p a {
  color: var(--fs-color-secondary);
}

.blog-single .entry-header .entry-category > a {
  background-color: rgba(5, 146, 76, 0.1);
  color: var(--fs-color-primary);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
}
.blog-single .entry-header .entry-meta .posted-on {
  color: rgba(0, 0, 0, 0.7);
}
.blog-single .entry-header .entry-meta .posted-on::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: currentColor;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  display: inline-block;
  -webkit-mask-image: url(img/icon-clock.svg);
  mask-image: url(img/icon-clock.svg);
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.blog-single .entry-header .entry-image img {
  border-radius: 10px;
}
.blog-single blockquote {
  border-left: 0px;
  background-color: #F4F7F6;
  padding: 20px;
  border-radius: 10px;
  font-size: 1em;
  font-style: normal;
}
.blog-single blockquote p {
  margin-bottom: 10px;
}
.blog-single blockquote p:last-child {
  margin-bottom: 0;
}

.single-event .entry-header i:before {
  color: var(--fs-color-primary);
  position: relative;
  top: 2px;
}

.nt-serverice-hero .icon-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  max-width: 555px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}
.nt-serverice-hero .icon-box h4 {
  font-size: 18px;
  margin: 0;
}
.nt-serverice-hero .icon-box p {
  margin: 0;
}

ul li.bullet-checkmark {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
ul li.bullet-checkmark::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--fs-color-primary);
  display: inline-block;
  margin-right: 10px;
  -webkit-mask: url(img/checkmark.svg) no-repeat;
          mask: url(img/checkmark.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  top: 5px;
}

.nt-our-service .row-2 .large-2 > .col-inner {
  height: 100%;
  position: relative;
}
.nt-our-service .row-2 .large-2 h5.uppercase {
  width: 40px;
  height: 40px;
  border-radius: 99px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
  line-height: 40px;
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
  color: var(--fs-color-primary);
}
.nt-our-service .row-2 .large-2 .box-text {
  position: unset;
  padding: 15px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.nt-our-service .row-2 .large-2 .box-text-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.nt-our-service .row-2 .large-2 .box-text .icon-box {
  background-color: #F2F7F5;
  border-radius: 10px;
  padding: 10px;
  margin-top: auto;
}
.nt-our-service .row-2 .large-2 .box-text .icon-box p {
  font-size: 12px;
}
.nt-our-service .row-2 .large-2 h4 {
  font-size: 16px;
}
.nt-our-service .row-2 .large-2 ul {
  margin: 10px 0;
  font-size: 12px;
}
.nt-our-service .row-2 .large-2 .box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.nt-support-you .row {
  counter-reset: section;
}
.nt-support-you .large-2 > .col-inner {
  height: 100%;
}
.nt-support-you .large-2:last-child .icon-box::before {
  display: none;
}
.nt-support-you .large-2 .icon-box {
  display: flex;
  flex-wrap: wrap;
}
.nt-support-you .large-2 .icon-box::before {
  content: "";
  width: 94px;
  height: 10px;
  background-color: var(--fs-color-primary);
  -webkit-mask: url(img/group-12506.svg) no-repeat;
          mask: url(img/group-12506.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  right: 0;
  margin-right: -47px;
  z-index: 1;
  top: 37%;
}
.nt-support-you .large-2 .icon-box-text {
  display: contents;
}
.nt-support-you .large-2 .icon-box h5.uppercase {
  order: -1;
  font-size: 16px;
  display: flex;
  text-align: left;
  align-items: center;
  text-transform: unset;
  margin-bottom: 25px;
  justify-content: center;
}
.nt-support-you .large-2 .icon-box h5.uppercase::before {
  counter-increment: section;
  content: counter(section);
  display: inline-block;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  background-color: var(--fs-color-primary);
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}

.nt-related .box-vertical p {
  font-size: 14px;
}

.nt-office-info p {
  font-size: 14px;
}
.nt-office-info ul {
  list-style: none;
}
.nt-office-info ul li {
  margin-left: 0;
}
.nt-office-info ul li strong {
  min-width: 100px;
  color: var(--fs-color-primary);
}

.tabbed-content > .nav-line-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.nt-choose-edm .row-5 .large-3 > .col-inner {
  border: 1px solid transparent;
}
.nt-choose-edm .row-5 .large-3 > .col-inner:hover {
  border-color: var(--fs-color-primary);
  background-color: #F6F9FA;
}

.machine-item .box .box-image {
  max-width: 240px;
}
.machine-item .box img {
  aspect-ratio: 1;
  padding: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.machine-item .box .post-title {
  font-size: 20px;
  color: var(--fs-color-primary);
}
.machine-item .box .post-title a {
  color: currentColor;
}
.machine-item .box .box-text {
  padding: 0 20px 20px 20px;
}
.machine-item .box ul.specs {
  margin-bottom: 0;
}
.machine-item .box ul.specs li {
  margin: 8px 0 0 12px;
}
.machine-item .box ul.specs li span {
  text-align: right;
  width: 50%;
  float: left;
}
.machine-item .box ul.specs li strong {
  width: 50%;
  float: left;
}
.machine-item .box .flex {
  justify-content: space-between;
  gap: 20px;
  margin-top: 15px;
}
.machine-item .box .flex .button {
  padding: 0 10px;
  width: 100%;
  margin: 0;
}

.row-box-shadow-1.slider .col {
  padding-top: 15px;
}

.machine-single .entry-image {
  padding: 20px;
  max-width: 460px;
  margin: auto;
}
.machine-single .entry-image img {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.machine-single .entry-header ul.specs {
  margin-bottom: 0;
}
.machine-single .entry-header ul.specs li {
  margin: 8px 0 0 12px;
}
.machine-single .entry-header ul.specs li span {
  float: left;
  color: var(--fs-color-primary);
}
.machine-single .entry-header ul.specs li strong {
  min-width: 140px;
  float: left;
}

.nt-link-tab .icon-box-img .icon {
  line-height: 0;
}
.nt-link-tab .icon-box::after {
  content: "\f105";
  display: inline-block;
  font-family: fl-icons !important;
  font-size: 20px;
  color: var(--fs-color-primary);
  line-height: 1;
  position: relative;
  top: 5px;
}

.nt-need-help .section-bg-overlay {
  width: 50%;
  background: linear-gradient(270deg, rgba(250, 252, 250, 0) 0%, #FAFCFA 26.57%, rgba(255, 255, 250, 0.988235) 100%);
}

.accessories-item .specs {
  margin-top: 10px;
}

.large-columns-4 .box.box-blog-post .post-title {
  font-size: 16px;
}

.row-box-shadow-1 .video-item .box .cat-label {
  color: var(--fs-color-primary);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.row-box-shadow-1 .video-item .box .box-text {
  padding: 20px;
}

.catalogue-item .box .cat-label {
  color: var(--fs-color-primary);
  text-transform: uppercase;
  font-weight: 600;
}
.catalogue-item .box .from_the_blog_excerpt {
  margin-top: 10px;
}
.catalogue-item .box .button {
  width: 100%;
  margin-right: 0;
}

table.machine-compare {
  margin-bottom: 0;
}
table.machine-compare .box-image {
  max-width: 35%;
}
table.machine-compare th {
  background-color: transparent;
}
table.machine-compare .machine-label {
  min-width: 150px;
}
table.machine-compare tbody td {
  text-align: center;
}
table.machine-compare tbody td .button {
  margin: 0;
}

.nt-solutions .icon-box-img {
  margin-left: auto;
  margin-right: auto;
}
.nt-solutions .icon-box h5.uppercase {
  position: absolute;
  font-size: 12px;
  color: var(--fs-color-primary);
  background-color: rgba(3, 131, 67, 0.1);
  top: 20px;
  width: unset;
  font-weight: 400;
  padding: 3px 9px;
  border-radius: 99px;
}
.nt-solutions .icon-box p {
  margin-bottom: 5px;
}

.nt-application .large-6 .large-3 h3 {
  color: var(--fs-color-primary);
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 6px;
}
.nt-application .large-6 .large-3 p:last-child {
  margin-bottom: 0;
}

.nt-see-auto .box-text {
  padding: 20px;
}

.nt-menu-link .nt-menu {
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nt-menu-link .nt-menu .ux-menu-link__link {
  margin: 0;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 700;
}

.consumables-item .box-vertical .from_the_blog_excerpt {
  margin-bottom: 0;
}
.consumables-item .box-vertical .button {
  line-height: 1;
  min-height: unset;
  margin: 0;
}

/* =========================================================
   Product Variants
========================================================= */
.nt-product-variants {
  width: 100%;
}

.nt-product-variants-title {
  margin: 0 0 24px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

.nt-product-variants-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* =========================================================
   Item
========================================================= */
.nt-product-variant {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* =========================================================
   Header
========================================================= */
.nt-product-variant-header {
  position: relative;
  width: 100%;
  min-height: 98px;
  padding: 14px 24px;
  border: 0;
  background: #fff;
  display: flex;
  align-items: center;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  font-weight: 400;
}

.nt-product-variant-header:hover {
  background: #fff;
}

/* Left */
.nt-product-variant-main {
  flex: 1 1 42%;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.nt-product-variant-image {
  width: 58px;
  height: 70px;
  flex: 0 0 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nt-product-variant-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Text */
.nt-product-variant-info {
  min-width: 0;
}

.nt-product-variant-name {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
}

.nt-product-variant-subtitle {
  max-width: 260px;
  font-size: 13px;
  line-height: 1.45;
  color: #555;
}

/* =========================================================
   Features
========================================================= */
.nt-product-variant-features {
  flex: 0 0 38%;
  padding: 0 35px 0 15px;
  font-size: 14px;
  line-height: 1.5;
}

.nt-product-variant-features ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nt-product-variant-features ul li {
  position: relative;
  margin: 5px 0;
}

.nt-product-variant-features ul li::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--fs-color-primary);
  display: inline-block;
  margin-right: 10px;
  -webkit-mask: url(img/checkmark.svg) no-repeat;
  mask: url(img/checkmark.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  top: 3px;
  position: relative;
}

/* =========================================================
   Toggle
========================================================= */
.nt-product-variant-toggle {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.nt-product-variant-toggle::before,
.nt-product-variant-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 1.5px;
  background: #222;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}

.nt-product-variant-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* Active = chỉ còn dấu minus */
.nt-product-variant.is-active .nt-product-variant-toggle::after {
  transform: translate(-50%, -50%) rotate(0);
}

/* =========================================================
   Content
========================================================= */
.nt-product-variant-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}

.nt-product-variant.is-active .nt-product-variant-content {
  grid-template-rows: 1fr;
}

.nt-product-variant-content-inner {
  overflow: hidden;
}

.nt-product-variant-description {
  margin: 0 24px 14px;
  padding: 18px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  line-height: 1.6;
}
.nt-product-variant-description td {
  color: currentColor;
}

/* WYSIWYG */
.nt-product-variant-description p:last-child {
  margin-bottom: 0;
}

.nt-product-variant-description ul,
.nt-product-variant-description ol {
  margin-bottom: 12px;
}

.nt-product-variant-description table {
  width: 100%;
  border-collapse: collapse;
}

.nt-product-variant-description table td,
.nt-product-variant-description table th {
  padding: 8px 10px;
  border: 1px solid #e5e5e5;
}

@media screen and (max-width: 549px) {
  .nt-product-variants-title {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .nt-product-variant-header {
    min-height: auto;
    padding: 15px;
    flex-wrap: wrap;
  }
  .nt-product-variant-main {
    flex: 1 1 calc(100% - 25px);
    gap: 12px;
  }
  .nt-product-variant-image {
    width: 48px;
    height: 58px;
    flex-basis: 48px;
  }
  .nt-product-variant-name {
    font-size: 14px;
  }
  .nt-product-variant-subtitle {
    font-size: 12px;
  }
  .nt-product-variant-features {
    flex: 1 1 100%;
    margin-top: 10px;
    padding: 0;
  }
  .nt-product-variant-toggle {
    position: absolute;
    top: 20px;
    right: 15px;
  }
  .nt-product-variant-description {
    margin: 0 15px 15px;
    padding: 15px;
  }
  .nt-hero .overlay {
    width: 80%;
  }
  .consumables-item .box-vertical.box-blog-post {
    flex-direction: column;
  }
  .consumables-item .box-vertical.box-blog-post .box-text {
    padding: 20px;
  }
  .nt-menu-link .nt-menu, .nt-menu-link .nt-menu .ux-menu-link__link {
    padding: 10px 0;
  }
  .machine-compare-wrap {
    overflow-x: scroll;
  }
  .machine-compare-wrap table.machine-compare .box-image {
    max-width: 50%;
  }
  .machine-compare-wrap table.machine-compare .box-text {
    text-align: center;
  }
  .machine-compare-wrap table.machine-compare tbody td {
    min-width: 200px;
  }
  .machine-compare-wrap table.machine-compare .button {
    padding: 0 2px;
    width: 100%;
  }
  .machine-compare-wrap table.machine-compare .button span {
    font-size: 12px;
  }
  .nt-related-video .box-vertical.box-blog-post {
    flex-direction: column;
  }
  .nt-related-video .box-vertical.box-blog-post .box-text {
    padding: 20px 0;
  }
  .nt-support-you .large-2 .icon-box::before {
    display: none;
  }
  .nt-need-help .large-5 .text-right {
    text-align: left;
  }
  .nt-need-help .large-5 .text-right .button {
    width: 100%;
  }
  .nt-hero h1 {
    font-size: 35px;
  }
  .nt-hero p {
    font-size: 16px;
  }
  .nt-resource .row-2 .box-vertical .box-image {
    max-width: 80px;
  }
  .nt-resource .row-1 .box-vertical.box-blog-post {
    flex-direction: column;
  }
  .nt-resource .row-1 .box-vertical.box-blog-post .box-text {
    padding: 20px 0 0 0;
  }
  .small-columns-1 .flickity-slider > .col {
    max-width: 320px;
  }
  .nt-home-hero h1 {
    font-size: 30px;
  }
  .nt-home-hero p br {
    display: none;
  }
  .nt-solution .icon-box-left {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .nt-solution .icon-box-left .icon-box-img {
    margin-bottom: 10px;
  }
  .nt-solution .icon-box-left .icon-box-text {
    padding-left: 0;
  }
  .nt-home-solution .row-3 .icon-box-left {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .nt-home-solution .row-3 .icon-box-left .icon-box-img {
    margin-bottom: 10px;
  }
  .nt-home-solution .row-3 .icon-box-left .icon-box-text {
    padding-left: 0;
  }
  .nt-home-solution .large-3 > .text-right {
    text-align: left;
  }
  .nt-home-solution .row-2 .large-4 .button {
    min-width: 210px;
  }
  .nt-home-solution .row-2 .row-solid .col-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nt-title h3 {
    font-size: 18px;
  }
  .nt-footer-1 .large-4 > .col-inner {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .nt-footer-1 .large-4 > .col-inner > .button {
    margin-right: 0;
    min-width: 200px;
  }
  .nt-title h2,
  .nt-footer-1 .nt-title h4 {
    font-size: 30px;
  }
  .nt-sodick-post .row-3 .icon-box-left {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .nt-sodick-post .row-3 .icon-box-left .icon-box-img {
    margin-bottom: 10px;
  }
  .nt-sodick-post .row-3 .icon-box-left .icon-box-text {
    padding-left: 0;
  }
  .footer-wrapper .nt-menu.ux-menu {
    justify-content: flex-start;
  }
  .blog-sort .flex {
    flex-wrap: wrap;
  }
  .blog-sort .flex .flex-grow {
    flex: unset;
    width: 100%;
  }
  .blog-sort .entry-title {
    display: block;
    margin-bottom: 5px;
  }
  .blog-sort .entry-title + .count-post {
    margin-left: 0;
    margin-bottom: 20px;
    display: block;
  }
  .nt-our-service .row-2 .box-image {
    margin: 0;
  }
  .nt-quick-access .box-vertical .box-text {
    padding: 20px !important;
  }
}
@media only screen and (max-width: 849px) and (min-width: 550px) {
  table.machine-compare .button {
    padding: 0 2px;
    width: 100%;
  }
  table.machine-compare .button span {
    font-size: 12px;
  }
  .nt-slider .flickity-page-dots {
    display: none;
  }
  .nt-support-you .large-2 {
    flex-basis: 20%;
    max-width: 20%;
  }
  .nt-support-you .large-2 .icon-box::before {
    width: 65px;
    top: 31%;
  }
  .nt-home-hero h1 {
    font-size: 30px;
  }
  .nt-footer-1 .large-4 > .col-inner {
    flex-wrap: wrap;
  }
  .nt-footer-1 .large-4 > .col-inner > .button {
    margin-right: 0;
    min-width: 200px;
  }
  .nt-title h2,
  .nt-footer-1 .nt-title h4 {
    font-size: 30px;
  }
  .nt-sodick-post .row-3 .icon-box-left {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .nt-sodick-post .row-3 .icon-box-left .icon-box-img {
    margin-bottom: 10px;
  }
  .nt-sodick-post .row-3 .icon-box-left .icon-box-text {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1160px) and (min-width: 850px) {
  .header .nav-spacing-xlarge > li {
    margin: 0 10px;
  }
  .header .nav-spacing-xlarge > li.header-button-1:last-child {
    display: none;
  }
  .button span {
    font-size: 12px;
  }
  .nt-title h2 {
    font-size: 30px;
  }
  .event-item .box-overlay .image-cover {
    padding-top: 360px !important;
  }
}
@media only screen and (max-width: 849px) {
  .nt-related .box-vertical {
    display: flex;
    flex-direction: column;
  }
  .nt-related .box-vertical .box-text {
    padding: 10px 0 !important;
  }
  .nt-related .box-vertical .box-image {
    min-width: 100%;
  }
  .nt-related .box-vertical .button {
    margin-bottom: 0;
  }
  .blog-sort .news-categories {
    justify-content: flex-start;
    overflow: scroll;
    flex-wrap: nowrap;
    gap: 20px;
  }
  .blog-sort .news-categories::-webkit-scrollbar {
    display: none;
  }
  .blog-sort .news-categories {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: auto;
    overflow-x: auto;
  }
  .blog-sort .news-categories a {
    white-space: nowrap;
    height: 50px;
  }
  .nt-sodick-post .large-8 > .col-inner {
    border: none;
  }
  .nt-sodick-post .large-4 .row-collapse {
    padding: 20px 10px;
  }
  .nt-sodick-post .row-3 .stack {
    flex-wrap: wrap;
  }
  .nt-sodick-post .row-3 .stack .icon-box-left {
    width: 50%;
    padding: 10px 5px;
  }
  .nt-sodick-post .row-3 .stack .divider {
    display: none;
  }
  .header .logo {
    max-width: 180px;
  }
  .header .nav > li.nav-icon > a {
    color: var(--fs-color-secondary);
  }
  .header .nav > li .header-language-dropdown > a {
    padding: 0 8px;
  }
}
@media screen and (min-width: 850px) {
  .nt-slider .flickity-page-dots {
    display: none;
  }
  .nt-resource .row-1 .video-item:nth-child(4) {
    display: none;
  }
  .nt-our-service .row-2 .large-2,
  .nt-support-you .large-2 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media only screen and (min-width: 1361px) {
  .nav-spacing-xlarge > li {
    margin: 0 20px;
  }
}/*# sourceMappingURL=style.css.map */