@charset "UTF-8";
/*
Theme Name: Eufood
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 {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1882352941);
}

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

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

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

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

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

.single-post table,
.single-product .woocommerce-tabs table {
  border-collapse: collapse;
}
.single-post table th,
.single-post table td,
.single-product .woocommerce-tabs table th,
.single-product .woocommerce-tabs table td {
  text-align: center;
  padding: 5px 0;
  line-height: 20px;
  border: 1px solid #c3c3c3;
}
.single-post table tr:nth-child(even) td,
.single-product .woocommerce-tabs table tr:nth-child(even) td {
  background-color: #f2f2f2;
}

.header .cart-icon::before,
.header .icon-phone::before,
.header .icon-envelop::before,
.header .icon-search::before,
.header .icon-user::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #000;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: block;
}
.header .nav-dark .cart-icon::before,
.header .nav-dark a > .icon-search:before,
.header .nav-dark .icon-phone::before,
.header .nav-dark .icon-user::before {
  content: "";
  background-color: #ffffff;
}
.header .nav-dark li > a > i:not(.icon-angle-down) {
  color: #ffffff !important;
}
.header span.cart-icon {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.header span.cart-icon strong {
  border: unset;
  font-weight: 400;
  background: var(--fs-color-primary);
  color: #fff !important;
  font-size: 11px;
  width: 17px;
  height: 17px;
  border-radius: 99px;
  line-height: 16px;
  margin: 0;
  position: absolute;
  top: -10px;
  right: -10px;
  opacity: 0.9;
}
.header span.cart-icon strong:after {
  display: none;
}
.header span.cart-icon:before {
  -webkit-mask-image: url(img/icon-shopping-bag.svg);
          mask-image: url(img/icon-shopping-bag.svg);
}
.header .icon-user::before {
  -webkit-mask-image: url(img/user.svg);
          mask-image: url(img/user.svg);
}
.header .icon-phone::before {
  -webkit-mask-image: url(img/icon-call.svg);
          mask-image: url(img/icon-call.svg);
}
.header .icon-envelop::before {
  -webkit-mask-image: url(img/email.svg);
          mask-image: url(img/email.svg);
}
.header .icon-search:before {
  -webkit-mask-image: url(img/loupe.svg);
          mask-image: url(img/loupe.svg);
}

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

.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;
  }
}
@font-face {
  font-family: "NestleText";
  src: url("fonts/NestleTextTFVN-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NestleText";
  src: url("fonts/NestleTextTFVN-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NestleText";
  src: url("fonts/NestleText-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NestleText";
  src: url("fonts/NestleTextTFVN-Light.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "NestleText";
  src: url("fonts/NestleText-LightItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NestleBrush";
  src: url("fonts/NestleBrush-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NestleScript";
  src: url("fonts/NestleScript-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "NestleText";
}

h1, h2, h3, h4, h5, h6, .button {
  font-weight: 400;
}

h3 {
  font-size: 24px;
}

h1.page-title,
h1.entry-title,
h2 {
  font-size: 36px;
}

.header .header-top .nav > li {
  margin: 0 15px;
}
.header .header-top .nav > li > a {
  font-size: 16px;
}
.header .nav > li.account-item > .nav-top-not-logged-in {
  font-size: 12px;
  text-transform: uppercase;
  background-color: var(--fs-color-primary);
  padding: 7px 9px;
  color: #fff;
}
.header .nav > li.html.custom {
  font-size: 30px;
  font-weight: 100;
  color: #1A4891;
  line-height: 1;
}
.header .searchform > .flex-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header .searchform > .flex-row .search-field {
  box-shadow: unset;
  border: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.header .searchform > .flex-row .ux-search-submit {
  background-color: transparent;
  border: none;
  color: #000;
  box-shadow: unset;
}
.header .header-bottom .nav-box > li > a {
  font-size: 16px;
  padding-left: 13px;
  padding-right: 13px;
  font-weight: 400;
}
.header .header-bottom .nav-box > li:hover > a, .header .header-bottom .nav-box > li.active > a {
  color: #000 !important;
}

.off-canvas-left.dark .nav-vertical > li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.off-canvas-left.dark .nav-vertical > li a img {
  display: none;
}
.off-canvas-left.dark .nav-vertical > li .toggle {
  color: #fff;
}
.off-canvas-left.dark .mobile-sidebar-levels-2 .nav-slide > li > .sub-menu > li:not(.nav-slide-header) > a, .off-canvas-left.dark .mobile-sidebar-levels-2 .nav-slide > li > ul.children > li:not(.nav-slide-header) > a {
  font-size: 16px;
  color: #fff;
  text-transform: unset;
}
.off-canvas-left.dark .mfp-content {
  background-color: var(--fs-color-primary);
}

.nt-slider-hero h2 {
  font-size: 50px;
  font-weight: 700;
}
.nt-slider-hero .overlay {
  height: 80%;
  top: auto;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.nt-slider-hero .flickity-prev-next-button {
  width: unset;
  opacity: 1;
  width: 68px;
  height: 68px;
}
.nt-slider-hero .flickity-prev-next-button.previous {
  left: 0;
}
.nt-slider-hero .flickity-prev-next-button.previous svg {
  border-radius: 0 10px 10px 0;
}
.nt-slider-hero .flickity-prev-next-button.next {
  right: 0;
}
.nt-slider-hero .flickity-prev-next-button.next svg {
  border-radius: 10px 0 0 10px;
}
.nt-slider-hero .flickity-prev-next-button svg {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: unset;
}
.nt-slider-hero .flickity-prev-next-button svg .arrow {
  fill: var(--fs-color-primary);
}

.button {
  font-size: 16px;
}
.button .icon-angle-right:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: currentColor;
  display: inline-block;
  margin-left: 10px;
  -webkit-mask: url(img/arrow.svg) no-repeat;
          mask: url(img/arrow.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: relative;
  top: -3px;
}
.button .icon-angle-left:before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: currentColor;
  display: inline-block;
  -webkit-mask: url(img/clip-path-group.svg) no-repeat;
          mask: url(img/clip-path-group.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.button.is-outline {
  border-width: 1px;
}
.button.is-large {
  padding-left: 25px;
  padding-right: 25px;
}
.button.is-small {
  font-size: 14px;
}

@keyframes arrow-wiggle {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(10%);
  }
  75% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(0);
  }
}
.box.nt-border .box-text {
  padding: 16px 30px 15px 30px;
}
.box.nt-border h3 {
  margin-bottom: 10px;
}
.box.nt-border p {
  font-size: 16px;
}

.nt-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}
.nt-box > a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.nt-box-title {
  position: absolute;
  bottom: 0;
  z-index: 1;
  font-family: "NestleBrush";
  color: #fff;
  margin-bottom: 0;
  padding: 4px 17px 4px 22px;
  line-height: 1;
  border-radius: 0 60px 0 0;
}
.nt-box .box-text {
  padding: 16px 30px 15px 30px;
}
.nt-box .box-text h2 {
  font-size: 24px;
  color: currentColor;
  margin-bottom: 15px;
}
.nt-box .box-text p {
  font-size: 16px;
  color: #000;
}
.nt-box .box-footer {
  margin-top: auto;
  margin-left: 30px;
}
.nt-box:hover .button i {
  animation: arrow-wiggle 0.5s linear infinite;
}

.nt-home-about-us .large-3 > .col-inner {
  height: 100%;
}

.section-title span {
  font-size: 36px;
  margin: 0;
  line-height: 1.2;
}
.section-title-center b {
  background-color: transparent;
}
.section-title-normal {
  border: none;
}
.section-title-normal span {
  border: none;
  padding-bottom: 0;
}
.section-title-bold span {
  border: none;
  padding: 0 30px 0 0;
}
.section-title-bold b {
  opacity: 0.5;
}

.flickity-slider .product-category {
  padding-top: 10px !important;
}
.product-category .box-image {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 99px;
  padding: 20px;
}
.product-category .box-image img {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-category .header-title {
  text-transform: unset;
  font-size: 16px;
  color: #000000;
}
.product-category p.count {
  text-transform: unset;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 5px;
}
.product-category .box-text {
  padding-left: 0;
  padding-right: 0;
}

.brand-item > .col-inner,
.product-small.col > .col-inner {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.brand-item .box-excerpt,
.product-small.col .box-excerpt {
  display: none;
}
.brand-item .box-image,
.product-small.col .box-image {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.brand-item .box-image img,
.product-small.col .box-image img {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.brand-item .box-image a,
.product-small.col .box-image a {
  display: block;
  padding: 20px;
}
.brand-item .box-text,
.product-small.col .box-text {
  padding: 15px 30px;
}
.brand-item .product-title > a,
.product-small.col .product-title > a {
  font-size: 24px;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.brand-item .button,
.product-small.col .button {
  background-color: transparent;
  padding: 0;
  color: var(--fs-color-primary);
  border: none;
  font-size: 16px;
  min-height: unset;
  line-height: 1;
  padding-bottom: 10px;
}
.brand-item .button:hover,
.product-small.col .button:hover {
  box-shadow: unset;
}
.brand-item .button::after,
.product-small.col .button::after {
  content: "\f105";
  font-family: fl-icons !important;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 10px;
}

.nt-home-news .post-item {
  padding-bottom: 0;
}
.nt-home-news .post-item .box-image {
  display: none;
}
.nt-home-news .post-item .box-text,
.nt-home-news .post-item .box-text-inner,
.nt-home-news .post-item .box,
.nt-home-news .post-item > .col-inner {
  height: 100%;
}
.nt-home-news .post-item .post-title {
  display: flex;
}
.nt-home-news .post-item .post-title > a {
  font-size: 16px;
  line-height: 24px;
  padding-right: 55px;
  display: block;
  padding-bottom: 16px;
  display: flex;
}
.nt-home-news .post-item .post-title > a::after {
  content: "";
  display: block;
  right: 0;
  position: absolute;
  bottom: 0.2em;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  -webkit-mask: url(img/arrow.svg) no-repeat;
          mask: url(img/arrow.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-bottom: 16px;
}
.nt-home-news .post-item .box-text-inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.nt-home-news .post-item .box-text {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.nt-home-news .post-item .post-meta {
  font-size: 14px;
  text-transform: uppercase;
  opacity: 1;
  width: 100%;
  margin-bottom: 7px;
}

.slider-nav-simple .flickity-prev-next-button svg {
  display: none;
}
.slider-nav-simple .flickity-prev-next-button::before {
  content: "";
  width: 17px;
  height: 44px;
  color: var(--fs-color-primary);
  background-color: currentColor;
  display: block;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.slider-nav-simple .flickity-prev-next-button.next::before {
  -webkit-mask: url(img/arrow-right.svg) no-repeat;
          mask: url(img/arrow-right.svg) no-repeat;
}
.slider-nav-simple .flickity-prev-next-button.previous::before {
  -webkit-mask: url(img/arrow-left.svg) no-repeat;
          mask: url(img/arrow-left.svg) no-repeat;
}

.nt-partner .slider {
  padding-bottom: 40px;
}
.nt-partner .flickity-slider > .img {
  max-width: 16.6%;
  padding: 10px 30px;
}
.nt-partner .flickity-slider > .img .img-inner {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 99px;
  padding: 20px;
}
.nt-partner .flickity-slider > .img .img-inner img {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

.wpcf7 .flex-col > .wpcf7-spinner {
  position: absolute;
  bottom: -25px;
  right: 0;
}
.wpcf7 .wpcf7-textarea,
.wpcf7 .wpcf7-text {
  height: 40px;
  border: 1px solid #e5e5e5;
  box-shadow: unset;
  border-radius: 10px;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
}
.wpcf7 .wpcf7-submit {
  margin: 0;
}
.wpcf7 .col {
  padding-bottom: 5px;
}

.footer-wrapper .wpcf7-email {
  background-color: transparent;
  border-color: #fff;
  height: 50px;
  color: #fff;
  border-radius: 0;
}
.footer-wrapper .wpcf7-email::-moz-placeholder {
  background-color: transparent;
  border-width: 1px;
  color: #fff;
}
.footer-wrapper .wpcf7-email::placeholder, .footer-wrapper .wpcf7-email:focus {
  background-color: transparent;
  border-width: 1px;
  color: #fff;
}
.footer-wrapper .wpcf7-submit.white {
  color: var(--fs-color-primary) !important;
  height: 50px;
  font-weight: 400;
  font-size: 16px;
  min-width: 150px;
}
.footer-wrapper .nt-footer-1 .section-bg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-wrapper .nt-footer-1 .section-bg > img {
  width: auto;
  height: auto;
  position: unset;
}
.footer-wrapper .nt-footer-2 h4,
.footer-wrapper .ux-menu-title {
  font-size: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  font-weight: 400;
  text-transform: uppercase;
  min-height: unset;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px !important;
}
.footer-wrapper .ux-menu + .ux-menu {
  margin-top: 45px;
}
.footer-wrapper .ux-menu-link__link {
  transition: transform 0.1s ease, color 0.1s ease;
  font-size: 14px;
}
.footer-wrapper .ux-menu-link__link:hover {
  color: var(--fs-color-primary);
  transform: translateX(3px);
}
.footer-wrapper .icon-box-img {
  max-width: 14px;
}
.footer-wrapper .icon-box p {
  font-size: 14px;
}
.footer-wrapper .text-1 {
  font-size: 23px;
}
.footer-wrapper .social-icons {
  margin-bottom: 40px;
}
.footer-wrapper .social-icons > span {
  display: block;
  font-size: 24px;
  font-family: "NestleBrush";
  font-weight: 400;
  color: #000000;
  margin-bottom: 17px;
}
.footer-wrapper .social-icons > a {
  width: 50px;
  height: 50px;
  background-color: var(--fs-color-primary);
  border-radius: 99px;
  display: inline-block;
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  margin: 0 15px;
}
.footer-wrapper .social-icons > a:first-child {
  margin-left: 0;
}
.footer-wrapper .social-icons > a:last-child {
  margin-right: 0;
}

.nt-hero .banner .overlay {
  height: 80%;
  top: auto;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.nt-hero .banner h1 {
  font-family: "NestleBrush";
  font-size: 72px;
  line-height: 1.2;
}
.nt-hero .banner h2 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.nt-hero .banner p {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 0;
}

.nt-hero .row-1 {
  background-color: var(--fs-color-success);
}
.nt-hero .row-1 > .large-6:first-child > .col-inner {
  max-width: 600px;
}
.nt-hero .row-1 > .large-6:first-child > .col-inner h1 {
  font-size: 50px;
  margin-bottom: 15px;
}
.nt-hero .row-1 > .large-6:first-child > .col-inner p {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 0;
}

.share-icons > a.icon:not(.button) {
  width: 30px;
  height: 30px;
  background-color: var(--fs-color-primary);
  border-radius: 99px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  margin: 0 5px;
  text-align: center;
}
.share-icons > a.icon:not(.button):first-child {
  margin-left: 0;
}
.share-icons > a.icon:not(.button):last-child {
  margin-right: 0;
}

.nt-about-us h2 {
  font-size: 36px;
  line-height: 1.2;
}
.nt-about-us p {
  font-size: 18px;
}
.nt-about-us .text-1 {
  color: var(--fs-color-primary);
}
.nt-about-us .text-1 * {
  color: inherit;
}
.nt-about-us .text-2 {
  color: var(--fs-color-alert);
}
.nt-about-us .text-2 * {
  color: inherit;
}
.nt-about-us .text-3 {
  color: var(--fs-color-success);
}
.nt-about-us .text-3 * {
  color: inherit;
}
.nt-about-us .row-divided p {
  margin-bottom: 0;
}
.nt-about-us .row-divided h3 {
  font-size: 43px;
  margin-bottom: 12px;
  margin-top: 10px;
  line-height: 1.2;
}
.nt-about-us .row-divided .col {
  padding-bottom: 0;
}

.nt-box {
  border-radius: 10px;
  overflow: hidden;
}
.nt-box .box-text {
  padding: 20px 30px;
}
.nt-box h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.nt-box p {
  font-size: 16px;
}

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

.nt-con-so h4 {
  font-size: 43px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 11px;
}
.nt-con-so p:last-child {
  margin-bottom: 0;
}

.nt-question .align-equal h2 {
  font-size: 24px;
  position: relative;
  padding-top: 60px;
}
.nt-question .align-equal h2::before {
  content: "“";
  font-size: 120px;
  line-height: 1;
  display: block;
  color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -16px;
}
.nt-question .align-equal .button {
  margin-top: auto;
}
.nt-question .align-equal > .col > .col-inner {
  display: flex;
  flex-wrap: wrap;
}

.nt-chu-de-khac .box-default h3 {
  color: var(--fs-color-primary);
}
.nt-chu-de-khac .box-default .button {
  margin-bottom: 0;
}

.blog-single .img {
  border-radius: 10px;
  overflow: hidden;
}

.nt-tim-hieu-them .col-1 .box-image {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.large-columns-2 > .gallery-col > .col-inner {
  overflow: hidden;
}
.large-columns-2 > .gallery-col:nth-child(1) > .col-inner {
  border-radius: 10px 0 0 0;
}
.large-columns-2 > .gallery-col:nth-child(2) > .col-inner {
  border-radius: 0 10px 0 0;
}
.large-columns-2 > .gallery-col:nth-last-child(1) > .col-inner {
  border-radius: 0 0 10px 0;
}
.large-columns-2 > .gallery-col:nth-last-child(2) > .col-inner {
  border-radius: 0 0 0 10px;
}

.entry-content .container, .entry-content .section {
  padding-left: 0;
  padding-right: 0;
}
.entry-content .nt-lien-quan .ux-menu-title {
  font-size: 24px;
  text-transform: unset;
  font-weight: 400;
}
.entry-content .nt-lien-quan .ux-menu-link__link {
  min-height: unset;
  padding: 0;
}
.entry-content .nt-lien-quan .ux-menu-link__link::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000000;
  border-radius: 99px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -4px;
}
.entry-content .nt-lien-quan .ux-menu-link__link span {
  padding-left: 0;
  font-weight: 700;
  color: var(--fs-color-primary);
}
.entry-content .nt-lien-quan .icon-angle-left {
  order: 1;
}
.entry-content .nt-lien-quan .icon-angle-left::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: currentColor;
  display: inline-block;
  -webkit-mask: url(img/clip-path-group.svg) no-repeat;
          mask: url(img/clip-path-group.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin-left: 10px;
}
.entry-content .nt-lien-quan .post-item {
  padding-bottom: 20px;
}
.entry-content .nt-lien-quan .post-item .box-image {
  display: none;
}
.entry-content .nt-lien-quan .post-item .box-text,
.entry-content .nt-lien-quan .post-item .box-text-inner,
.entry-content .nt-lien-quan .post-item .box,
.entry-content .nt-lien-quan .post-item > .col-inner {
  height: 100%;
}
.entry-content .nt-lien-quan .post-item .post-title {
  display: flex;
}
.entry-content .nt-lien-quan .post-item .post-title > a {
  font-size: 16px;
  line-height: 24px;
  padding-right: 55px;
  display: block;
  padding-bottom: 16px;
  display: flex;
  color: var(--fs-color-primary);
}
.entry-content .nt-lien-quan .post-item .post-title > a::after {
  content: "";
  display: block;
  right: 0;
  position: absolute;
  bottom: 0.2em;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  -webkit-mask: url(img/arrow.svg) no-repeat;
          mask: url(img/arrow.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-bottom: 16px;
}
.entry-content .nt-lien-quan .post-item .box-text-inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.entry-content .nt-lien-quan .post-item .box-text {
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.entry-content .nt-lien-quan .post-item .post-meta {
  font-size: 14px;
  text-transform: uppercase;
  opacity: 1;
  width: 100%;
  margin-bottom: 7px;
}
.entry-content .box-vertical h3 {
  color: var(--fs-color-primary);
}
.entry-content .box-vertical .button {
  margin-bottom: 0;
}

.portfolio-page-wrapper > .container > .breadcrumbs {
  margin-top: 20px;
}

.widget span.widget-title {
  display: block;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.woof h4 {
  font-size: 16px;
}
.woof .woof_container + .woof_container {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  margin-top: 20px;
}
.woof .woof_checkbox_count {
  display: none;
}
.woof label {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.order-button {
  display: flex;
}
.order-button .button:not(.icon) {
  margin: 0;
  min-width: 95px;
  text-transform: unset;
  border: 1px solid transparent;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
}
.order-button .button:not(.icon) .icon-menu::before {
  content: "";
  width: 16px;
  height: 16px;
  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-base);
  font-size: 16px;
  border-color: rgba(0, 0, 0, 0.3);
}
.order-button .button:not(.icon).order-button-horizontal {
  border-right-width: 0;
  border-radius: 5px 0 0 5px !important;
}
.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 {
  border-left-width: 0;
  border-radius: 0 5px 5px 0 !important;
}
.order-button .button:not(.icon).order-button-vertical .icon-menu::before {
  -webkit-mask-image: url(img/list.svg);
          mask-image: url(img/list.svg);
}

.shop-container.vertical .products > .product-small.col {
  flex-basis: 100%;
  max-width: 100%;
}
.shop-container.vertical .products > .product-small.col > .col-inner {
  padding: 20px;
}
.shop-container.vertical .box-excerpt {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.shop-container.vertical .nt-product-features {
  display: block;
}
.shop-container.vertical .nt-product-features li {
  font-size: 14px;
}
.shop-container.vertical .nt-product-right {
  width: 41.6666666667%;
  margin-top: 0;
}
.shop-container.vertical .nt-product-left {
  flex: 1;
}
.shop-container.vertical .product-small.box {
  display: flex;
}
.shop-container.vertical .product-small.box .box-image {
  width: 25%;
  padding: 0;
  border: none;
}
.shop-container.vertical .product-small.box .box-text {
  flex: 1;
  padding: 0 0 0 20px;
}
.shop-container.vertical .product-title a {
  -webkit-line-clamp: 3;
  height: unset;
}

.nt-sort-by {
  display: flex;
  align-items: center;
}
.nt-sort-by > span {
  color: #000000;
  font-size: 16px;
  margin-right: 15px;
}
.nt-sort-by .woocommerce-ordering {
  flex: 1;
}
.nt-sort-by .woocommerce-ordering select {
  border-radius: 5px;
  background-color: #D9D9D9;
  border-color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  margin: 0;
}

.product-thumbnails img {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}

.product-gallery-slider img {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-main .product-info > .col-inner {
  background-color: #F5F5F5;
  border-radius: 20px;
  padding: 40px 40px;
}
.product-main .product-info > .col-inner .product-short-description {
  font-size: 16px;
}
.product-main > .content-row {
  align-items: flex-start;
}

.product-footer .woocommerce-tabs {
  border-top: 0;
}
.product-footer .woocommerce-tabs > .nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product-footer .woocommerce-tabs > .nav > li > a {
  font-size: 26px;
  font-weight: 400;
  color: #000000;
}
.product-footer .woocommerce-tabs > .nav > li > a::before {
  top: auto;
  bottom: 0;
}
.product-footer .product-section {
  border: none;
}
.product-footer .product-related {
  background-color: #F6F5F4;
  padding: 30px 0;
}

.blog-wrapper .post-item > .col-inner {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.blog-wrapper .post-item .post-title {
  margin-bottom: 15px;
}
.blog-wrapper .post-item .post-title > a {
  font-size: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-wrapper .post-item .from_the_blog_excerpt {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-wrapper .post-item .button .icon-angle-right:before {
  top: -1px;
}
.blog-wrapper .post-item:hover .button i {
  animation: arrow-wiggle 0.5s linear infinite;
}
.blog-wrapper .post-item .post-meta {
  font-size: 14px;
  text-transform: uppercase;
  opacity: 1;
  width: 100%;
  margin-bottom: 7px;
  order: -1;
}
.blog-wrapper .post-item .box-text-inner {
  display: flex;
  flex-wrap: wrap;
}

.blog-single {
  padding-top: 15px;
}
.blog-single article.post {
  margin-bottom: 0;
}
.blog-single .entry-content {
  padding-bottom: 0;
}
.blog-single .entry-header .entry-header-text {
  padding-bottom: 0;
}
.blog-single .entry-header .entry-meta {
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px;
}
.blog-single .entry-header .entry-category {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 11px 0;
  margin-top: 30px;
  margin-bottom: 10px;
}
.blog-single .entry-header .entry-category > a {
  color: var(--fs-color-primary);
  font-size: 16px;
  text-transform: none;
}

.nt-address .icon-box-img {
  max-width: 14px;
}
.nt-address .icon-box-img .icon {
  line-height: 0;
}
.nt-address .icon-box p {
  padding-top: 0;
  line-height: 1.2;
}
.nt-address iframe {
  border-radius: 10px;
}

.nt-tuyen-dung .text-1 h2 {
  font-size: 32px;
}
.nt-tuyen-dung .text-1 h2 strong {
  font-family: "NestleScript";
  font-weight: 400;
  font-size: 40px;
  color: var(--fs-color-primary);
}
.nt-tuyen-dung .button {
  margin: 0;
}
.nt-tuyen-dung .large-4 p {
  margin-bottom: 2px;
}
.nt-tuyen-dung .large-4 h3 {
  margin-bottom: 2px;
}

.nt-nghe-nghiep .slider {
  padding-bottom: 45px;
}
.nt-nghe-nghiep .slider .section {
  max-width: calc(25% - 25px);
  margin-right: 30px;
  padding: 10px 0 !important;
  min-height: 120px;
}
.nt-nghe-nghiep .slider .section .section-content {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px 15px 15px 15px;
}
.nt-nghe-nghiep .slider .flickity-prev-next-button {
  top: 25%;
  bottom: auto;
}
.nt-nghe-nghiep .slider .icon-box-img {
  margin-bottom: 0;
}
.nt-nghe-nghiep .slider h4 {
  font-size: 22px;
}
.nt-nghe-nghiep .slider .flickity-page-dots {
  bottom: 0;
}

.flickity-page-dots .dot {
  width: 8px;
  height: 8px;
}

.nt-tim-hieu .icon-box img {
  padding-top: 0;
  border-radius: 10px;
}
.nt-tim-hieu .icon-box p {
  font-weight: 700;
}
.nt-tim-hieu .icon-box p::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: currentColor;
  display: inline-block;
  margin-left: 10px;
  -webkit-mask: url(img/arrow.svg) no-repeat;
          mask: url(img/arrow.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.menu-item-design-full-width .sub-menu.nav-dropdown {
  background-color: var(--fs-color-primary);
  color: #fff;
  padding: 60px 0;
}
.menu-item-design-full-width .sub-menu.nav-dropdown .row {
  margin: auto;
}
.menu-item-design-full-width .sub-menu.nav-dropdown .ux-menu {
  width: 33.33333%;
  padding-right: 15px;
  position: relative;
}
.menu-item-design-full-width .sub-menu.nav-dropdown .ux-menu .ux-menu-link--active .ux-menu-link__link {
  color: unset;
}
.menu-item-design-full-width .sub-menu.nav-dropdown .ux-menu-link:hover .ux-menu-link__link {
  color: unset;
}
.menu-item-design-full-width .sub-menu.nav-dropdown .ux-menu-link__link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 10px;
  padding-right: 20px;
}
.menu-item-design-full-width .sub-menu.nav-dropdown .ux-menu-link__link:hover {
  background: rgba(0, 0, 0, 0.15);
}
.menu-item-design-full-width .sub-menu.nav-dropdown .goto-parent {
  align-items: center;
  position: relative;
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.menu-item-design-full-width .sub-menu.nav-dropdown .goto-parent samp {
  font-family: inherit;
}
.menu-item-design-full-width .sub-menu.nav-dropdown .goto-parent samp + span {
  font-weight: 700;
  font-size: 20px;
  padding-left: 10px;
}
.menu-item-design-full-width .sub-menu.nav-dropdown .goto-parent:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: currentColor;
  display: inline-block;
  margin-left: auto;
  -webkit-mask: url(img/arrow.svg) no-repeat;
  mask: url(img/arrow.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.menu-item-design-full-width .sub-menu.nav-dropdown a.has-sub::after {
  content: "\f105";
  font-family: fl-icons !important;
  margin-left: auto;
  display: inline-block;
}
.menu-item-design-full-width .sub-menu.nav-dropdown .sub {
  position: absolute;
  left: 100%;
  width: 100%;
  top: 0;
}
.menu-item-design-full-width .sub-menu.nav-dropdown .menu-close {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: block;
  margin-right: 0;
  -webkit-mask: url(img/icon-close.svg) no-repeat;
          mask: url(img/icon-close.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  right: 15px;
  top: -35px;
}

.ux-menu:not(.uxb-draggable) .sub {
  display: none;
}
.ux-menu .sub {
  padding-left: 20px;
}

@media screen and (max-width: 549px) {
	.nt-nhan-tin .col-inner.text-right {
		text-align: center;
	}
  .product-main .product-info > .col-inner {
    padding: 20px;
  }
  .row .row-small.product-thumbnails .flickity-prev-next-button {
    top: 20%;
  }
  .social-icons.text-right {
    text-align: center;
  }
  .shop-container.vertical .product-small.box {
    flex-direction: column;
  }
  .shop-container.vertical .product-small.box .nt-product-right,
  .shop-container.vertical .product-small.box .box-image {
    width: 100%;
  }
  .shop-container.vertical .product-small.box .box-text {
    flex-direction: column;
  }
  .shop-container.vertical .product-small.box .box-text {
    padding-left: 0;
  }
  .entry-header .ml-half {
    margin-left: 0;
  }
  .entry-header .ml-half .text-right {
    text-align: center;
  }
  .nt-hero .banner h1 {
    font-size: 28px;
  }
  .nt-hero .banner p {
    font-size: 16px;
  }
  .nt-hero .social-icons.text-right {
    text-align: center;
  }
  .nt-hero .row-1 > .large-6:first-child > .col-inner p {
    font-size: 16px;
  }
  .blog-wrapper .post-item .post-title > a,
  .product-footer .woocommerce-tabs > .nav > li > a,
  .widget span.widget-title,
  h3 {
    font-size: 20px;
  }
  .nt-tuyen-dung .text-1 h2,
  .nt-hero .row-1 > .large-6:first-child > .col-inner h1,
  h1.entry-title, h1.page-title,
  h2,
  .nt-hero .banner h2,
  .nt-about-us h2,
  .section-title span {
    font-size: 25px;
  }
  .nt-box .box-text {
    padding: 15px;
  }
  .nt-about-us .row-divided .col {
    padding-bottom: 30px;
  }
  .footer-wrapper .social-icons {
    margin-bottom: 10px;
  }
  .footer-wrapper .ux-menu-title {
    position: relative;
    cursor: pointer;
    padding: 15px 20px 15px 0;
    margin-bottom: 0;
  }
  .footer-wrapper .ux-menu-title::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 1;
  }
  .footer-wrapper .ux-menu.active .ux-menu-title::after {
    content: "-";
  }
  .footer-wrapper .ux-menu + .ux-menu {
    margin-top: 0;
  }
  .nt-home-news .grid:not(.uxb-draggable) > .large-4 {
    order: 1;
  }
  .nt-home-news .grid:not(.uxb-draggable) .section-title-container {
    margin-bottom: 0;
  }
  .nt-home-news .post-item + .post-item {
    padding-top: 30px;
  }
  .nt-home-news .post-item .post-title > a {
    padding-right: 45px;
    position: relative;
  }
  .nt-home-news .post-item .post-title > a::after {
    bottom: auto;
    top: 0;
  }
  .header #logo img {
    max-height: 52px;
  }
  .nt-slider-hero h2 {
    font-size: 35px;
  }
  .nt-home-product .slider .flickity-button {
    display: none;
  }
  .nt-partner .flickity-slider > .img {
    max-width: 50%;
    padding: 10px 15px;
  }
  .nt-partner .slider .flickity-button {
    display: none;
  }
  .blog-wrapper .post-item .box-text {
    padding: 15px;
  }
}
@media only screen and (max-width: 849px) and (min-width: 550px) {
  .blog-wrapper .post-item .post-title > a {
    font-size: 22px;
  }
  .blog-wrapper .post-item .image-cover {
    padding-top: 75% !important;
  }
  .nt-home-news .grid:not(.uxb-draggable) > .large-4 .col-inner {
    text-align: right;
  }
  .nt-home-news .post-item {
    padding-bottom: 30px;
  }
  .nt-partner .flickity-slider > .img {
    max-width: 25%;
    padding: 10px 30px;
  }
  .nt-partner .slider .flickity-button {
    display: none;
  }
}
@media only screen and (max-width: 849px) {
  .nt-nghe-nghiep .slider .flickity-prev-next-button {
    display: none;
  }
  .nt-nghe-nghiep .slider .section {
    max-width: 200px;
  }
  .nt-nghe-nghiep .slider h4 {
    font-size: 20px;
  }
  .box.nt-border .box-text {
    padding: 10px 15px;
  }
  .footer-wrapper .text-1 {
    font-size: 18px;
  }
  .footer-wrapper .nt-footer-2 h4 {
    padding-top: 0;
    border-top-width: 0;
  }
  .brand-item .box-text,
  .product-small.col .box-text {
    padding: 10px;
  }
  .brand-item .product-title > a,
  .product-small.col .product-title > a {
    font-size: 16px;
  }
  .brand-item .button,
  .product-small.col .button {
    font-size: 14px;
  }
  .nt-slider-hero .flickity-prev-next-button {
    width: 36px;
    height: 36px;
  }
  .header .header-top .nav {
    justify-content: space-between;
  }
  .header .header-top .nav > li.html.custom {
    font-size: 14px;
  }
  .header .header-top .nav > li {
    margin: 0 5px;
  }
  .header .header-top .nav .nav-dropdown {
    right: 0;
    left: auto;
  }
  .header .header-main > .header-inner {
    padding-bottom: 0;
  }
  .header .header-main > .header-inner .mobile-nav > li {
    margin: 0 10px;
  }
  .header .header-main > .header-inner .mobile-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header .header-main > .header-inner .mobile-nav > li.nav-icon > a {
    width: 30px;
    height: 25px;
    color: #000;
    border-bottom: 2px solid currentColor;
    border-top: 2px solid currentColor;
    position: relative;
    top: -6px;
  }
  .header .header-main > .header-inner .mobile-nav > li .icon-menu {
    margin: auto;
    line-height: 0;
  }
  .header .header-main > .header-inner .mobile-nav > li .icon-menu::before {
    content: "";
    width: 20px;
    height: 2px;
    position: relative;
    background-color: currentColor;
    display: block;
    left: 2px;
  }
  .header .cart-icon::before,
  .header .icon-phone::before,
  .header .icon-envelop::before,
  .header .icon-search::before,
  .header .icon-user::before {
    content: "";
    width: 30px;
    height: 30px;
    background-color: #000;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    display: block;
  }
  .nt-home-product .slider {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 850px) {
  .nt-home-product .flickity-page-dots {
    display: none;
  }
  .header .header-main > .header-inner {
    padding-bottom: 45px;
    align-items: flex-end;
  }
  .header .header-main .hide-for-medium.flex-right {
    flex: 1;
    max-width: 390px;
  }
  .nt-home-news .grid:not(.uxb-draggable) {
    display: grid;
    grid-template-columns: 25% 1fr;
    grid-template-rows: repeat(4, auto);
  }
  .nt-home-news .grid:not(.uxb-draggable) > .large-3 {
    grid-row: 1;
    grid-column: 1;
  }
  .nt-home-news .grid:not(.uxb-draggable) > .large-4 {
    grid-row: 3;
    grid-column: 1;
    display: flex;
    align-items: flex-end;
  }
  .nt-home-news .grid:not(.uxb-draggable) > .large-9 {
    grid-row: 1/span 3;
    grid-column: 2;
  }
  .nt-home-news .grid:not(.uxb-draggable) > .col {
    max-width: unset;
    width: unset;
    padding-bottom: 0;
  }
  .nt-home-news .grid:not(.uxb-draggable) .button {
    margin-bottom: 0;
    margin-right: 0;
  }
  .row .row-small.product-thumbnails {
    max-width: 425px !important;
    margin: auto;
  }
  .row .row-small.product-thumbnails .flickity-prev-next-button {
    top: 20%;
  }
  .product-gallery-slider .woocommerce-product-gallery__image {
    height: 450px;
  }
  .product-gallery-slider img {
    max-height: 100%;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 849px) {
  .header .html.custom {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */