/*
	Theme Name: ADSDIGI
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	Template: genesis
*/

/* Defaults
------------------------------------------------------------ */
body {
  overflow-x: hidden !important;
}

html {
  scroll-behavior: smooth;
}

/* Reset cơ bản */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
  color: #333;
  /* font-family: "Inter", sans-serif; */
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.618;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}

input,
label,
select,
textarea {
  color: #333;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

li,
ol,
ul {
  margin: 0;
  padding: 0;
}

ol li {
  list-style-type: decimal;
}

strong,
b {
  font-weight: 700;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
  /* color: #fcb83f; */
  color: #1e1e1e;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

/* Body
------------------------------------------------------------ */

body {
  background-color: #fff;
}

::-moz-selection {
  background-color: #fcb83f;
  color: #fff;
}

::selection {
  background-color: #fcb83f;
  color: #fff;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
  margin: 0 auto;
  width: 100%;
  padding: 0;
   overflow-x: hidden !important;
}

.wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
}

/* Header
------------------------------------------------------------ */

.site-header {
  margin: 40px auto 0;
  height: 65px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 9;
  float: left;
}

.site-title .wrap {
  max-width: 1280px !important;
  margin: auto;
}

.site-header .textwidget p {
  position: absolute;
  top: 2px;
  right: -270px;
  cursor: pointer;
  background: #dd0000;
  color: #fff;
  height: 45px;
  display: table;
  line-height: 45px;
  padding: 0 20px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  transition: background 0.3s ease;
}

.title-area {
  float: left;
  overflow: hidden;
  padding: 0;
  width: 230px;
  margin-left: -30px;
  height: 80px;
  margin-top: 6px;
}

.site-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 36px;
  line-height: 1.35;
  margin: 0;
  text-transform: uppercase;
  float: left;
  width: 100%;
  height: 100%;
}

.site-title a,
.site-title a:hover {
  color: #333;
  padding: 0;
  text-decoration: none;
  float: left;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url(images/logo-removebg-preview.png) no-repeat top center;
  background-size: 170px;
}

.site-description {
  font-size: 13px;
  padding: 0;
  display: none;
}

.site-header .widget-area {
  /*float: right;
	padding: 0;
	width: calc(100% - 320px);
	margin:19px 15px 0 0;*/
  width: 1280px;
  position: absolute;
  top: 50%;
  left: 61%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  align-items: center;
  margin: auto;
}

/* .nav-header li:nth-child(4) {
  margin-right: 150px;
}

.nav-header li:nth-child(5) {
  margin-left: 90px;
} */

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary {
  float: left;
  width: 100%;
  height: 50px;
  background: #333;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
  clear: both;
  color: #333;
  font-size: 13px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
  float: left;
  width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
  float: left;
  list-style-type: none;
}

.menu-secondary a,
.site-header .menu a {
  color: #2b6827;
  display: block;
  padding: 12px 18px;
  position: relative;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: 0.4s ease;
}

.site-header .menu a span {
  text-transform: uppercase;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
.site-header .menu li a:active,
.site-header .menu li a:hover,
.site-header .menu .current_page_item a,
.site-header .menu .current-cat a,
.site-header .menu .current-menu-item a {
  color: #fcb83f;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
.site-header .menu li li a,
.site-header .menu li li a:link,
.site-header .menu li li a:visited {
  background: none;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 15px;
  padding: 10px;
  position: relative;
  text-transform: none;
  width: 230px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.site-header .menu li li a:active,
.site-header .menu li li a:hover {
  background-color: #2b6827;
  color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul {
  height: auto;
  left: -9999px;
  margin: 0 0 0 -1px;
  position: absolute;
  width: 160px;
  z-index: 9999;
  padding-top: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a {
  width: 140px;
}

/* .menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
    margin: -36px 0 0 159px;
} */

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
  margin: -64px 0 0 232px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
  left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
  position: static;
}

ul.menu li:hover > ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover > ul,
.site-header .menu li.sfHover ul {
  left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
  padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
  background: url(images/icon-plus.png) no-repeat;
  height: 16px;
  position: absolute;
  right: 8px;
  text-indent: -9999px;
  top: 10px;
  width: 16px;
}

#wpadminbar li:hover ul ul {
  left: 0;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
  margin: 0 auto;
  overflow: visible;
  padding: 60px 0 20px;
  width: 1280px;
  box-sizing: border-box;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
  float: left;
  width: 100%;
  /* background-color: rgb(229, 238, 246); */
  padding: 12px 0;
  font-size: 18px;
  margin: 90px auto auto;
  text-align: center;
   text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);

}

.breadcrumb .wrap {
  width: 1140px;
  color: #FFF;
  font-weight: 500;
}

.breadcrumb a {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.breadcrumb .label {
  margin: 0 5px;
  font-weight: 400;
  color: #FFF;
}

.breadcrumb span {
  font-weight: 400;
  color: #FFF;
}



/* Content-Sidebar Wrap
------------------------------------------------------------ */

/* .content-sidebar-wrap {
	display: flex;
	justify-content: space-between;
	
} */
.content-sidebar-wrap {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  /* width: 800px !important; */
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
  width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* Content
------------------------------------------------------------ */

.content-sidebar .content,
.sidebar-content .content {
  width: 875px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
  float: right;
  margin-left: 0;
  margin-right: 15px;
}

.full-width-content .content {
  width: 100%;
}

.page_blog .post {
  padding: 1rem 1rem 1.5rem;
  /* min-height: 100%;
    overflow: hidden;
    position: relative; */
  border-radius: 1.6rem;
  border: 0.1rem solid #f0f0f0;
  transition: 0.4s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.entry-content {
  overflow: hidden;
  text-align: justify;
}

.entry-content p {
  margin: 0 0 15px;
  text-align: justify;
}

blockquote {
  background: url(images/blockquote.png) no-repeat;
  border: none;
  margin: 5px 5px 20px;
  padding: 25px 30px 5px 70px;
}

blockquote p {
  color: #999;
  font-style: italic;
}

p.subscribe-to-comments {
  padding: 20px 0 10px;
}

.clear {
  clear: both;
}

.clear-line {
  border-bottom: 1px solid #ddd;
  clear: both;
  margin: 0 0 25px;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.35;
  margin: 0 0 10px;
}

h1 {
  font-size: 18px;
}

.taxonomy-description h1 {
  margin: 0;
}

h2,
h2 a,
h2 a:visited {
  font-size: 16px;
}

h2 a,
h2 a:visited {
  color: #333;
  font-family: "Nunito Sans", sans-serif;
}

h2 a:hover {
  color: #fcb83f;
  text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
  font-size: 16px;
  margin: 0 0 5px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 16px;
}

.taxonomy-description h1,
.widget-area .widgettitle {
  font-size: 16px;
  color: #333;
}

.widget-area .widgettitle a {
  color: #333;
  text-decoration: none;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
  margin: 0;
  padding: 0 0 15px;
  text-align: justify;
}

.archive-page ul li,
.entry-content ul li {
  list-style-type: disc;
  margin: 0 0 0 30px;
  padding: 0;
  text-align: justify;
}

.entry-content ol li {
  margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
  padding: 0;
}

/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
  font-size: 13px;
  margin: -5px 0 15px;
}

/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
  border-top: 1px solid #ddd;
  clear: both;
  font-size: 13px;
  padding: 5px 0 0;
}

/* Images
------------------------------------------------------------ */

img {
  height: auto;
  max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 4px;
}

.author-box .avatar {
  background-color: #fff;
  float: left;
  margin: 0 10px 0 0;
}

.post-image {
  margin: 0 10px 10px 0;
}

.comment-list li .avatar {
  background-color: #fff;
  float: right;
  margin: 5px 10px 10px 0px;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 10px;
}

img.alignnone {
  display: inline;
  margin: 0 0 10px;
}

img.alignleft {
  display: inline;
  margin: 0 15px 10px 0;
}

img.alignright {
  display: inline;
  margin: 0 0 10px 15px;
}

.alignleft {
  float: left;
  margin: 0 15px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 15px;
}

.wp-caption {
  padding: 0;
  text-align: center;
  width: auto !important;
}

p.wp-caption-text {
  font-size: 13px;
  margin: 5px 0;
  text-align: center;
}

.wp-smiley,
.wp-wink {
  border: none;
  float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.pagination {
  font-size: 16px;
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}

.pagination li {
  display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
  background: #f2f2f2;
  color: #333;
  padding: 8px 13px;
}

.pagination li a:hover,
.pagination li.active a {
  background: #ce2127;
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #fcb83f;
    color: #FFF;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
  display: inline;
  /* float: right; */
  width: 360px;
}

.sidebar-secondary {
  float: left;
  width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
  margin-left: 15px;
  margin-right: 0;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

.sidebar p {
  font-size: inherit;
}

.sidebar .widgettitle {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.sidebar .widget {
  /* background-color: #fff; */
  margin: 0 0 15px;
  padding: 0 0 15px;
  float: left;
  width: 100%;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
  padding: 0 15px;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
  /* border-bottom: 1px solid #ddd; */
  list-style-type: none;
  margin: 0 0 7px;
  padding: 0 0 5px;
  word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
  border: none;
  margin: 0;
}

/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
  background: #f2f2f2;
  cursor: pointer;
  padding: 10px 20px;
  color: #333;
  -webkit-appearance: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
  text-decoration: none;
}

/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
  position: absolute;
  top: 3px;
  right: 207px;
  width: 160px;
  border: 1px solid #b5abab;
  border-radius: 10px;
  height: 40px;
}

.search-form input[type="search"] {
  margin: 0;
  padding: 6px 5px 5px 10px;
  width: calc(100% - 40px);
  border: none;
  background: #fff;
  height: 37px;
  border-radius: 10px 0px 0px 10px;
}

.search-form input[type="submit"] {
  background: url(images/search.svg) no-repeat center center;
  text-indent: -9999px;
  border: none;
  float: right;
  height: 40px;
  width: 40px;
  border-radius: 10px 10px 0px 0px;
  background-size: 20px;
}

.search-form-input::placeholder {
  color: #999;
}

.search-form input[type="search"]:hover,
.search-form input[type="search"]:focus {
  border: none;
  outline: none;
  list-style: none;
  box-shadow: none;
}
/* Footer
------------------------------------------------------------ */

.site-footer {
  float: left;
  clear: both;
  font-size: 15px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  background: #fcb83f;
  color: #fff;
  padding: 16px 0 10px;
}

.site-footer .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-footer img{
  width: 50px;
  margin: 0;
}

.site-footer .widget_text:nth-of-type(2) p {
  /* font-weight: bold;  */
  /* text-transform: uppercase; */
}

.site-footer p {
  color: #fff;
}

.site-footer a,
.site-footer a:visited {
  color: #fff;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: none;
}

.site-title a,
.site-title a:hover {
  color: rgb(51, 51, 51);
  float: left;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  padding: 0px;
  text-decoration: none;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
  margin: 0 0 15px;
  overflow: hidden;
  float: left;
  width: 100%;
}

#author,
#comment,
#email,
#url {
  margin: 10px 5px 0 0;
  padding: 10px;
  width: 348px;
  float: left;
  background: #fff;
}

#comment {
  height: 90px;
  margin: 10px 0;
  width: 98%;
  background: #fff;
}

input#submit {
  float: left;
}

.ping-list {
  margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
  padding: 10px;
}

.comment-list li,
.ping-list li {
  font-weight: bold;
  list-style-type: none;
  margin: 15px 0 5px;
  padding: 10px 15px;
}

.comment-list li ul li {
  list-style-type: none;
  margin-right: 0;
  background: #fff;
}

.comment-content {
  padding-left: 70px;
}

.comment-content p {
  font-size: 15px;
  margin: 0 0 15px;
}

.comment-list cite,
.ping-list cite {
  font-style: normal;
}

.comment-meta {
  font-size: 12px;
  margin: 0 0 5px;
}

.comment-meta a {
  color: #666;
}

.comment-reply {
  font-size: 13px;
  font-weight: 300;
}

.comment-reply a {
  background: #f2f2f2;
  color: #333;
  padding: 5px 10px;
}

.nocomments {
  text-align: center;
}

.entry-comments .pagination {
  display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
  background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
  border: 1px solid #ddd;
}

/*Slick
-------------------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  text-align: center;
  margin: 0 35px;
  display: none !important;
}

.slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  border-radius: 100px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #636363;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
  background: #000;
}

.section {
  /* float: left; */
  width: 100%;
}

/* footer */
.before_footer {
  position: relative;
  background:
    linear-gradient(#2b6827, #2b6827),
    url(images/Group-2661-4.png) no-repeat center top;
  background-size: cover;
  background-blend-mode: overlay; /* hoặc soft-light */
  padding: 40px 0;
  margin-top: -8px;
}


.before_footer .wrap-section {
  display: flex;
    gap: 52px;
}

.before_footer .wrap-section > section:nth-child(1) {
    flex: 0 0 41%;
}

.before_footer .wrap-section > section:nth-child(2), .before_footer .wrap-section > section:nth-child(3) {
    flex: 0 0 21%;
}


.before_footer .wrap-section > section:nth-child(3) {
    flex: 0 0 35%;
}

.before_footer strong img {
  width: 200px;
}

.before_footer .widget:first-of-type strong {
  font-size: 20px;
  color: #FFF;
}

.before_footer .widget:first-child .widgettitle {
  background: url(images/logo_new.png) no-repeat top left;
  background-size: 160px;
  padding: 60px 0 0;
  margin: 0 0 15px;
}

.before_footer p, .before_footer a{
  color: #FFF;
}

.before_footer ul {
  list-style-type: none;
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.1rem;
  margin-top: 12px;
  color: #FFF;
}

.before_footer ul li {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-top: 12px;
   color: #FFF;
}

.before_footer .widget:first-child ul li {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-top: 6px;
}

.before_footer ol{
  margin-top: 12px;
}

.before_footer ol li {
    list-style-type: none;
    display: flex;
  gap: 6px;
}

.before_footer .widget .footer-list .footer-item:nth-child(1),
.before_footer .widget .footer-list .footer-item:nth-child(2),
.before_footer .widget .footer-list .footer-item:nth-child(3),
.before_footer .widget .footer-list .footer-item:nth-child(4),
.before_footer .widget .footer-list .footer-item:nth-child(5),
.before_footer .widget .footer-list .footer-item:nth-child(6),
.before_footer .widget .footer-list .footer-item:nth-child(7) {
  margin-top: 12px;
}

.before_footer .widgettitle {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.before_footer .widgettitle::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 80px;
    height: 2px;
    background: #FFF;
}

.before_footer .caia_code_widget .widget-wrap
 {
    display:block
}

.before_footer form {
    display: block;
    margin-top: 26px !important;
    unicode-bidi: isolate;
}
    .caldera-grid .col-sm-12 {
        width: auto;
    }

/* BLOG */


.content h1 {
  /* color: #2b6827; */
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 15px;
}

.page_blog .main-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 24px;
  margin: 30px 0 60px;
  /* width: 800px !important; */
}

.page_blog img {
  border-radius: 1.6rem;
}

.page_blog .widget-item-title a {
  color: #2b6827;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.page_blog .post-info {
  font-size: 14px;
  color: #dd0000;
  margin-bottom: 0.4rem;
}

/* .page_blog .name-category a{
    display: inline-block; 
    color: #DD0000;
    border-radius: 1.8rem;
    padding: 0.2rem 1rem;
    background-color: #e6f2ef;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
	margin-top: 6px;
} */

.page_blog p {
  /* color: #999; */
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.aside-box {
  display: block;
  position: relative;
  width: 340px;
  margin: 30px 0 60px;
  padding: 1rem 1rem 1.5rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #f0f0f0;
  transition: 0.4s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  align-self: flex-start;
}

.aside-box h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /* Căn giữa theo chiều ngang */
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #2b6827;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  padding: 0.5rem 1.5rem;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 1;
  width: 180px;
}

.aside-box .nd {
  margin-top: 40px;
  row-gap: 1.2rem;
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
}

.aside-box .nd ul {
  list-style-type: none;
  font-size: 16px;
}

.aside-box .box-info {
  column-gap: 1.2rem;
  border-radius: 4rem;
  border: 0.1rem solid #f0f0f0;
  padding: 0.6rem 2.4rem 0.6rem 0.6rem;
  display: flex;
  align-items: center;
}

.aside-box .box-info p {
  width: 45px;
  height: 45px;
  border-radius: 10rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.53);
  background: linear-gradient(
    139deg,
    #121214 12.3%,
    #505256 36.76%,
    #94999f 64.85%,
    #212124 80.68%,
    #5d6064 92.45%,
    #9599a0 102.86%
  );
  box-shadow: 0 0.4rem 0.6rem 0 rgba(255, 255, 255, 0.6) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.aside-box .box-info img {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
  animation: swing ease-in-out 0.1s infinite alternate;
  margin: 0;
}

@keyframes swing {
  0% {
    transform: rotate(8deg);
  }

  100% {
    transform: rotate(-8deg);
  }
}

.aside-box .box-info .text-m,
.aside-box .box-info a {
  color: #2b6827;
  font-weight: 600;
  transition: 0.4s ease;
}

/* liên hệ */
.content-lienhe {
  display: flex;
  margin-top: 0px;
}

.content-lienhe {
  z-index: 1;
  padding: 1rem;
  overflow: hidden;
  position: relative;
  border-radius: 2.4rem;
  background-color: white;
  box-shadow: 1rem 1rem 4rem 0 rgba(0, 0, 0, 0.06);
}

.contact-section {
  flex: 0 0 56%;
    padding: 32px;
  row-gap: 12px;
  position: relative;
  border-radius: 1.4rem;
  flex-direction: column;
  background-color: #e6f2ef;
  display: flex;
  flex-wrap: wrap;
}

.contact-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #2b6827;
}

.contact-section h3 {
  font-size: 20px;
  font-weight: 700;
}

.contact-section ul {
  list-style-type: none;
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}

.contact-section li {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.form_lienhe .label{
   font-size: 28px;
  font-weight: 700;
  color: #2b6827;
  margin:0px auto 12px !important;
  text-align: center;
}

.form_lienhe {
  flex: 0 0 44%;
    padding:24px 32px 32px;
}

.caldera-grid .row {
  margin-bottom: 4px;
}

.form_lienhe  .caldera-grid .form-control {
    outline: 0 !important;
    width: 210%;
    color: #333 !important;
    display: block;
    line-height: 1 !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    padding: 20px 18px !important;
    font-family: var(--font-pri) !important;
    background-color: transparent !important;
    border: 0.1rem solid #AAAAAA  !important;
    transition: 0.4s 
ease;
}

.form_lienhe .caldera-grid .form-control::placeholder {
  color: #888888 !important;
  opacity: 1; 
}

.caldera-grid .form-control::placeholder {
  color: #fff !important;
  opacity: 1; 
}


.caldera-grid .form-control {
  outline: 0 !important;
  width: 160%;
  color: #333 !important;
  display: block;
  line-height: 1 !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  padding: 20px 18px !important;
  font-family: var(--font-pri) !important;
  background-color: transparent !important;
  border: 0.1rem solid #FFF !important;
  transition: 0.4s ease;
}

/* .caldera-grid select,
.caldera-grid input {
  height: 55px !important;
  padding: 1rem 1.4rem !important;
} */

/* .caldera-grid input[type="file"] {
  display: none !important;
} */

.caldera-grid input[type="submit"] {
  width: 100%;
  color: white;
  font-size: 16px;
  line-height: 16px !important;
  background-color: #2b6827;
  border-radius: 2rem !important;
  padding: 12px 24px !important;
  border-color: #FFF;
  outline: none;
}

.caldera-grid .btn-default:hover,
.caldera-grid .btn-default:focus,
.caldera-grid .btn-default.focus,
.caldera-grid .btn-default:active,
.caldera-grid .btn-default.active,
.open > .dropdown-toggle.caldera-grid .btn-default {
  color: white !important;
  background-color: #fcb83f !important;
}

.page-template-page-lienhe .form_lienhe .caldera-grid .form-control:focus {
  border: 1px solid #2b6827 !important;
  box-shadow: none !important;
}

.caldera-grid .has-error .form-control:focus {
  border-color: #fcb83f !important;
}

.content-map {
  margin-top: 30px;
}

.gtranslate_wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Trang chủ */

/* POPUP */
.nhantuvan .widget_caldera_forms_widget input[type="submit"] {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 40px;
  border: 1px solid #fff;
  background: #2b6827;
  color: #fff;
  display: table;
  margin: 0;
  transition: background 0.3s ease;
}

.nhantuvan {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.nhantuvan .wrap > * {
  flex: 1;
}

.nhantuvan .wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 57%;
  background: #fff;
  padding: 40px;
  z-index: 3000;
  border-radius: 20px;
  display: flex;
  gap: 24px;
}

.nhantuvan img {
  max-width: 100%;
  height: 480px !important;
}

.title-content h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.8;
}

.nhantuvan .widget_caldera_forms_widget .widgettitle {
  width: 20px;
  height: 20px;
  position: absolute;
  right: -21px;
  top: -21px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  margin: 0 !important;
  font-family: "Avo";
}

.nhantuvan .widget_caldera_forms_widget p {
  margin-bottom: 20px;
}

/* Header Menu Sub */
.caia_code_widget .widget-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.header-cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
}
.header-cart-link .cart-icon {
  font-size: 19px;
  line-height: 1;
  color: #fff;
  margin-bottom: 5px;
}
.header-cart-link .cart-count {
  position: absolute;
  top: -7px;
  right: -22px;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 999px;
  background: #2b6827;
  color: #fff;
  padding: 0 5px;
}

.header-cart {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.header-cart-link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.header-cart .cart-count {
  font-weight: 600;
  line-height: 1;
}

.mini-cart-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 320px;
  max-height: 70vh;
  overflow: auto;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 9999;
}

/* Hiện khi hover/focus */
.header-cart:hover .mini-cart-dropdown,
.header-cart:focus-within .mini-cart-dropdown,
.header-cart.is-open .mini-cart-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Một ít tinh chỉnh nút trong mini cart */
.mini-cart-dropdown .woocommerce-mini-cart__buttons a.button {
  width: 100%;
  text-align: center;
  margin-top: 6px;
}

.woo-login-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  /* background: #4f3e32; */
  color: #fff;
  text-decoration: none;
  font-size: 19px !important;
}

.header-menusub-widget-area {
  background-color: #fcb83f;
  display: block;
  height: 40px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.header-menusub-widget-area .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header-menusub-widget-area .widget_text p {
  display: flex;
  gap: 6px;
}

.header-menusub-widget-area .widget_text img {
  width: 24px;
  margin: 5px 0 0 0;
}

.header-menusub-widget-area .widget_text:nth-child(2) img,
 .header-menusub-widget-area .widget_text:nth-child(3) img {
  width: 18px;
  margin: 0px 0 0px 0;
}


.header-menusub-widget-area a {
display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.header-menusub-widget-area .woocommerce-mini-cart a {
  color: #333;
}

.content-banner {
  margin: 100px auto 0px;
}

.content-banner .slick-prev::before,
.content-banner .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 28px;
  color: #fff;
  display: inline-block;
}

.content-banner .slick-prev::before {
  content: "\f104";
}

.content-banner .slick-next::before {
  content: "\f105";
}

.content-banner .slick-prev,
.content-banner .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.content-banner .slick-prev {
  left: 20px;
}

.content-banner .slick-next {
  right: 20px;
}

.content-banner .slick-prev:hover,
.content-banner .slick-next:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: translateY(-50%) scale(1.1);
}

.content-banner .slick-prev,
.content-banner .slick-next {
  color: transparent;
  font-size: 0;
}

.content-banner .content-banner.section {
  position: relative;
}

/* Ảnh trong slider */
.content-banner .slick-list .widget-wrap {
  position: relative;
  overflow: hidden;
}

.content-banner .slick-list img {
  width: 100%;
  height: 82vh !important;
  display: block;
}

/* Bo cong ảnh bằng SVG */
.content-banner .slick-list .widget-wrap::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-mask: url("images/Shape-3.svg") no-repeat bottom center !important;
  mask: url("images/Shape-3.svg") no-repeat bottom center !important;
  -webkit-mask-size: cover;
  mask-size: cover;
  pointer-events: none;
}

.content-vechungtoi {
  margin: 80px auto;
}

.content-vechungtoi .wrap {
  display: flex;
  gap: 32px;
  align-items: stretch;
}

.content-vechungtoi .wrap > *:first-child {
  flex: 0 0 50%;
}

.content-vechungtoi .wrap > *:last-child {
  flex: 0 0 49%;
  display: flex;
  justify-content: center;
}

.content-vechungtoi .wrap > *:last-child img {
  width: 100%;
  height: 500px !important;
  object-fit: cover;
  border-radius: 8px;
}

/* .content-vechungtoi img {
  border-radius: 12px;       
  box-shadow: 0 4px 12px rgba(0,0,0,0.15); 
} */

.content-vechungtoi .widgettitle {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
  text-transform: uppercase;
}

.content-vechungtoi h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  color: #fcb83f;
  font-family: "Inter", sans-serif;
}

.content-vechungtoi ul {
  margin: 12px 0px 16px;
}

.content-vechungtoi ul li {
  list-style: none;
  position: relative;
  padding-left: 28px;
  margin-bottom: 4px;
}

.content-vechungtoi ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2b6827;
  color: #fff;
  font-size: 9px;
  line-height: 16px;
  text-align: center;
  font-weight: bold;
}

.content-vechungtoi ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 16px;
}

.content-vechungtoi ol li {
  list-style: none;
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  background-color: #02894412;
  border-radius: 8px 8px 8px 8px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #2b6827;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 005px 0px 0px;
  --e-column-margin-right: 005px;
  --e-column-margin-left: 0px;
  padding: 010px 010px 010px 010px;
}

.content-vechungtoi ol li strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #2b6827;
}

.content-vechungtoi p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #333;
  text-align: justify;
}

.content-vechungtoi p a {
  cursor: pointer;
  border-radius: 12px;
  background: #fcb83f;
  color: #fff;
  text-align: center;
  display: table;
  line-height: 40px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 500;
  transition: background 0.3s ease;
  height: 40px;
}

.content-cake {
  position: relative;
  background: url(images/bowl.jpg) no-repeat top center;
  background-size: cover;
  overflow: hidden;
  padding: 70px 0 80px;
}

.content-cake::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.content-cake > * {
  position: relative;
  z-index: 2;
}

.content-cake h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 32px;
}

.content-cake .recipe {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.content-cake img {
  width: 100%;
  height: 500px !important;
  object-fit: cover;
}

.content-cake .list-info {
  background: url(images/bg-cong-thuc-right.png) no-repeat right;
  background-position-y: calc(100% - 150px);
  padding: 40px 50px;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
}

/* đảm bảo vùng phải (list-info) làm reference cho vị trí tuyệt đối */
.content-cake .main-posts .list-info {
  position: relative;
  z-index: 2;
}

/* chung cho 2 nút Prev / Next của Slick */
.content-cake .main-posts .slick-prev,
.content-cake .main-posts .slick-next {
  position: absolute !important;
  top: auto !important;
  bottom: 36px !important;
  z-index: 5;
  background: #fff;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #333;
}

.content-cake .main-posts .slick-next {
  right: 46px !important;
}

.content-cake .main-posts .slick-prev {
  right: 100px !important;
}

.content-cake .slick-prev::before,
.content-cake .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 24px;
  color: rgb(17, 17, 17);
  display: inline-block;
}

.content-cake .slick-prev::before {
  content: "\f104";
}

.content-cake .slick-next::before {
  content: "\f105";
}

.content-cake .slick-prev,
.content-cake .slick-next {
  color: transparent;
  font-size: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);

  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.content-cake h3 {
  font-size: 30px;
  color: #333;
  font-weight: 600;
  text-transform: capitalize;
}

.content-cake .more-link {
  cursor: pointer;
  border-radius: 12px;
  background: #2b6827;
  color: #fff;
  text-align: center;
  display: table;
  line-height: 40px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 500;
  transition: background 0.3s ease;
  height: 40px;
  margin-top: 12px;
}

.content-cake .entry-text {
  text-align: justify;
}

.content-cake .textwidget a{
    margin: auto;
    margin-top:32px ;
    text-align: center;
    cursor: pointer;
    border-radius: 12px;
    background: #fcb83f;
    color: #fff;
    text-align: center;
    display: table;
    line-height: 44px;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.3s 
ease;
    height: 44px;
    text-transform: uppercase;
}

.content-news {
  background-color: rgb(255, 255, 255);
  align-items: center;
  padding: 30px 0;
  position: relative;
  width: 100%;
  z-index: 2;
  background: url(images/Group-2661-3.png) no-repeat top center;
  background-position: 0% 0%;
  margin-top: -95px !important;
  background-size: auto !important;
  overflow: hidden;
}

.content-news section:nth-child(1){
    margin-top: 150px;
}

.content-news .widget-wrap{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.content-news .widget-wrap > *:first-child {
  grid-column: 1 / -1; 
  justify-self: center; 
}

.content-news h2{
        font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: #333;
    text-transform: uppercase;
    /* margin-bottom: 32px; */
}

/* --- Bố cục tổng thể cho post --- */
.content-news .post {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


/* --- Ảnh đại diện --- */
.content-news .post .box-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.content-news .post .box-img img {
  width: 100%;
  height: 300px;
  display: block;
  transition: transform 0.4s ease;
  border-bottom: 1px solid #eee;
}

/* --- Nội dung bài viết --- */
.content-news .post .list-info {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
}

/* Tiêu đề bài viết */
.content-news .post .widget-item-title a {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.3s ease;
}

.content-news .post .widget-item-title a:hover {
  color: #fcb83f; 
}

.content-news .post  .entry-time{
    color: #777;
    font-size: 15px;
}

.content-news .post .entry-text {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin-top: 8px;
  text-align: justify;
}

.content-news .post .entry-text .more-link {
  cursor: pointer;
    border-radius: 12px;
    background: #2b6827;
    color: #fff;
    text-align: center;
    display: table;
    line-height: 40px;
    padding: 0 24px;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.3s 
ease;
    height: 40px;
    margin-top: 12px;
}

.content-news ul {
  list-style: none;
  margin: 0;
  padding: 0;
}



.content-news  li {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

/* ảnh bên trái */
.content-news ul li > a {
  flex-shrink: 0;
  width: 240px;
  display: block;
}

.content-news ul li{
    list-style-type: none;
    display: flex;
    gap: 16px;
}

.content-news ul li > a img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
  border-radius: 12px;
}

.content-news ul li .box-info {
  display: flex;
  flex-direction: column;
  gap:4px;
  flex: 1;
}

.content-news .box-info p{
    line-height: 24px;
}

.content-news .box-info a{
    font-size: 17px;
    font-weight: 700;
}

.content-news .box-info .entry-time{
        color: #777;
    font-size: 15px;
}

.content-news .read-more {
  cursor: pointer;
  border-radius: 12px;
  background: #2b6827;
  color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 500;
  transition: background 0.3s ease;
  height: 40px;
  margin-top: 12px;
  width: auto;
  align-self: flex-start; /* ✅ ngăn nút full chiều ngang */
}

.content-news section:nth-of-type(2) a{
      margin: auto;
    margin-top: 24px;
    text-align: center;
    cursor: pointer;
    border-radius: 12px;
    background: #fcb83f;
    color: #fff;
    text-align: center;
    display: table;
    line-height: 44px;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.3s 
ease;
    height: 44px;
    text-transform: uppercase;
}

.content-product {
  margin: 0px auto 80px;
      background-color: rgb(255, 255, 255);
    align-items: center;
    padding: 100px 0 0px;
    position: relative;
    width: 100%;
    z-index: 2;
    background: url(images/Group-2661-1-1.png) no-repeat top center;
    background-position: 100% 0%;
    background-size: auto !important;
    overflow: hidden;
}

.content-product .widget-title {
      font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 32px;
    text-align: center;
}

/* .content-product .product_list_widget {
  display: grid;
  gap: 32px;
  grid-template-columns: 50% 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
}

.content-product .product_list_widget li:first-child {
  grid-column: 1;        
  grid-row: 1 / span 2;  
}

.content-product .product_list_widget li:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.content-product .product_list_widget li:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.content-product .product_list_widget li:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

.content-product .product_list_widget li:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
} */

/* .content-product .product_list_widget > li:first-child {
  padding: 32px 48px
}; */


.content-product .product_list_widget {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr); 
}

.content-product .product_list_widget > li {
  list-style: none;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}


.content-product .widget_products ul.product_list_widget li img {
    order: -1;
    margin-bottom: 10px;
    width: 100%;
    height: 280px;
    object-fit: contain;
}

.content-product .product_list_widget li{
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column; 
    align-items: center;
    text-align: center;
    padding: 24px 0px 16px !important;
}



.content-product .product_list_widget .product-title {
  font-size: 18px;
  font-weight: 700;
  /* display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
}


.content-product .product_list_widget .product-categories{
  color: #777;
  font-weight: 400;
  font-size: 16px;
}

.content-product .textwidget a{
  margin: auto;
    margin-top: 32px;
    text-align: center;
    cursor: pointer;
    border-radius: 12px;
    background: #fcb83f;
    color: #fff;
    text-align: center;
    display: table;
    line-height: 44px;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.3s 
ease;
    height: 44px;
    text-transform: uppercase;
}

/* Trang blog */


.pagination {
  grid-column: 1 / -1;
  text-align: center;
}

.pagination a,
.pagination span {
  display: inline-block;
  margin: 0 4px;
  padding: 4px 12px;
  background: #f4f4f4;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
}

.pagination .current {
  background: #fcb83f;
  color: #fff;
}

.content-hero {
  margin-top: 3px;
  position: relative;
}

.content-hero .hero-image {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

/* Ảnh nền */
.content-hero .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.content-hero .hero-image::before {
  content: "";
  position: absolute;
  inset: 0; 
  background: rgba(0, 0, 0, 0.3); 
  z-index: 1;
}

.content-hero .hero-image::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 160px;
  background-color: #fff;
  -webkit-mask: url(images/Shape-3.svg) no-repeat bottom center;
  mask: url(images/Shape-3.svg) no-repeat bottom center;
  -webkit-mask-size: cover;
  mask-size: cover;
  pointer-events: none;
  z-index: 2;
}

.content-breadcrumb{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
}

.content-hero h2 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  
}


.content-hero h2 {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.blog-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.blog-wrapper img{
  width: 300px;
  height: auto;
}

.blog-wrapper .blog-item{
  display: flex;
  border: 1px solid #dcdcdc;

}

.blog-wrapper .blog-item .blog-thumb {
  flex: 0 0 30%;
}

.blog-wrapper .blog-item .blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Nội dung bên phải chiếm 30% */
.blog-wrapper .blog-item .blog-info {
  flex: 0 0 69%;
}


.blog-wrapper .blog-info{
  padding:16px 24px;
}

.blog-wrapper .blog-title a{
  font-size: 20px;
  font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-wrapper .blog-meta{
  display: flex;
  gap: 24px;
  align-items: center;
  color: #777;
    font-size: 15px;
    margin-bottom: 6px;
}

.blog-wrapper .blog-category{
    font-size: 15px;
    line-height: 22px;
    color: #FFF;
    background-color: #fcb83f;
    padding: 3px 16px;
    border-radius: 25px;
}


.search-results .content .post{
  display: flex;
    border: 1px solid #dcdcdc;
    margin-bottom: 32px;
}

.search-results .content .post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    padding: 0;
}

.search-results .content .post a {
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.search-results .content .post .entry-image-link {
    flex: 0 0 30%;
}

.search-results .content .post .post-info-block
 {
    flex: 0 0 69%;
        padding: 16px 24px;
}

/* .sidebar-primary {
    display: inline;
    float: right;
    width: 360px;
} */

.sidebar .widget .widgettitle {
    background: #2b6827;
    padding: 8px 15px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0px;
}

.sidebar h2{
   color: #FFF;
    margin-top: 6px;
}


.sidebar .widget {
    border-radius: 8px;
    background-color: #e6f2ef;
    margin: 0 0 10px;
    border-bottom: 2px solid #2b6827;
    float: left;
    width: 100%;
    padding: 0px;
}

.sidebar .main-posts {
    padding: 16px;
}

.sidebar .widget .post {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.sidebar .widget .recipe {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.sidebar .widget img {
    float: left;
    width: 150px;
    height: 92px;
    margin: 0 12px 6px 0;
    border-radius: 10px;
}

/* .single-recruitment .sidebar{
  position: fixed;
  right: 0;
} */

.sidebar .widget .widget-item-title a{
  color: #444;
    font-weight: 500;
    line-height: 1.3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    /* text-align: justify; */
}

.single-recruitment .sidebar .widget {
    border-radius: 8px;
    background-color: #e6f2ef;
    margin: 0 0 10px;
    border-bottom: 2px solid #2b6827;
   
}

.single-recruitment .sidebar .widget .widgettitle {
    background: #2b6827;
    padding: 8px 15px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.single-recruitment .sidebar .caldera-grid{
   padding: 20px 20px 0px !important;
}

.single-recruitment .sidebar .caldera-grid .form-control {
    outline: 0 !important;
    width: 145%;
    color: #333 !important;
    display: block;
    line-height: 1 !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    padding: 20px 18px !important;
    font-family: var(--font-pri) !important;
    background-color: #fff !important;
    border: 0 solid #fff !important;
    transition: 0.4s 
ease;
}

.single-recruitment #caldera_form_1 .form-control::placeholder {
  color: #2b6827 !important;
  opacity: 1; 
}

/* Làm nổi bật khu vực file-prevent-overflow */
.file-prevent-overflow {
  border: 1px solid #FFF;
  border-radius: 6px;
  padding: 45px 18px !important;
  width: 315px;
  height: 120px;
  background-color: #FFF;
}

.caldera-grid input[type=file] {
    display: block;
    width: 100%;
    background: #FFF;
    border: none;
    align-items: center;
}


.recipe-wrapper{
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.recipe-widget {
  width: 360px !important;
  min-width: 360px !important;
  max-width: 360px !important;
  flex: 0 0 360px !important;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 60px;
}

.recipe-header {
  background-color: #fcb83f;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
}

.recipe-header i {
  font-size: 40px;
  margin-bottom: 8px;
}

.recipe-header h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #FFF;
}

.recipe-list {
  list-style: none;
  margin: 0;
  padding: 16px 20px;
}

.recipe-list li {
  margin-bottom: 10px;
}

.recipe-list li a {
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.recipe-list li a i {
  background-color: #f5f0ef;
  color: #fcb83f;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 14px;
}

.recipe-list li a:hover,
.recipe-list li a.active {
  color: #fcb83f;
  font-weight: 600;
}

.recipe_null{
  font-size: 24px;
  font-weight: 700;
}

.recruitment-content li{
  margin-left: 22px;
}

.tabbed-content-content li{
  margin-left: 22px;
}

.congthuc-wrapper{
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 32px;             
  align-items: start;   
  width: 100%;
  box-sizing: border-box;
  padding: 0 12px;       
}

/* style item cơ bản */
.congthuc-item{
  background: #fff;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
}

.congthuc-item img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.congthuc-item .congthuc-title{
  margin: 10px auto;
  text-align: center;
}

.congthuc-item .congthuc-title a{

  font-size: 16px;
  font-weight: 600;
}

.page-template-page-cake .site-inner, .page-template-page-blog .site-inner, .search-results .site-inner{
    position: relative;
    width: 100%;
    z-index: 2;
    background: url(images/bgr-san-pham.png) no-repeat top center;
    background-position: 0% 0%;
    background-size: auto !important;
    overflow: hidden;
        margin: 0 auto;
    overflow: visible;
    padding: 0px !important;
    box-sizing: border-box;
}

.page-template-page-cake .content-sidebar-wrap, .page-template-page-tuyendung .content-sidebar-wrap,
 .page-template-page-blog .content-sidebar-wrap, .search-results .content-sidebar-wrap{
  margin: 0 auto;
    overflow: visible;
    padding: 60px 0 20px;
    width: 1280px;
    box-sizing: border-box;
}


.page-template-page-tuyendung .site-inner{
    position: relative;
    width: 100%;
    z-index: 2;
    background: url(images/Group-2661-4.png) no-repeat top center;
    background-position: 0% 0%;
    background-size: auto !important;
    overflow: hidden;
        margin: 0 auto;
    overflow: visible;
    padding: 0px !important;
    box-sizing: border-box;
}

.single .site-inner {
    margin: 0 auto;
    overflow: visible;
    padding: 140px 0 60px;
    width: 1280px;
    box-sizing: border-box;
}

.entry-content img{
  width: 100%;
}

.tuyendung-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px; 
}




.tuyendung-item {
  position: relative;
  background-color: #FFF;
  border-radius: 8px;
  overflow: hidden; 
  padding: 24px 40px 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* Border bottom bằng gradient */
.tuyendung-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: linear-gradient(to right, #fcb83f, #ffc58f);
}

.tuyendung-title a{
  font-size: 22px;
  font-weight: 700;
}

.tuyendung-info .box-info{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px; 
}

.tuyendung-info p {
    margin: 6px 0;
    font-size: 16px;
}

.tuyendung-info i {
    font-size: 16px;
    margin-right: 8px;
}

.tuyendung-info  .deadline{
  color: red;
}

.woocommerce-page .site-inner{
      margin: 0 auto;
    overflow: visible;
    padding: 20px 0 60px;
    width: 1280px;
    box-sizing: border-box;
}

.woocommerce-page .sidebar{
  display: none;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #2b6827;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #2b6827;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #e9e6ed;
    border: 0;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 31.6%;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 23.9px 24px 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0;
}

.woocommerce ul.products li.product:nth-child(3n),
.woocommerce-page ul.products li.product:nth-child(3n) {
  margin-right: 0 !important;
}


.shop-wrapper {
  display: flex;
  gap: 32px;
  width: 100%;
  padding-top: 30px;
}

.shop-sidebar {
  flex: 0 0 320px;
  gap: 32px;
}

.shop-products {
  flex: 1;
  background-color: #fff;
  overflow-x: hidden;
}

.shop-sidebar .widget-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fcb83f;
  color: #fff;
  padding: 10px 12px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  border-radius: 0px 0px 12px 12px;
  z-index: 1;
  width: 200px;
}

.shop-wrapper .widget_price_filter {
  padding: 16px;
  position: relative;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  margin-bottom: 24px;
}

.shop-sidebar form {
  margin-top: 50px;
}

.price_label {
  font-weight: 600;
  color: #4f3e32;
}

.shop-wrapper select {
  
  border: none;
  padding: 4px 8px;
  border-radius: 4px;
}

.shop-wrapper .widget_product_categories {
  position: relative;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  padding: 16px 24px 8px;
}

.shop-wrapper .product-categories,
.shop-wrapper .product-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Style danh mục cha */
.shop-wrapper .product-categories .cat-parent {
  position: relative;
  padding: 8px 0 8px 0px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  font-size: 16px;
}

.shop-wrapper .product-categories > .cat-item:last-child {
  border-bottom: none;
}


.shop-wrapper .product-categories .children li .count {
  display: none !important;
}

.shop-wrapper .product-categories {
  margin-top: 40px;
}
.shop-wrapper .product-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shop-wrapper .product-categories > .cat-item {
  position: relative;
  width: 100%;
  padding: 8px 0px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 16px;
}

.shop-wrapper .product-categories {
  list-style: none;
  padding-left: 0;
}

.shop-wrapper .product-categories li {
  position: relative;
  padding-left: 26px;
  /* margin-bottom: 10px; */
}

.shop-wrapper .product-categories li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f4d8"; 
  font-weight: 900;
  color: #2b6827;
  position: absolute;
  left: 0;
  top: 8px;
}

/* Link */
.shop-wrapper .product-categories li a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  display: inline-block;
  width: calc(100% - 50px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 28px;
  margin-left: 26px;
}
.shop-wrapper .product-categories li a:hover {
  color: #fcb83f;
}

.shop-wrapper .product-categories .count {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #f5f5f5;
  border-radius: 12px;
  padding: 3px 6px;
  font-size: 12px;
  color: #666;
  line-height: 1;
  white-space: nowrap;
}

/* Mũi tên */
.shop-wrapper .product-categories > .cat-parent::after {
  content: "›";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
  font-size: 14px;
  color: #666;
  pointer-events: none;
}

.shop-wrapper .product-categories > .cat-parent.open::after {
  transform: translateY(-50%) rotate(90deg);
}

.shop-wrapper .product-categories .children {
  display: none;
  padding-left: 15px;
}

.shop-products .products li
 {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    border-radius: 12px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 0px 16px !important;
}

.shop-products .products li img
 {
      margin-bottom: 10px;
    width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
 }

/* .custom-price-cart-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  gap: 10px;
  margin-top: 12px;
} */

.custom-price-cart-wrapper .price {
  font-size: 18px;
  font-weight: 600;
  color: #fcb83f;
}

.custom-price-cart-wrapper .add_to_cart_button {
  background: #fcb83f;
  color: #fff;
  border-radius: 6px;
  padding: 8px 16px;
  transition: 0.3s;
}

.custom-price-cart-wrapper .add_to_cart_button:hover {
  background: #e55a00;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-size: 16px !important;
    font-weight: 400 !important;
    border-radius: 3px;
    left: auto;
    color: #FFF;
    background-color: #2b6827;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.woocommerce ul.products li.product a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
      display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #fcb83f;
    display: flex;
    gap: 6px;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price strong{
  color: #444;
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 0px;
}

.woocommerce-message {
    border-top-color: #8fae1b;
    display: none;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 10px;
    box-shadow: none;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    color: #fcb83f;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {

  align-items: flex-start;
  padding: 24px 16px !important; 
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled] {
    color: #FFF
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
    float: right;
    width: 100px;
    height: 100px;
}
/* Chi tiết sản phẩm */
.single-product .content-sidebar-wrap {
    display: flex;
}

.content-sanpham {
  display: flex;
  gap: 32px;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 130px;
}

.content-sanpham > div {
  flex: 1;         
  max-width: 50%;
}

.content-sanpham .slide_sp .slider-for img {
    border: 1px solid #e9e7e7;
    width: calc(100% - 2px);
    height: 460px;
    object-fit: scale-down;
    margin: 0 0 16px;
    border-radius: 10px;
}

.content-sanpham .slide_sp .slider-nav img {
    cursor: pointer;
    margin: 0;
    width: 100%;
    height: 90px;
    object-fit: contain;
    border-radius: 10px;
    margin: 0 15px 0 0;
        border: 1px solid #e9e7e7;
}

.content-sanpham .info_sp .product-title {
    color: #333;
    text-transform: uppercase;
     font-size: 26px;
    font-weight: bold;
    margin-bottom: 0;
}

.info_sp .price-new, .info_sp .price-current
 {
    color: #fcb83f !important;
    font-size: 26px;
    font-weight: 600;
}

.info_sp .price
 {
    font-size: 16px;
    font-weight: 400;
}

.info_sp .price-old
 {
    font-size: 20px;
    font-weight: 400;
    color: #b3b1b1;
    margin-left: 15px;
    vertical-align: middle;
}
.product-excerpt{
  margin: 10px 0;
}

.product-excerpt li{
  margin-left: 20px;
}

.info_sp .product-excerpt table{
    width: 100%;
    color: #444;
    font-size: 14px;
    line-height: 1.6;
    border: solid 1px #ddd;
    border-collapse: collapse
}

.info_sp .product-excerpt table td,.info_sp .product-excerpt table tr{
    padding: 4px 8px;

}

.content-luuy {
    background: #f6f0e3;
    padding: 15px;
    border-radius: 5px;
    margin: 20px 0 0;
    display: table;
}


.single-product .entry-content{
    border-top: 1px dashed #d9d9d9;
    padding-top: 24px;
    text-align: justify;
}

.product-buy-form-wrap{
  margin-top: 20px;
  display: flex;
  gap: 24px;
}

form.cart {
  display: flex;
  align-items: center;  
  gap: 24px;         
}

form.cart .quantity {
  display: flex;
  align-items: center;
}

form.cart .quantity {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}

form.cart quantity input.qty {
  width: 50px !important;
  height: 36px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 16px;
  -moz-appearance: textfield; 
}
form.cart .quantity input.qty::-webkit-outer-spin-button,
form.cart .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none; 
  margin: 0;
}

/* Nút - */
form.cart .quantity::before {
  content: "-";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 36px;
  background: #f8f8f8;
  cursor: pointer;
  border-right: 1px solid #ccc;
  font-size: 20px;
  user-select: none;
}

/* Nút + */
form.cart .quantity::after {
  content: "+";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  border-left: 1px solid #ccc;
  font-size: 20px;
  user-select: none;
}

form.cart .single_add_to_cart_button {
  padding: 13px 20px;
  font-size: 15px !important;
  font-weight: 500;
  border-radius: 6px;
   text-transform: uppercase;
  cursor: pointer;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    background: #FFF;
    border: none;
}

.btn_call{
  margin-top: 10px;
}
.btn_call a {
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 6px;
   text-transform: uppercase;
  cursor: pointer;
  background-color: #fcb83f;
    color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #2b6827;
    color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background-color: #fcb83f;
    color: #fff;
}

.single-product .yarpp-related{
  margin-top: 60px;
  margin-bottom: 60px;
}

.single-product .yarpp-related .widget .widgettitle {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.single-product .main-posts {
    flex-direction: column;
    gap: 16px;
}

.single-product .yarpp-related .main-posts .slick-slide {
  margin: 0 8px; 
}

.single-product .yarpp-related .main-posts .slick-list {
  margin: 0 -8px; 
}

.single-product .main-posts .product {
    padding: 8px 8px 12px 8px;

}

.single-product .yarpp-related .widget img {
    width: 100%;
    height: 240px !important;
    margin:0px 0px 6px;

}

.single-product .product .widget-item-title a {
     margin: 0 0 0px 0;
}

.single-product .sidebar
 {
    display: block !important;
}

.product-template-default .entry-header{
  display: none;
}


.spec-table{
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

/* Header */
.spec-table thead th{
  background: #fcb83f42;       
  color: #fcb83f;          
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid #fcb83f42;
}

/* Rows */
.spec-table tbody td{
  padding: 10px 18px !important;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  font-size: 16px;
  color: #333;
}

/* Căn chỉnh 2 cột (bên trái trái, bên phải canh giữa/hoặc phải tùy ý) */
.spec-table tbody td:first-child{
  text-align: left;
  width: 60%;
}
.spec-table tbody td:last-child{
  text-align: left; 
  width: 40%;
  white-space: nowrap;
}

.content-tuvan .sidebar .widget {
    position: relative;
    border-radius: 8px;
    background-color: #e6f2ef;
    margin: 0 0 10px;
    border-bottom: 2px solid #2b6827;
    float: left;
    width: 100%;
    padding: 0px;
}

/* .content-tuvan .widget-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #c9a227 !important;
    color: #fff;
    padding: 10px 12px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    border-radius: 0px 0px 12px 12px;
    z-index: 1;
    width: 185px;
} */


.content-muahang {
  margin-top: 270px;
    padding: 20px 0px 12px 0px !important;

} 

.content-muahang li {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 16px !important;
}

.content-muahang img {
        width: 60px !important;
    margin-bottom: 0px !important;
}

.product-template-default  .sidebar .widget {
    width: 360px !important;
    padding: 0px !important;
}

.product-template-default .sidebar .widget .widgettitle {
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    line-height: 30px;
}

.product-template-default .sidebar .widget img {
    float: left;
    width: 150px;
    height: auto;
    margin: 0;
}

.product-template-default .content-muahang  ul
 {
    padding: 24px 15px 16px !important;
}

.content-tuvan{
  margin-bottom: 32px;
}

.content-tuvan .box-info {
    column-gap: 6px;
    border-radius: 4rem;
    border: 0.1rem solid #2b6827;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    margin: 24px 0px;
}

.content-tuvan ul li {
    list-style-type: none;
    margin: 0 0 0px !important;
    padding: 0 0 0px !important;
    word-wrap: break-word;
}

.content-muahang ul li {
    list-style-type: none;
    margin: 0 0 16px !important;
    padding: 0 0 0px !important;
    word-wrap: break-word;
}

.content-tuvan .box-info img {
  width: 28px !important;
  height: 28px !important;
  padding: 10px;               
  background-color: #2b6827;  
  border-radius: 50%;      
  display: inline-block;
  box-sizing: content-box;    
}

.content-tuvan .box-info .text-s{
  font-weight: bold;
}

.single-product .main-posts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.single-product .yarpp-related .widget .product {
    display: flex;
    flex-direction: column;
    width: 100%;
        border: 1px solid #dcdcdc;
    background-color: #fff;
    border-radius: 12px;
        padding: 24px 16px 16px !important;
}

.single-product .yarpp-related  .widget-item-title{
  font-size: 17px;
  font-weight: 600;
}

.single-product .yarpp-related .product-price{
  margin: 3px auto 8px;
}

.single-product .yarpp-related .price-current, .single-product .yarpp-related .price-contact{
  color: #fcb83f;
  font-weight: 500;
}

/* Trang giỏ hàng và thanh toán */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: #fcb83f;
    color: #FFF;
}

.woocommerce-cart .sidebar, .woocommerce-account .sidebar, .woocommerce-checkout .sidebar{
  display: none;
}

.woocommerce-cart .site-inner, .woocommerce-account .site-inner, .woocommerce-checkout .site-inner{
      margin: 0 auto;
    overflow: visible;
    padding: 140px 0 20px;
    width: 1280px;
    box-sizing: border-box;
}

.woocommerce-cart .content, .woocommerce-checkout .content {
    width: 100%;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    list-style-type: none;
}

.timeline-main-title h2{
  font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
    color: #333 !important;
    text-transform: uppercase !important;

}

.ctl-wrapper .cool-timeline-wrapper:not(.ctl-clean-skin) .ctl-content {
    background: var(--ctw-cbx-des-background);
    border: none !important;
}

.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-left .ctl-description {
    text-align: var(--ctw-cbx-desc-text-align);
    border: none;
}

.ctl-wrapper .ctl-vertical-wrapper .ctl-story.ctl-story-left .ctl-description {
    text-align: var(--ctw-cbx-desc-text-align);
    border: none;
}

.ctl-wrapper .cool-timeline-wrapper:not(.ctl-clean-skin) .ctl-description {
    background: var(--ctw-cbx-des-background);
    border: 1px solid #dcdcdc;
}

.ctl-wrapper .ctl-vertical-wrapper:where(.ctl-both-sided,.ctl-one-sided) .ctl-story {
    margin-top: 0px;
    margin-bottom: 0px;
}


.content-lichsu{
     background: url(images/Frame.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.content-sumenh{
  padding: 80px 0 60px;
      position: relative;
    width: 100%;
    z-index: 2;
    background: url(images/Group-2661-3.png) no-repeat top center;
    background-position: 0% 0%;
    background-size: auto !important;
    overflow: hidden;
   
}

.content-sumenh h2{
      font-size: 36px;
    font-weight: 700 ;
    line-height: 40px;
    color: #333 ;
    text-transform: uppercase ;
    text-align: center;
}

.sumenh-wrapper {
  background: url(images/bg-cong-thuc-right.png) no-repeat right;
    background-position-y: calc(100% - 150px);
    max-width: 1280px;
  margin: 32px auto 0px;
  padding: 0px 120px;
  /* background: #fff; */
  border-radius: 12px;
      border: 1px solid #dcdcdc;
}

.sumenh-wrapper h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}

.sumenh-wrapper h2 span {
  color: #1A6E3A;
}

/* Căn chung cho từng block */
.sumenh-wrapper > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  gap: 24px;
}

.sumenh-wrapper > div:last-child {
  border-bottom: none;
}

/* Ảnh đầu tiên trong .tamnhin */
.sumenh-wrapper .tamnhin img {
    width: 160px;
}

/* Hai ảnh sau cùng (.sumenh và .giatri) */
.sumenh-wrapper .sumenh img{

 width: 160px;
}
.sumenh-wrapper .giatri img {
    width: 200px;
}


/* Icon tròn */
.sumenh-wrapper i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #1A6E3A;
  color: #fff;
  font-size: 30px;
  flex-shrink: 0;
}

/* Nội dung text */
.sumenh-wrapper p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  text-align: justify;
}

.content-background{
      width: 100%;
    z-index: 2;
    background: url(images/Group-2661-1-1.png) no-repeat top center;
    background-position: 100% 0%;
    background-size: auto !important;
    overflow: hidden;
}

.content-giatri {
    display: block;
    justify-content: center;
    align-items: center;     
    text-align: center;
    padding: 60px 48px 60px;   
    background: url("images/Rectangle-54955.png") center center / cover no-repeat;
    margin: 60px auto 0px;
    max-width: 1280px !important;
    box-sizing: border-box; 
}


.content-giatri .widgettd h2{
 color: #FFF;
   font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
margin-bottom: 32px;
}

.content-giatri .widget {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.content-giatri .card h3 {
	color: #fcb83f;
text-align: center;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 32px;
text-transform: uppercase;

}

.content-giatri .card p {
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 225% */
text-align: justify;
}

.content-giatri .widget .card{
padding:32px  28px 48px;
}

.content-giatri .widget .card:nth-child(1) {
    display: block;
    justify-content: center;
    align-items: center;     
    text-align: center;
    background: url("images/giatri1.png") center center / cover no-repeat;
	height: 430px
}

.content-giatri .widget .card:nth-child(2) {
    display: block;
    justify-content: center;
    align-items: center;     
    text-align: center;
    background: url("images/giatri2.png") center center / cover no-repeat;
	height:475px;
}

.content-giatri .widget .card:nth-child(3) {
    display: block;
    justify-content: center;
    align-items: center;     
    text-align: center;
    background: url("images/giatri3.png") center center / cover no-repeat;
	height: 430px
}

.content-gioithieu {
    margin: 0px auto 0px;
    padding: 150px 0px;
    width: 100%;
    height: auto;
    background: url(images/Rectangle-55088.png) center center / cover no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.content-gioithieu h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.noidung_gioithieu{
    display: grid;
  grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    margin: 48px 0px 32px;
}



.noidung_gioithieu p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

.noidung_gioithieu ul {
    margin: 12px 0px 24px;
}

.noidung_gioithieu ul li{
        list-style: none;
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.noidung_gioithieu ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #FFF;
    color: #2b6827;
    font-size: 9px;
    line-height: 16px;
    text-align: center;
    font-weight: bold;
}


.noidung_gioithieu img{
        border-radius: 30% 3px;
    height: 400px !important;
    object-fit: cover;
}

.chatluong-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px; 
  justify-content: center;
}

.chatluong-wrapper .content-item {
    width: 405px;
    height: 290px;
    flex-shrink: 0;
    border-radius: 4px 80px 10px 80px;
    background: #F5F5F5;
    box-shadow: -32px 36px 24px 0 rgba(0, 0, 0, 0.10), 0 2px 16px 0 rgba(2, 27, 22, 0.50);
    padding: 32px;
}

.chatluong-wrapper .content-item img {
    width: 48px;
    height: 48px;
    margin: auto;

}

.chatluong-wrapper h3 {
    color: var(--color1, #2b6827);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
}

.chatluong-wrapper .content-item p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    color: #333;
}

.chatluong-wrapper i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #2b6827;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
  margin: 0px auto 16px;
}


.content-anhhero img{
       width: 100%;
       height: 100%;
    z-index: 2;
    background-size: auto !important;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.home .site-inner{
  display: none;
}


.caldera-grid .has-error .help-block, .caldera-grid .has-error .control-label, .caldera-grid .has-error .radio, .caldera-grid .has-error .checkbox, .caldera-grid .has-error .radio-inline, .caldera-grid .has-error .checkbox-inline {
    color: #fcb83f;
}

.caldera-grid .btn-default:hover, .caldera-grid .btn-default:focus, .caldera-grid .btn-default.focus, .caldera-grid .btn-default:active, .caldera-grid .btn-default.active, .open > .dropdown-toggle.caldera-grid .btn-default {
    color: white !important;
    background-color: #fcb83f !important;
    outline: none;
}

.caldera-grid .btn:focus, .caldera-grid .btn:active:focus, .caldera-grid .btn.active:focus, .caldera-grid .btn.focus, .caldera-grid .btn:active.focus, .caldera-grid .btn.active.focus {
    outline: thin dotted;
    outline: none;
    outline-offset: -2px;
}

.click-menu {
    display: none;
}

.privacy-policy .site-inner, .page-id-334 .site-inner,.page-id-338 .site-inner,.page-id-340 .site-inner {
    margin: 0 auto;
    overflow: visible;
    padding: 140px 0 20px;
    width: 1280px;
    box-sizing: border-box;
}

.yarpp-related .product a{
margin:0px
}

.single-product .product .widget-item-title a {
  display: -webkit-box; 
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical; 
  overflow: hidden; 
  text-overflow: ellipsis; 
}

/* *
*
* CSSS MOBILE
*
*
* */
@media (min-width: 1024px) and (max-width: 1440px) {
  .site-header .widget-area {
    left: 66%;
}
.site-header .search-form {
    right: 222px;
}

.content-hero .hero-image::after {
  height: 120px;
}
.content-banner .slick-list img {
    width: 100%;
    height: 70vh !important;
    display: block;
}
}

@media (max-width: 768px){
.header-menusub-widget-area{
  padding: 0px 15px;
}

  /* .header-menusub-widget-area section:nth-child(1), */
  .header-menusub-widget-area section:nth-child(2),
  .header-menusub-widget-area section:nth-child(3){
    display: none;
  }

  .caia_code_widget .widget-wrap {
  gap: 16px;
}

.site-header {
    margin: 40px auto 0;
    height: 65px;
    padding: 0px 15px;
}

.site-header .widget-area {
  display: none;
}

.click-menu {
    text-align: center;
    position: fixed !important;
    right: 4% !important;
    top: 62px !important;
    z-index: 5000;
}

.click-menu .line {
    background: #fcb83f !important;
}

#responsive-menu {
    box-shadow: 0px 4px 10px #d6d6d6 !important;
}

#responsive-menu {
    position: fixed;
    height: 100%;
    width: 85%;
    top: 105px !important;
    left: auto;
    right: 0;
    background: #FFF !important;
    z-index: 999999;
    display: none;
    box-shadow: none !important;
}

#responsive-menu ul li {
    padding: 10px 30px 10px 15px;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #dcdcdc !important;
}

#responsive-menu ul li a {
    color: #333 !important;
    font-size: 16px;
    display: block;
    text-decoration: none;
}

.content-banner .slick-list img {
    width: 100%;
    height: 30vh !important;
    display: block;
    margin-top: 6px;
}

.content-banner .slick-prev, .content-banner .slick-next {
    width: 35px;
    height: 35px;
}

.content-banner .slick-prev::before, .content-banner .slick-next::before {
    font-size: 20px;
}

.content-vechungtoi {
    margin: 50px auto;
    padding: 0px 15px;
}

.content-vechungtoi .wrap {
     flex-direction: column;
    gap: 16px;
}

.content-vechungtoi .widgettitle {
    font-size: 28px;
    line-height: 32px;
}

.content-vechungtoi h4 {
    font-size: 15px;
    line-height: 28px;
}

.content-vechungtoi ol li strong {
    font-size: 20px;
}

.content-vechungtoi ol li {
    margin-bottom: 8px;
    margin: 0px ;
    padding: 8px;
}

.content-vechungtoi .wrap > *:last-child img {
    height: 350px !important;
}

.content-cake {
    padding:50px 15px 60px;
}

.content-cake h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 24px;
}

.content-cake .recipe {
    display: block;
}

.content-cake img {
    height: 240px !important;
}

.content-cake .list-info {
    background: url(images/bg-cong-thuc-right.png) no-repeat right;
    background-position-y: calc(100% - 150px);
    padding: 24px 24px 60px;
    background-color: rgb(255, 255, 255)
}

.content-cake h3 {
    font-size: 20px;
}
.content-cake .entry-text {
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 7; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content-cake .main-posts .slick-prev, .content-cake .main-posts .slick-next {
    position: absolute !important;
    top: auto !important;
    bottom: 10px !important;
    z-index: 5;
    background: #fff;
    border: none;
    width: 38px;
    height: 38px;
    border: 1px solid #333;
}

.content-cake .slick-prev::before, .content-cake .slick-next::before {
    font-size: 20px;
}
.content-cake .main-posts .slick-prev {
    right: 58px !important;
}

.content-cake .main-posts .slick-next {
    right: 16px !important;
}

.content-cake .textwidget a, .content-product .textwidget a, .content-news section:nth-of-type(2) a {
    margin-top: 24px;
    line-height: 40px;
    height: 40px;
}

.content-product .widget-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 24px;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.content-product {
    margin: 0px auto 100px;
    background-color: rgb(255, 255, 255);
    padding: 220px 0px 0px;
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    padding: 0 15px;
}

.content-product .product_list_widget {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
}

.content-product .widget_products ul.product_list_widget li img {
    height: 200px;
    object-fit: contain;
    margin-bottom: 0;
}

.content-product .product_list_widget li {
    padding: 12px 0px 12px !important;
}

.content-product .product_list_widget .product-title {
    font-size: 16px;
    font-weight: 700;
}

.content-news {
    padding: 100px 0 20px;
    margin-top: -95px !important;
}

.content-news .widget-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 15px;
}

.content-news h2 {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
}

.content-news ul li > a {
    width: 180px;
}

.content-news ul li {
    gap: 12px;
}

.content-news .box-info a {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content-news li {
    margin-bottom: 20px;
}

.content-news .read-more {
    cursor: pointer;
    border-radius: 12px;
    background: #2b6827;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 36px;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 500 !important;
    transition: background 0.3s 
ease;
    height: 36px;
    margin-top: 6px;
    width: auto;
    align-self: flex-start;
}

.content-news .post .box-img img {
    width: 100%;
    height: 220px;
}

.content-news .post .list-info {
    padding:  16px;
}

.content-news .post .widget-item-title a {
    font-size: 20px;
}

.before_footer {
    padding: 40px 15px 25px;
    margin-top: -8px;
}

.before_footer .wrap-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.caldera-grid .form-control
 {
    width: 100%
 }

 .site-footer {
    padding: 16px 15px 10px;
}

.site-footer .wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content-hero .hero-image::after {
    bottom: 0px;
    height: 30px;
}

.content-hero {
    margin-top: 106px;
    position: relative;
}

.content-hero .hero-image {
    position: relative;
    width: 100%;
    height: 30vh;
    overflow: hidden;
}

.content-breadcrumb {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 3;
}

.content-hero h2 {
    font-size: 28px;
}

.breadcrumb {
    padding: 12px 0;
    font-size: 17px;
    margin: 70px auto auto;
}

.site-inner {
    margin: 0 auto;
    overflow: visible;
    padding: 30px 15px 20px;
    width: 100%;
    box-sizing: border-box;
}

.timeline-main-title h2 {
    font-size: 28px !important;
    line-height: 32px !important;
}

.content-gioithieu {
    margin: -100px auto 0px;
    padding: 160px 15px 140px;
}

.noidung_gioithieu {
    display: grid;
    grid-template-columns: repeat( 1, 1fr);
    gap: 16px;
    margin: 16px 0px 8px;
}

.content-gioithieu h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0px;
}

.noidung_gioithieu img {
    height: 300px !important;
}

.chatluong-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    justify-content: center;
}

.chatluong-wrapper .content-item {
    width: 100%;
    height: 320px;
    flex-shrink: 0;
    border-radius: 4px 80px 10px 80px;
    background: #F5F5F5;
    box-shadow: none;
    padding: 32px;
}

.chatluong-wrapper .slick-slide {
  margin: 0 6px; /* 6px mỗi bên = tổng 12px giữa hai slide */
}


.chatluong-wrapper .slick-list {
  margin: 0 -6px;
}





.content-lienhe {
    flex-direction: column;
}

.content-lienhe {
    z-index: 1;
    padding: 1rem;
    overflow: hidden;
    position: relative;
    border-radius: 2.4rem;
    background-color: white;
    box-shadow: 1rem 1rem 4rem 0 rgba(0, 0, 0, 0.06);
}

    .contact-section {
        flex: 0 0 100%;
        padding: 24px;
        row-gap: 3px;
    }

    .contact-section h2 {
    font-size: 24px
}

    .contact-section li {
        display: block;
    }
    .contact-section li strong {
        margin-right: 6px;
    }
        .contact-section li i {
        margin-right: 6px;
    }

    .form_lienhe .label {
        font-size: 22px;
    }

    .form_lienhe {
    flex: 0 0 100%;
    padding: 24px 0px 0px;
}

.form_lienhe .caldera-grid .form-control {
    outline: 0 !important;
    width: 100%;
}

.page-template-page-cake .content-sidebar-wrap, .page-template-page-tuyendung .content-sidebar-wrap, .page-template-page-blog .content-sidebar-wrap, .search-results .content-sidebar-wrap {
    margin: 0 auto;
    overflow: visible;
    padding: 40px 15px 0px;
    width: 100%;
    box-sizing: border-box;
}
.tuyendung-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.tuyendung-item {
    padding: 24px 24px 24px;
}

.tuyendung-title a {
    font-size: 20px;
}

.tuyendung-info .box-info {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
}

.content-sidebar-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.content-sidebar .content, .sidebar-content .content
 {
    width: 100%;
}

.blog-excerpt{
  font-size: 15px;
      overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
        line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-wrapper {
    gap: 20px;
}

.blog-wrapper .blog-item .blog-thumb {
    flex: 0 0 45%;
}
.blog-wrapper .blog-item .blog-info {
    flex: 0 0 55%;
}

.blog-wrapper .blog-info {
    padding: 12px;
}

.blog-wrapper .blog-title a {
    font-size: 17px;
   margin-bottom: 2px;
}

.blog-wrapper .blog-title{
   margin-bottom: 0;
}

.blog-wrapper .blog-meta {
    margin-bottom: 0px;
}

.sidebar {
    width: 100%;
}

.recipe-wrapper {
    flex-direction: column;
    gap: 16px;
}

.recipe-header {
    padding: 16px 10px;
}

.recipe-widget {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.congthuc-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 0;
}

.search-results .content .post .entry-image-link {
    flex: 0 0 45%;
}

.search-results .content .post img {
    margin: 0;
}

.search-results .content .post .post-info-block {
    flex: 0 0 55%;
    padding: 12px;
}

.search-results .content .post a {
    font-size: 18px;
    margin-bottom: 0;
}
.entry-title{
  margin-bottom: 4px;
}

.entry-content p {
     overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
        line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    font-size: 15px;
    line-height: 22px;
}

.search-results .content .post {
    margin-bottom: 20px;
}


.woocommerce-page .site-inner {
    margin: 0 auto;
    overflow: visible;
    padding: 20px 15px 40px;
    width: 100%;
    box-sizing: border-box;
}

.shop-wrapper {
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding-top: 10px;
}

.shop-wrapper .widget_price_filter {
    margin-bottom: 20px;
}

.shop-wrapper .product-categories {
    margin-top: 30px;
}

.shop-wrapper .product-categories > .cat-item {
    padding: 7px 0px;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 47.7%;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    align-items: flex-start;
    padding: 12px 12px 8px !important;
}

.shop-products .products li img {
    margin-bottom: 0px;
    height: 200px !important;

}

.woocommerce ul.products li.product a img {
    margin: 0 0 8px;
}

.woocommerce ul.products li.product a {
    font-size: 16px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    padding: 12px 10px;
    font-size: 15px !important;
}

.btn_call a {
    padding: 10px 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .2em 0;
    margin: 0;
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 48%;
        float: left;
        clear: both;
        margin: 0 0 16px;
    }

    .ctl-wrapper .ctl-vertical-wrapper .ctl-story:last-child {
    margin-bottom: 0 !important;
}

.content-sumenh {
    padding: 250px 15px 0px;
    margin-top: -130px;
}

.content-sumenh h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}

.sumenh-wrapper {
    max-width: 100%;
    margin: 24px auto 0px;
    padding: 0px 16px;
}

.sumenh-wrapper > div {
    padding: 16px 0;
    gap: 8px;
}

.sumenh-wrapper .tamnhin img {
    width: 800px;
}

.sumenh-wrapper .sumenh img{
width: 700px;

}
 .sumenh-wrapper .giatri img {
    width: 860px;
}



.content-giatri {
    padding:32px 16px  60px;
    margin: 240px auto 20px;
    max-width: 100% !important;
    box-sizing: border-box;
}

.content-giatri .widget {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
}

.content-giatri .widgettd h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 16px;
}

.content-giatri .widget .card {
    padding: 24px 16px;
}

.content-giatri .widget .card:nth-child(1),.content-giatri .widget .card:nth-child(2) ,.content-giatri .widget .card:nth-child(3) {
           height: auto;
        border-radius: 10px;
        background: #FFF;
}

.content-sanpham {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 10px;
}

.content-sanpham > div {
    flex: 1;
    max-width: 100%;
}

.content-sanpham .slide_sp .slider-for img {
    border: 1px solid #e9e7e7;
    width: calc(100% - 2px);
    height: 300px;
    object-fit: scale-down;
    margin: 0 0 16px;
}

.content-sanpham .slide_sp .slider-nav img {
    width: 100%;
    height: 75px;
    margin: 0 15px 0 0;
}

.content-sanpham .info_sp .product-title {
    font-size: 22px;
}

.info_sp .price-new, .info_sp .price-current {
    font-size: 20px;
}

.spec-table thead th {
    padding: 10px 18px;
}

.spec-table tbody td {
    padding: 8px 18px !important
}

form.cart {
    gap: 12px;
}

.product-buy-form-wrap {
    margin-top: 20px;
    gap: 12px;
}

.product-template-default .sidebar .widget {
    width: 100% !important;
    padding: 0px !important;
}

.single-product .main-posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.single-product .yarpp-related {
    margin-top: 40px;
    margin-bottom: 40px;
}

.single-product .yarpp-related .widget .product {
    padding: 10px 12px 10px !important;
}
.single-product .yarpp-related .widget img {
    width: 100%;
    height: 150px !important;
    margin: 0px 0px 0px;
}

.single-product .yarpp-related .widget-item-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.single-product .yarpp-related .widget .widgettitle {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px;
}

.content-muahang img {
    width: 45px !important;
    margin-bottom: 0px !important;
}

.content-muahang ul li {
    margin: 0 0 8px !important;
}

.single .site-inner {
    margin: 0 auto;
    overflow: visible;
    padding: 130px 15px 60px;
    width: 100%;
    box-sizing: border-box;
}

.content h1 {
    font-size: 22px;
    margin: 0 0 15px;
}

.woocommerce-cart .site-inner, .woocommerce-account .site-inner, .woocommerce-checkout .site-inner {
    margin: 0 auto;
    overflow: visible;
    padding: 130px 15px 20px !important;
    width: 100%;
    box-sizing: border-box;
}

.click-menu {
    display: block;
}

.privacy-policy .site-inner,.page-id-334 .site-inner,.page-id-338 .site-inner,.page-id-340 .site-inner  {
    margin: 0 auto;
    overflow: visible;
    padding: 125px 15px 20px;
    width: 100%;
    box-sizing: border-box;
}

.mini-cart-dropdown {
    position: absolute;
    right: -150px;
    top: 100%;
}

.blog-wrapper .blog-meta {
   flex-direction: column;
   align-items: flex-start;
   gap:8px;
    margin-bottom: 0px;
}
.blog-wrapper .blog-title a {
        font-size: 17px;
        margin-bottom: 6px;
    }
    
    .page-template-page-blog .blog-wrapper {
        display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 40px !important; 
}

.page-template-page-blog .blog-cat-title {
    font-size: 20px !important;
}


 .page-template-page-blog   .blog-wrapper .blog-meta {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
        margin-bottom: 0px !important;
    }

    .page-template-page-blog .blog-wrapper .blog-item .blog-thumb {
    flex: 0 0 45% !important;
}
.page-template-page-blog .blog-wrapper .blog-item .blog-info {
    flex: 0 0 55% !important;
}

.page-template-page-blog .blog-wrapper .blog-item{
  margin-bottom: 16px !important;
}

.page-template-page-blog .blog-wrapper .blog-info {
    padding: 12px !important;
}

.page-template-page-blog .blog-wrapper .blog-title a {
    font-size: 17px !important;
   margin-bottom: 6px !important;
}

.page-template-page-blog .blog-wrapper .blog-title{
   margin-bottom: 0 !important;
}

.page-template-page-blog .view-more {
    margin-top:20px !important;
    line-height: 40px !important;
    height: 40px !important;
}

    .content-nhamay {
        padding: 250px 15px 0px !important;
        margin-top: -130px !important;
    }

        .content-nhamay h2 {
        font-size: 28px !important;
        line-height: 32px !important;
    }

       .nhamay-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
}

.nhamay-wrapper img
 {
    height: 150px !important;
}
}

.before_footer section:nth-child(1) ol img {
width:32px;
height:32px !important;
}

.widget_nav_menu .menu > .menu-item > a {
    display: flex;
    align-items: center;
    gap: 6px;
}

.widget_nav_menu .menu > .menu-item.menu-item-has-children > a::after {
    content: "▾";
    margin-left: auto;
    flex: 0 0 auto;
    font-size: 16px;
    opacity: 0.85;
}

.active-menu {
    color: #333 !important;
    font-size: 12px !important;
}

.page-template-page-blog .blog-wrapper {
   display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.page-template-page-blog .blog-wrapper img{
  width: 300px;
  height: auto;
}

.page-template-page-blog .blog-wrapper .blog-item{
  display: flex;
  border: 1px solid #dcdcdc;
  min-height: 185px;
  margin-bottom: 32px;

}

.page-template-page-blog .blog-cat-title{
  position: relative;
  padding-left: 18px; /* khoảng cách để thanh không che chữ */
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 16px !important;
  text-transform: uppercase;
  color: #2b6827;
}

/* thanh dọc trước tiêu đề */
.page-template-page-blog .blog-cat-title::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;       
  height: 70%;    
  background: #fcb83f;
  border-radius: 2px;  
}


.page-template-page-blog .blog-wrapper .blog-item .blog-thumb {
  flex: 0 0 30%;
}

.page-template-page-blog .blog-wrapper .blog-item .blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Nội dung bên phải chiếm 30% */
.page-template-page-blog .blog-wrapper .blog-item .blog-info {
  flex: 0 0 69%;
}


.page-template-page-blog .blog-wrapper .blog-info{
  padding:16px 24px;
}

.page-template-page-blog .blog-wrapper .blog-title a{
  font-size: 20px;
  font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page-template-page-blog .blog-wrapper .blog-meta{
  display: flex;
  gap: 24px;
  align-items: center;
  color: #777;
    font-size: 15px;
    margin-bottom: 6px;
}

.page-template-page-blog .blog-wrapper .blog-category{
    font-size: 15px;
    line-height: 22px;
    color: #FFF;
    background-color: #fcb83f;
    padding: 3px 16px;
    border-radius: 25px;
}

.page-template-page-blog .blog-date{
  display: flex;
  align-items: center;
  gap: 5px;
}

.page-template-page-blog .view-more{
    margin-top: 32px;
    /* text-align: center; */
    cursor: pointer;
    border-radius: 12px;
    background: #2b6827;
    color: #fff;
    display: table;
    line-height: 44px;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.3s 
ease;
    height: 44px;
    text-transform: uppercase;
}

.content-nhamay{
  padding: 80px 0 60px;
    position: relative;
    width: 100%;
    z-index: 2;
    background: url(images/Group-2661-3.png) no-repeat top center;
    background-position: 0% 0%;
    background-size: auto !important;
    overflow: hidden;
}

.content-nhamay h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 24px;
}

.nhamay-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 cột */
    gap: 24px; /* khoảng cách giữa các ảnh */
}

.nhamay-wrapper img {
    width: 100%;
    height: 300px;
    border-radius: 6px;
    object-fit: cover;
}
