@font-face {
  font-family: 'Roboto Black';
  src: url('../fonts/Roboto-Black_5.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Bold';
  src: url('../fonts/Roboto-Bold_5.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Light';
  src: url('../fonts/Roboto-Light_5.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Light Italic';
  src: url('../fonts/Roboto-LightItalic_6.ttf') format('truetype');
  font-style: italic;
}

@font-face {
  font-family: 'Roboto Regular';
  src: url('../fonts/Roboto-Regular_2.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Thin';
  src: url('../fonts/Roboto-Thin_5.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed Bold';
  src: url('../fonts/RobotoCondensed-Bold_3.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed Regular';
  src: url('../fonts/RobotoCondensed-Regular_3.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'UTM Bebas';
  src: url('../fonts/00041-UTM-Bebas.ttf') format('truetype');
  font-style: normal;
}

:root {



  --color-1: #ffff;
  --color-2: #000;
  --color-3: #135b58;
  --color-4: #bbb33e;
  --color-5: #b0d233;
  --color-6: #4c4c4e;
  --color-7: #dbdbdb;


  --font-family-1: 'Roboto Black', sans-serif;
  --font-family-2: 'Roboto Bold', sans-serif;
  --font-family-3: 'Roboto Light', sans-serif;
  --font-family-4: 'Roboto Light Italic', sans-serif;
  --font-family-5: 'Roboto Regular', sans-serif;
  --font-family-6: 'Roboto Thin', sans-serif;
  --font-family-7: 'Roboto Condensed Bold', sans-serif;
  --font-family-8: 'Roboto Condensed Regular', sans-serif;
  --font-family-9: 'UTM Bebas', sans-serif;

  --box--shadow-1: 0 10px 30px 0 rgba(0, 0, 0, .1);

  --box--shadow-2: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;



}




body {





  font-size: 16px;

  color: var(--color-2);

  font-family: var(--font-family-2)
}

h1,
h2,
h3,
h4,
h5,
h6 {



  font-family: var(--font-family-1);



  margin-bottom: 0;



  font-weight: bold;



}

h1,
h1.title {
  font-size: 2.5rem;
  margin-bottom: 10px;
}







h2,
h2.title {
  font-size: 1.875rem;
  margin-bottom: 15px;

}

h3,
h3.title {
  font-size: 24px;


}



p {
  font-family: var(--font-family-3);
  margin-bottom: 10px;
  text-align: justify;

}

ul {
  margin-bottom: 1em;
}



strong {

  font-weight: bold;

}



.px-3 {



  padding-left: 1rem;



  padding-right: 1rem;



}



.is-divider {

  background: transparent;

}


.pb-20px {



  padding-bottom: 20px;



}


.mb-1-25 {



  margin-bottom: 1.25rem;



}

.mb-10px {

  margin-bottom: 10px;

}

/* .contact-text {
  padding-left: 30%;
} */

.contact-text h4 {
  font-family: var(--font-family-1);
  font-weight: 700;
}

/*
.colum-contact-text {
 border-right: 1px solid #000;
  margin-left: 5%; 
}

/* .contact-form {
  font-weight: 700;
  color: #000;
  margin-left: 6% !important;
} */

/* .contact-form input,
.contact-form textarea {
  border-radius: 0px !important;
  border: thin solid #000 !important;
} */



.contact-form .wpcf7-form p .wpcf7-submit {
  background-color: #b0d233;
  ;
  color: #fff;
  font-size: 18px;
  font-family: var(--font-family-9);
  width: 40%;
  font-weight: lighter !important;
  border: none !important;
  border-radius: 20px !important;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-family: var(--font-family-9) !important;
  font-weight: lighter !important;
  color: #000;
  font-size: 1.25rem !important;
}



.home .header-main,
.header-main {
  background: var(--color-3);
  height: 120px;
}

.header-main .nav-left {
  justify-content: center;
}

.stuck .header-main .nav>li>a,
.home .header-main .nav>li>a,
.header-main .nav>li>a {
  font-family: var(--font-family-9);
  font-weight: unset !important;
  font-size: 23px;
  margin: 0 15px;
  color: var(--color-7);
  padding: 8px !important;
  line-height: 95% !important;
  border-radius: 12px !important;
  letter-spacing: 0.01em;


}

.home .stuck .header-main .nav>li>a:hover,
.stuck .header-main .nav>li>a:hover {
  border: 1.8px solid var(--color-4);
  border-radius: 12px;
  color: var(--color-1);
}

.home .header-main .nav>li>:hover,
.header-main .nav>li>:hover {
  border: 1.8px solid var(--color-4);
  border-radius: 12px;
  color: var(--color-1);
}

#logo img {
  max-height: 100px;
}

.home .stuck #logo img,
.stuck #logo img {
  max-height: 80px !important;
}


.home .stuck .header-main,
.stuck .header-main {
  height: 120px !important;
  background: transparent;
}

.home .stuck .header-main .nav>li>a,
.stuck .header-main .nav>li>a {
  color: var(--color-7);
}

.home .stuck .header-main .nav>li>a:hover,
.stuck .header-main .nav>li>a:hover {
  border: 1.8px solid var(--color-4);
  border-radius: 12px;
}

#logo {
  width: 160px;
  padding: 10px;
}


.header-main .logo-left .logo {
  margin-right: 0;
}

.text-title-SP h3 {
  color: var(--color-5);
}

.text-title-SP p {
  font-size: 12px;
}

.col-dinhluong-SP .col-inner {
  justify-content: center;
  display: flex;
}

.text-dinhluong-SP {
  border-radius: 69rem;
  border: 1.8px solid var(--color-4);
  padding: 4px;
  height: 112px;
  width: 55%;
}

.text-dinhluong-SP p {
  border-radius: 100%;
  background: #fff;
  width: 100px;
  height: 100px;
  padding: 20px;
  margin-bottom: 13px;
  font-weight: bold;
  color: var(--color-3);
}

.text-noidung-SP1 p {
  color: var(--color-4);
}


.menu-item a {
  padding: 1rem !important;
  border: 1.8px solid transparent !important;
  border-radius: 10px;
}

.menu-item a:hover {

  font-weight: bold;
  border: 1.8px solid var(--color-5) !important;
  border-radius: 10px !important;
  transition: all 0.3s ease !important;
}

/* .page-id-6 .stuck .menu-item a,
.page-id-6 .menu-item a {
  opacity: 2 !important;
  color: #ccc ;
} */

/* .page-id-6 .stuck .current-menu-item a:hover .page-id-6 .current-menu-item a:hover,
.page-id-6 .stuck .current-menu-item a,
.page-id-6 .current-menu-item a {
  color: #fff !important;
  font-weight: bolder !important;
  border: 1.8px !important;
  ;
} */
.load-more-img {
  width: 180px !important;
}

.stuck .current-menu-item a,
.current-menu-item a {
  font-weight: bold;
  border: 1.8px solid var(--color-5);
  border-radius: 12px;
  transition: all 0.3s ease;
}


.page-id-8 .menu-item a:hover,
.page-id-8 .current-menu-item a,
.page-id-8 .stuck .current-menu-item a {
  border: 1.8px solid var(--color-3) !important;
  color: var(--color-1);
}


.menu-item a:hover,
.current-menu-item a,
.stuck .current-menu-item a,
.page-id-9 .stuck #menu-item-16 a,
.page-id-9 #menu-item-16 a,
.single-recipes .stuck #menu-item-14 a,
.single-recipes #menu-item-14 a,
.single-products .stuck #menu-item-12 a,
.single-products #menu-item-12 a {
  border: 1.8px solid var(--color-5) !important;
  color: var(--color-1) !important;
}

.text-ML p {
  width: 70px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  height: 70px;
  padding: 15px;
  line-height: 1.2;
  font-weight: 700;
  margin: 20px 0;
}

.slider-SP .flickity-prev-next-button {
  top: 85%;
}

.slider-SP .flickity-prev-next-button:hover .arrow,
.slider-SP .flickity-prev-next-button:hover svg {
  fill: var(--color-1) !important;
}

.footer-wrapper {
  background-color: #b0d233;
}

.absolute-footer {
  display: none;
}

.col-footer {
  padding: 0;
}

.follow-container {
  background-color: transparent;
  padding: 15px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  float: right;
}

.follow-container p {
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding-top: 30px;
}

.social-icons {
  display: flex;
  gap: 5px;
}

.social-icons a {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.social-icons a:hover {
  transform: scale(1.1);
}

.social-icons img {
  width: 30px;
  height: 30px;
}

.title-banner-about h1 {
  font-size: 5.5rem;
  font-weight: unset;
  font-family: var(--font-family-9);
  line-height: 0.99;
  margin: 0;

}

.banner .button {
  margin-top: 30px !important;
}

.btn-banner-about span {
  font-family: var(--font-family-8) !important;
  font-weight: lighter !important;
}

.btn-banner-about {
  margin-top: 10px;
  border-radius: 30px;
  padding: 10px 15px;
  background-color: red;
}

.text-title-introduce {
  font-weight: 700;
  font-family: var(--font-family-1);
  margin: 3rem auto;

}

.text-title-introduce h4 {
  line-height: 1;
  font-size: 2.8rem !important;
  text-transform: uppercase;
}

.block-introduce-2 .row {
  display: flex;
  justify-content: center;
}

.row-icon-buy {
  display: flex;
  justify-content: center;
}

.work-shop-row-1 {
  margin-bottom: 163px !important;
  position: relative;

}

.work-shop-img {
  position: absolute;
  top: 110% !important;
  margin: 0 auto !important;
  right: 0;
  left: 0;
  width: 100% !important;
  max-height: 600px !important;
  object-fit: cover;

}

/* .work-shop-img div .img-center {
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
  min-height: 100% !important;
  clip-path: polygon(0% 0%, 100% 0%, 100% 97%, 99% 97%, 98% 99%, 97% 99%, 96% 98%, 94% 98%, 93% 97%, 91% 96%, 90% 96%, 89% 96%, 87% 97%, 85% 97%, 84% 97%, 83% 96%, 81% 97%, 79% 95%, 78% 95%, 76% 96%, 75% 96%, 74% 97%, 72% 97%, 71% 96%, 70% 97%, 68% 96%, 65% 94%, 64% 95%, 63% 95%, 62% 96%, 60% 96%, 58% 96%, 56% 96%, 54% 96%, 53% 97%, 51% 97%, 50% 97%, 48% 96%, 47% 96%, 45% 96%, 43% 95%, 42% 96%, 40% 96%, 39% 96%, 38% 96%, 36% 97%, 34% 96%, 33% 96%, 30% 94%, 29% 94%, 27% 95%, 26% 95%, 24% 96%, 22% 96%, 20% 96%, 19% 97%, 17% 98%, 16% 96%, 14% 96%, 12% 96%, 11% 96%, 9% 96%, 9% 96%, 6% 96%, 4% 96%, 3% 97%, 1% 96%, 0% 93%, 0% 90%, 1% 89%, 0% 85%);
} */

.work-shop-img div .img-center img {


  mask-image: url(../images/bg-recipe.png);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-size: 100% 450px;
  min-height: 450px;
  object-fit: cover;
}


.work-shop-img>div>.img-icon-center>a {
  position: absolute;
  top: 63% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 300px !important;

}

.work-icon {
  width: 300px !important;
}




.tiktok-clip {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.iframe-titok {
  border-radius: 25px !important;
}

.list-titok {
  max-width: 1145px !important;
}

.header-search-form-wrapper {

  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  height: 40px !important;
  border-radius: 20px !important;
  border: 1.8px solid var(--color-7) !important;
  padding-bottom: 2px !important;
  /* Sửa lỗi `auto` */
  background-color: transparent !important;
}

.header-search-form-wrapper:hover,
.header-search-form-wrapper:has(.search-field:focus) {
  border: 1.8px solid var(--color-1) !important;
}

.page-id-8 .header-search-form-wrapper:hover,
.page-id-8 .header-search-form-wrapper:has(.search-field:focus) {
  border: 1.8px solid var(--color-3) !important;
}


.searchform:hover {
  border: none !important;
}

.searchform .flex-grow {
  order: 1 !important;
}


input.search-field:focus {
  padding-top: 0 !important;
  font-size: 1.11rem !important;
  width: 180px !important;
}

input.search-field {
  width: 180px !important;
  font-size: 1.11rem !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: var(--color-7) !important;
  font-family: var(--font-family-9);
  font-weight: unset !important;
  padding: 0 !important;
}

.header-search-form-wrapper .icon-search {
  top: 0px;
}

input.search-field::placeholder {
  color: inherit !important;
  font-size: 1.11rem !important;

}

.searchform .secondary,
.searchform .secondary:hover {
  border-radius: 20px !important;
  background-color: transparent !important;
}


.ux-search-submit {
  background-color: transparent !important;
  color: var(--color-7) !important;
  border: none !important;
  font-size: 15px;
  padding-top: 1px !important;
}

.load-more-img {
  width: 200px;
}

/* Chỉnh header theo từng page */
.single-recipes .header-main,
.single-products .header-main,
.page-id-11 .header-main,
.page-id-9 .header-main,
.page-id-7 .header-main,
.page-id-6 .header-main {
  background-color: var(--color-3) !important;
}

.page-id-8 .header-main {
  background-color: var(--color-5) !important;
}

.page-id-10 .header-main {
  background-color: transparent !important;
}

.page-id-10 .header-nav-main li a,
.page-id-10 .header-search-form-wrapper .search-field,
.page-id-10 .header-search-form-wrapper .search-field::placeholder {
  color: var(--color-3) !important;
}


.page-id-10 .ux-search-submit {
  color: var(--color-3) !important;
}

.page-id-10 .header-search-form-wrapper:has(.search-field:focus),
.page-id-10 .header-search-form-wrapper {
  border: 1.8px solid var(--color-3) !important;
}

/* Chỉnh tiêu đề workshop */
.work-shop-title h1 {
  font-size: 5rem !important;
  font-family: var(--font-family-9);
  font-weight: unset !important;
}


/* 
.colum-contact-text .contact-icon {
  margin-left: 30%;

} */

.colum-contact-text .contact-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;

}

#myVideo {
  display: block;
  border: 2.5px solid var(--color-3) !important;
  border-radius: 35px;
  margin: 0;
  box-sizing: unset;
}

.tiktok-video {
  line-height: 0;
  font-size: 0;
  padding: 5px;
}

.tiktok-video p {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.tiktok-video * {
  line-height: 0;
  font-size: 0;
}

.recipes h3 {
  font-size: 1.2rem !important;
  color: #915401;
  font-weight: bolder;
  text-transform: uppercase;
}

.block-product__item {
  width: 100%;
}

.block-product__item p {
  font-size: 15px;
}

.products,
.recipes,
.list-product {
  gap: 20px !important;
}

.block-product {
  margin: 0 !important;
}

.you-can-do-it .text-box-content h1 {
  font-family: var(--font-family-9);
  font-weight: unset;
  font-size: 220px !important;
  font-weight: lighter;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.you-can-do-it {
  padding-left: 50px;
}

.you-text {
  color: transparent !important;
  -webkit-text-stroke: 2.5px #135b58;
  border: 2.5px solid #135b58 !important;
  line-height: 0.7 !important;
  padding-bottom: 40px !important;
}

.can-text {
  color: #135b58 !important;
  line-height: 0.7 !important;
  padding-left: 18px !important;

}

.start-text {
  font-size: 150px !important;
  font-weight: bold !important;
}

.do-text-1 {
  color: #135b58 !important;
  border: 2.5px solid #135b58;
  line-height: 0.7 !important;
  padding-bottom: 40px !important;
}

.colum-image-congthuc,
.colum-can-text {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.row-can {
  margin-left: 5% !important;
}


.button-khampha {
  font-family: var(--font-family-8) !important;
  font-weight: bolder !important;
  margin-top: 40px !important;
  padding: auto 15px !important;
  width: 170px;
  height: 50px;
  background: rgb(197, 12, 12);
  text-align: center;
  border-radius: 30px;
  align-items: center;
  font-size: 14px;
  display: flex;
  justify-content: space-around;
}

.button-khampha:hover {
  background: rgb(226, 25, 25);
}

.icon-buy {
  margin: auto;
}

.product-price {
  background-image: url("https://winsen.minasoft.vn/tadawqrpia-content/userfiles/2025/03/Tag-Gias-e1742791087787.png");
  /* Đường dẫn ảnh */
  background-size: cover;
  /* Ảnh phủ kín phần tử */
  background-position: center;
  /* Căn giữa ảnh */
  background-repeat: no-repeat;
  /* Không lặp lại ảnh */
  font-family: var(--font-family-7);
  width: 150px !important;
  color: #135b58;
  padding: 10px;
  line-height: 1.3;
  font-size: 24px;
  max-width: 100%;
  /* tương đương 1.5rem nếu base 16px */
  /* font-weight: bolder; */
}

.productdeail-content .product-price {
  margin: auto 0;
  text-align: center;
}


.productdeail-content .product-title {
  font-size: 3.5rem;
  font-weight: unset;
  font-family: var(--font-family-9);
  line-height: 0.9;

}

.productdetail-protein {
  margin-top: 0px !important;
}

.productdeail-content .mlit {
  width: 81px;
  height: 82px;
  padding: 10px;
}

.protein-item {
  width: 120px;
  height: 120px;
  /* background: white; */
  border-radius: 50%;
  display: flex;
  line-height: normal;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #A2C653;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-family: Arial, sans-serif;
  padding: 5px;
  margin: 0 15px;
}

.protein-info {
  height: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: white;
  border-radius: 50%;
  /* width: 100%; */
  /* height: 100%; */
  text-align: center;
}



.breadcrumb-link {
  font-family: var(--font-family-2);
  color: #fff;
  padding-right: 15px;
}

.breadcrumb-current:hover {
  color: #ccc;
}

.breadcrumb-current {
  font-family: var(--font-family-3);
  color: #ccc;
  padding-left: 15px;
}

.productdeail-content .mlit p {
  line-height: 0.95;
  font-weight: unset;
  font-family: var(--font-family-7);
}

.product-title {
  margin-bottom: 0px;
}

.productdetail-protein {
  padding-bottom: 0px !important;
}

.productdeail-content .description-detail {
  width: 70%;
  line-height: 1.2;
}

.productdeail-content .description-detail p {
  font-family: var(--font-family-3);
  margin-bottom: 15px;
  font-size: 17px;
}

.description-detail h4 {
  width: unset !important;
}

.productdetail-image {
  justify-content: flex-end !important;
}

.icon-previous,
.icon-next {
  width: 50px;
}



.protein-item-detail .gram {
  font-weight: bold;
  font-family: unset;
}

.product-info {
  flex-wrap: wrap;
  gap: 14px;
  display: flex;
  height: 120px;
}

/* .protein-item {
  outline: 2px solid #A2C653;
  outline-offset: 4px;
  border: none;
  padding: 10px;
} */

.productdetail-description h2 {
  width: 55%;

}

.icon-previous {
  margin-right: 18% !important;
}

.icon-next {
  margin-left: 18% !important;
}

.product-icon {
  width: 75px !important;
}

.block-product__item .title {
  font-family: var(--font-family-9);
  font-weight: unset;
  font-size: 2.3rem !important;
}

.block-product__item .short-description {
  font-size: 0.9rem !important;
  font-family: var(--font-family-8) !important;
  line-height: 1.1;
  font-weight: 550 !important;
}

.recipes .block-product__item .short-description,
.recipes .block-product__item .sub-title {
  color: var(--color-2) !important;
  font-weight: 550 !important;
}

.block-product__item .sub-title {
  font-size: 0.9rem !important;
  font-family: var(--font-family-8) !important;
  line-height: 1;
  margin: 15px auto !important;
  font-weight: 550 !important;
}

.block-product__item .product-image {
  width: 100% !important;
  height: 450px !important;
  object-fit: fill;
}

.block-product {
  position: relative !important;
  padding-bottom: 65px !important;
}

.list-product.recipes .block-product {
  padding-bottom: 0px !important;
}

.block-product .product-price {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

a.button.primary.lowercase.btn-banner-about {
  font-weight: var(--font-family-7) !important;
  background-color: #c4121a !important;
}

.text-title-introduce {
  max-width: 90%;
}

.text-title-introduce h4 {
  font-family: var(--font-family-9);
  font-weight: lighter;
}

.block-introduce-2 .text h4,
.block-introduce-2 .text h1 {
  color: #595959 !important;
}

.block-introduce-2 .text h1 {
  font-size: 3.5rem !important;
  font-weight: unset !important;
  font-family: var(--font-family-9);
}

.block-introduce-2 .text h4 {
  font-family: var(--font-family-1);
  margin: 30px auto !important;
  line-height: 1.2;
}

.block-introduce-2 .box-text p {
  font-family: var(--font-family-3) !important;
}



.reciept-banner-text h1 {
  width: 100%;
  font-size: 5.3rem !important;
  font-family: var(--font-family-9) !important;
  font-weight: unset !important;
  margin: 0px auto !important;
}

.banner-reciepts .banner-layers {
  height: 75% !important;

}

.reciept-banner-text {
  padding-top: 30px !important;
}


.reciept-banner-text p {
  margin-top: 30px;
  font-size: 1.2rem !important;
  font-family: var(--font-family-5) !important;
  color: var(--color-1);
  line-height: 1.1;
}

.serving-size {
  margin-top: 15px !important;
  margin-left: 50% !important;
  text-align: start !important;
  font-family: var(--font-family-3);
}

/* .product-single .flickity-viewport {
  height: 785px !important;
} */

.description-detail h4 {
  font-family: var(--font-family-8);
  color: var(--color-5);
}

.congthuc-banner h4,
.congthuc-banner h1 {
  font-family: var(--font-family-9) !important;
  font-weight: lighter !important;
}

.congthuc-banner h4 {
  font-size: 2rem !important;

}

.icon-congthuc-item-1::after,
.icon-congthuc-item-2::after {
  height: 100% !important;
}

.banner-reciepts {

  padding-top: 750px !important;
}

.congthuc-banner h4 {
  margin-bottom: 30px !important;
}

.congthuc-banner h1 {
  line-height: 1;
  font-size: 5.5rem !important;

}

.icon-congthuc {
  align-items: flex-start !important;
}

.icon-congthuc div {
  width: 200px !important;
  padding: 0% !important;
  height: 100% !important;
}


.icon-congthuc-item-1 img {
  width: 50px !important;
  height: 75px !important;
}

.icon-congthuc-item-2 img,
.icon-congthuc-item-3 img {
  object-fit: cover;
  width: 50px !important;
  height: 50px !important;
  margin-bottom: 25px !important;
}

.icon-congthuc div p {
  font-family: var(--font-family-3) !important;
  font-size: 1.2rem !important;
  margin-bottom: 0px;
}

.calories {
  background-color: #fbb61b !important;
}

.calories p {
  font-size: 1.8rem !important;
  font-weight: unset !important;
  font-family: var(--font-family-8) !important;
}


.cachlam h2,
.congthuc h2 {
  font-family: var(--font-family-6) !important;
  text-transform: uppercase;
  margin-bottom: 0;
}

.congthuc-content h4 {
  font-family: var(--font-family-1);
}

.cachlam-content p,
.congthuc-content p {
  font-family: var(--font-family-3);
  font-size: 20px;
}

.cachlam-content p {
  font-size: 1.2rem !important;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.5;
}

.cachlam-content p span {
  color: var(--color-6) !important;
  font-family: var(--font-family-3);
  font-size: 1rem !important;
  font-weight: lighter !important;
}

.congthuc-content span {
  color: var(--color-2);
  font-family: var(--font-family-3);
  font-size: 1rem !important;
}

.single-recipes .container-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #585555 !important;
  max-width: 1340px;
  margin: 2rem auto;
}

.footer-wrapper .col-footer .text p {
  font-family: var(--font-family-3) !important;
}

.footer-wrapper .social-icons {
  padding-top: 5px;
  gap: 10px !important;
}

.page-id-10 .colum-contact-text h4,
.page-id-10 .contact-title-form h1,
.page-id-10 .contact-title-form h4 {
  font-family: var(--font-family-9);
  font-weight: unset !important;
}

.page-id-10 .colum-contact-text p {
  font-family: var(--font-family-3);
  font-size: 14px !important;
}

.text-contact-phone,
.text-contact-address,
.text-contact-social {
  margin-top: 1rem;
}

.contact-tile {
  font-size: 5rem;
  margin-bottom: 0px;
}

.contact-sub-title {
  font-size: 1.7rem;
}

#col-364552525 {
  margin-bottom: 0 !important;
}

.banner-congthuc {
  height: fit-content !important;
}

#ft-contact-icons-out-m.aio-has-border:not(.ft-pn-s0) {
  border: none !important;
  box-shadow: none !important;
}

#ft-contact-icons-out-m.ft-pn-s {
  background: transparent !important;
}

#ft-contact-icons li a,
#ft-contact-icons .item a {
  justify-content: center !important;
}

.back-to-top {
  border-color: var(--color-3) !important;
  color: var(--color-3) !important;
}

.back-to-top:hover {
  color: var(--color-1) !important;
  background-color: var(--color-5);
}


.work-shop-section-1 .text p {
  font-size: 1.2rem;
}

.breadcrumb {
  max-width: 1360px;
  margin: auto;
  padding-top: 2%;
}

.recipe-detail .breadcrumb {
  max-width: 1360px;
  margin: auto;
  position: relative;
  bottom: -2rem;
  max-width: 1360px;
  padding-top: unset;
}

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

#ft-contact-icons li .icon,
#ft-contact-icons .item .icon {
  margin-bottom: 7px !important;
  border-radius: 10px !important;
  width: 45px !important;
  height: 45px !important;
  line-height: 45px !important;
  box-shadow: #4C4C4C 2px 2px 10px -1px !important;
}

#ft-contact-icons .ws247-icon-zalo .icon {
  background: #fff url(https://winsen.minasoft.vn/tadawqrpia-content/userfiles/2025/03/zalo-icon-e1741919427518.png) !important;
  background-position: center !important;
  background-size: 125% !important;
  background-repeat: no-repeat !important;
  border: 1px solid var(--color-5) !important;
}

#ft-contact-icons .ws247-icon-phone .icon {
  color: transparent !important;
  background: #fff url(https://winsen.minasoft.vn/tadawqrpia-content/userfiles/2025/03/phone-icon-e1741919554377.png) !important;
  background-position: center !important;
  background-size: 125% !important;
  background-repeat: no-repeat !important;
  border: 1px solid var(--color-5) !important;
}

#ft-contact-icons #js-hide-all-icon-e {
  display: none !important;
  width: 0;
  height: 0;
}

#ft-contact-icons.contact-icons-right {
  top: 50vh !important;
}

.about-box-text p {
  text-align: center;
}

/* .row-contact-2 .colum-contact-text>.col-inner {
  max-width: fit-content;
  text-align: left;
  margin-left: 0;
  padding-right: 2.5rem;
  height: 95%;
  border-right: 2px solid #808080;
  padding-top: 1.5rem;
} */


/* CSS cho desktop */
@media (min-width: 1025px) {
  .row-contact-2 .colum-contact-text>.col-inner {
    border-right: 2px solid #808080;
  }
}

/* CSS cho tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .title-banner-about h1 {
    font-size: 3.5rem;

  }

  .button-khampha {
    width: 150px;
    height: 40px;
    font-size: 12px;
  }

  .text-title-introduce h4 {
    font-size: 1.5rem !important;

  }

  .contact-icon {
    display: flex !important;
    justify-content: center !important;
  }

  .contact-icon>.social-icons {
    max-width: fit-content !important;

  }

  .row-contact-2 .colum-contact-text>.col-inner p,
  .row-contact-2 .colum-contact-text>.col-inner h4 {
    font-size: 1.2rem !important;
    text-align: center !important;
  }

  .contact-text div {
    width: 100% !important;
  }

  .bn-1 {
    padding-top: 1250px !important;
  }

  .banner-reciepts .banner-layers {
    height: 100% !important;

  }

  .list-product {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .list-product .block-product .block-product__item,
  .list-product .block-product a,
  .list-product .block-product {
    max-width: 100% !important;
  }

}

/* CSS cho điện thoại */
@media (max-width: 767px) {
  .title-banner-about h1 {
    font-size: 3.5rem;

  }



  .menu-item>a :hover,
  .current_page_item>a {
    background-color: var(--color-3) !important;
    color: white !important;
  }


  .productdeail-content .product-title {
    text-align: center;
    width: 100%;
  }

  .productdeail-content .product-title>br {
    display: none !important;
  }

  .productdetail-description>div {
    width: 100%;
    justify-content: center;
  }

  .productdetail-description>img {
    margin: 10px auto !important;
  }

  .productdeail-content .description-detail {
    width: 100% !important;
    padding: 0 10px;
  }

  .productdeail-content .mlit {
    width: 70px;
    height: 70px;
    padding: 10px;
  }

  .productdeail>.breadcrumb {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .serving-size {
    margin: 0 !important;
    text-align: center !important;
    width: 100%;
  }

  .mlit>p {
    font-size: 16px !important;
  }

  .mlit {
    padding: 2px !important;
  }

  .description-detail>p {
    font-size: 15px;
  }

  .description-detail>h4 {
    text-align: center;
  }

  .description-detail>h4>br {
    display: none;
  }

  .productdetail-protein {
    width: 100%;
    display: flex;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 5px !important;
    margin-top: 20px !important;
  }

  .productdetail-protein>.protein-item {
    margin: 0px !important;
    width: 60px;
    height: 60px;
    font-size: 10px !important;
    outline-offset: 1px !important;
    outline: rgb(162, 198, 83) solid 1.5px !important;
  }

  .protein-item-detail>.gram {
    font-size: 18px !important;
  }

  .productdetail-protein>img {
    margin: 0 !important;
  }

  .product-price {
    width: 120px !important;
    padding: 7px;
    line-height: 1.3;
    font-size: 1.3rem !important;
  }

  .button-khampha {
    width: 200px;
    height: 50px;
    font-size: 12px;
  }

  .row-contact-2 .contact-form form input.wpcf7-submit {
    width: 100%;
    text-align: center;
  }

  .text-title-introduce {

    margin: 0 auto;

  }

  .text-title-introduce h4 {
    font-size: 1.2rem !important;

  }

  .about-section-title h1 {
    line-height: 1.1;
    font-size: 1rem;
  }

  .about-section-description h1 {
    font-size: 1rem !important;
  }

  .work-shop-img div .img-center img {
    mask-size: 100% 300px;
    min-height: 300px !important;
  }

  .work-shop-img>div>.img-icon-center>a {
    position: absolute;
    top: 70% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 200px !important;

  }

  .you-can-do-it .text-box-content h1 {
    font-size: 110px !important;
  }


  .you-text {
    font-size: 120px !important;
    padding-bottom: 20px !important;
    width: 110%;
  }

  .can-text {
    padding-left: 0px !important;

  }

  .start-text {
    font-size: 70px !important;
  }

  .do-text-1 {
    padding-bottom: 20px !important;
  }

  .reciept-banner-text h1 {
    font-size: 3.3rem !important;
  }

  .reciept-banner-text p {
    font-size: 1rem !important;
  }

  .bn-1 {
    padding-top: 845px !important;
  }

  .banner-reciepts .banner-layers {
    height: 100% !important;

  }

  .list-product {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .list-product .block-product .block-product__item,
  .list-product .block-product a,
  .list-product .block-product {
    max-width: 100% !important;
  }

  .block-product__item .title {
    font-size: 1.25rem !important;
  }

  .block-product__item .sub-title,
  .block-product__item .short-description {
    font-size: 11px !important;
  }

  .block-product__item .product-image {
    height: 280px !important;
  }

  .load-more-img {
    width: 130px !important;
  }

  .stuck .header-main,
  .header-main {
    height: 80px !important;
  }

  .stuck .header-inner,
  .header-inner {
    padding: 0 !important;


  }

  .product-price {
    width: 140px !important;
    padding: 10px;
    line-height: 1.3;
    font-size: 1.4rem;
    font-weight: bolder;
  }

  .single-products>.product-price {
    width: 170px !important;
    font-size: 1.6rem !important;
    font-weight: bolder;
  }



  .icon-congthuc-item-1 img {
    width: 35px !important;
    height: 55px !important;
  }

  .icon-congthuc-item-2 img,
  .icon-congthuc-item-3 img {
    object-fit: cover;
    width: 35px !important;
    height: 35px !important;
    margin-bottom: 15px !important;
  }

  .congthuc h2,
  .cachlam h2 {
    font-size: 40px !important;
  }

  #logo {
    width: 100px !important;
  }

  .nav-right li.current-dropdown:last-child>.nav-dropdown,
  .nav-right li.has-dropdown:hover:last-child>.nav-dropdown {
    width: 100vw !important;
    background: var(--color-3) !important;
    top: 75px !important;

  }

  .nav-dropdown-has-arrow li.has-dropdown:before,
  .nav-dropdown-has-arrow li.has-dropdown:after {
    top: 60px !important;

  }

  .nav-dropdown-has-arrow li.has-dropdown:after {
    color: var(--color-5) !important;
  }

  .nav-dropdown-has-border .nav-dropdown {
    border: 2px solid var(--color-5) !important;
    height: fit-content !important;
  }

  .nav-dropdown .header-search-form-wrapper {

    width: 100% !important;
  }

  .nav {
    width: 88%;
  }

  .header li .html .live-search-results {
    background-color: #fff;
    box-shadow: none;
    position: relative;
    top: 45px;
  }

}