/*
	Theme Name: Thiết bị y tế
	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: "Montserrat", 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: "Montserrat", 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: #1E6897; */
  color: #1e1e1e;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

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

body {
  background-color: #fff;
}

::-moz-selection {
  background-color: #1E6897;
  color: #fff;
}

::selection {
  background-color: #1E6897;
  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: 70px;
  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: 5px;
}

.site-title {
  font-family: "Montserrat", 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_new.png) no-repeat top center;
  background-size: 180px;
}

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

.site-header .widget-area {
  width: 1280px;
  position: absolute;
  top: 50%;
  left: 68.4%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  align-items: center;
  margin: auto;
}

/* 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: #1E6897;
  display: block;
  padding: 8px 24px;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: 0.4s ease;
  border-radius: 8px;
}

.site-header .widget_text p {
    position: absolute;
    top: -2px;
    right: 350px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    height: 45px;
    display: table;
    line-height: 45px;
    font-size: 15px;
    font-weight: 500;
    background: #12AFA3;
    padding: 0px 18px;
    border-radius: 8px;
    transition: background 0.3s;
    text-transform: uppercase;
}

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

.menu-primary li a:active,

.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,

.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 .current_page_item a,
.site-header .menu .current-cat a,
.site-header .menu .current-menu-item a {
  color: #FFF;
  background-color: #12AFA3;
}

/* .menu-primary li a:hover,
.menu-secondary li a:hover,
.site-header .menu li a:hover{
   color:#12AFA3
} */

.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: 16px;
  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: #1E6897;
  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: 18px;
}

.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 60px;
  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 12px;
  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: "Montserrat", 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: "Montserrat", sans-serif;
}

h2 a:hover {
  color: #1E6897;
  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: #1E6897;
    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: 230px;
  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: #12AFA3;
  color: #fff;
  padding: 10px 0 10px;
}

.site-footer .wrap {
  display: block;
  text-align: 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(#1E6897, #1E6897),
    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 .wrap-section > section:nth-child(1)  img {
  width: 240px;
}

.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 section:nth-child(3) p:nth-child(1) img {
    display: block;
    margin-top: 26px !important;
    width: 370px;
}

.before_footer section:nth-child(3) p:nth-child(2){
  display: flex;
  gap: 6px;
  margin-top: 16px;
}


/* BLOG */


.content h1 {
  /* color: #1E6897; */
  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: #1E6897;
  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: #1E6897;
  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: #1E6897;
  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 58%;
    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: #1E6897;
}

.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: #1E6897;
  margin:0px auto 12px !important;
  text-align: center;
}

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

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

.form_lienhe  .caldera-grid .form-control {
    outline: 0 !important;
    width: 100%;
    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: 100%;
  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: #1E6897;
  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: #1E6897 !important;
}

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

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

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

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

/* Trang chủ */

/* POPUP */
/* NHẬN TƯ VẤN */



.nhantuvan .widget_caldera_forms_widget {
    display: none;
}

.nhantuvan .widget_caldera_forms_widget .widget-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    padding: 20px;
    z-index: 3000;
    border-radius: 20px;
    max-width: 650px;
}

.content-contact .widget p,
.nhantuvan .widget_caldera_forms_widget p {
    font-size: 18px;
}

.nhantuvan .label{
  
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #1E6897;
    text-align: center;
}

.content-contact .widget_caldera_forms_widget input,
.content-lienhe form input,
.nhantuvan .widget_caldera_forms_widget input {
    height: 50px;
    font-size: 16px;
    border-radius: 5px;
    background-color: #FFF !important;
    border: 1px solid #FFF !important;
    box-shadow: none;
}

.content-contact .widget_caldera_forms_widget textarea,
.content-lienhe form textarea,
.nhantuvan .widget_caldera_forms_widget textarea {
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #FFF;
    background-color: #FFF !important;
    box-shadow: none;
}

.content-contact .widget_caldera_forms_widget input[type="submit"],
.content-lienhe form input[type="submit"],
.nhantuvan .widget_caldera_forms_widget input[type="submit"] {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 40px;
    border: 1px solid #1E6897 !important;
    background-color: #1E6897 !important;
    color: #fff;
    display: table !important;
    margin: 0;
    transition: background 0.3s ease;
}

.content-contact .widget_caldera_forms_widget input::placeholder,
.content-lienhe form input::placeholder,
.nhantuvan .widget_caldera_forms_widget input::placeholder {
  color: #1E6897  !important; 
  opacity: 1; 
}

.content-contact .widget_caldera_forms_widget textarea::placeholder,
 .content-lienhe form textarea::placeholder,
  .nhantuvan .widget_caldera_forms_widget textarea::placeholder{
    color: #1E6897  !important; 
  opacity: 1; 
  }


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

.nhantuvan .widget_caldera_forms_widget .widget-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
     background-color: rgb(229, 238, 246);
    padding: 20px;
    z-index: 3000;
    border-radius: 20px;
}

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

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

.nhantuvan .widget_caldera_forms_widget.open { display: block; }


/* 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: #1E6897;
  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: #1E6897;
  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:first-child img {
  width: 22px !important;
  margin: 2px 0 0 0;
}

.header-menusub-widget-area .widget_text img {
  width: 18px;
}

.header-menusub-widget-area a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
   display: inline-flex;      /* hay flex nếu bạn muốn chiếm cả hàng */
  align-items: center;       /* căn giữa theo chiều dọc (ảnh với chữ) */
  gap: 5px;                  /* khoảng giữa ảnh và chữ, chỉnh theo ý bạn */
  text-decoration: none;
}


.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: #12AFA3;
  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: #1E6897;
}

.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: 80vh !important;
  display: block;
}

.content-tieuchi {
  display: block;
  margin-top: 80px;
  position: relative; 
  z-index: 2;
}


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

.content-tieuchi .image-upload {
  /* border-right: 2px solid #1E6897;  */
  border-bottom: 2px solid #12AFA3; 
  box-shadow: 0 0 10px 0 #9e9e9e70;
    background: #fff;
    border-radius: 8px;
    padding:40px 24px;
    transition: 0.3s;
    align-items: center;
    text-align: center;
  
}

.content-tieuchi .image-upload img {
  width:64px;
    background: #12AFA3;
    box-shadow: 0 0 0 5px rgb(79 206 205 / 15%);
}

.content-tieuchi .image-upload .title{
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}



.content-vechungtoi {
  margin: 80px auto;
      background: #eef9f9;
      padding: 80px 0px;
}

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

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

.content-vechungtoi .wrap > *:last-child {
  flex: 0 0 47%;
  display: flex;
  justify-content: center;
}
  
.content-vechungtoi .widgettitle {
  position: relative;
  color: #1E6897;
  font-weight: 600;
  text-align: center;
  display: inline-block; 
  padding-bottom: 12px; 
}

.content-vechungtoi .widgettitle::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%; 
  height: 20px; 
  background: url("images/med_icon.png") no-repeat center bottom;
  background-size: contain; 
}


.content-vechungtoi .title{
  font-size: 36px;
  font-weight: 700;
   margin-top: 6px;
}

.content-vechungtoi p{
  margin-top: 12px;
  text-align: justify;
}

.content-vechungtoi p strong{
  color: #1E6897;
}

.content-vechungtoi p a{
    color: #FFF;
    height: 45px;
    display: table;
    line-height: 45px;
    font-size: 15px;
    font-weight: 500;
    background: #12AFA3;
    padding: 0px 18px;
    border-radius: 8px;
    transition: background 0.3s;
    text-transform: uppercase;
    margin-top: 20px;
}

/* Chỉ áp dụng cho section thứ 2 trong .content-vechungtoi */
.content-vechungtoi section:nth-of-type(2) {
  position: relative;
  display: inline-block;
}

.content-vechungtoi section:nth-of-type(2) img {
  position: relative;
  z-index: 3;
  border-radius: 5px;
  box-shadow: 3px 3px 10px rgba(18, 175, 163, 0.3);
  transition: all 0.3s ease;
}

/* Viền trên & trái */
.content-vechungtoi section:nth-of-type(2)::before,
.content-vechungtoi section:nth-of-type(2)::after {
  content: "";
  position: absolute;
  border-color: #12AFA3;
  z-index: 4;
  transition: all 0.3s ease;
}

.content-vechungtoi section:nth-of-type(2)::before {
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  border-top: 20px solid #12AFA3;
  border-left: 12px solid #12AFA3;
  border-top-left-radius: 5px;
}

/* Viền dưới & phải */
.content-vechungtoi section:nth-of-type(2)::after {
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  border-bottom: 20px solid #12AFA3;
  border-right: 12px solid #12AFA3;
  border-bottom-right-radius: 5px;
}

.content-tiepnhan {
  margin: 80px auto;
      background: #FFF;
}

.content-tiepnhan .wrap {
  display: flex;
  gap: 48px;
  align-items: stretch;
}

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

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

.content-tiepnhan section:nth-child(1) .textwidget {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  align-items: center; 
  gap: 24px;
}

.content-tiepnhan section:nth-child(1) p {
  position: relative; /* cần để pseudo-element ::before và ::after hoạt động */
}

.content-tiepnhan section:nth-child(1) p img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 3px 3px 10px rgba(18, 175, 163, 0.3);
  z-index: 3;
  position: relative;
  transition: all 0.3s ease;
}

/* Ảnh thứ 2 cao hơn */
.content-tiepnhan section:nth-child(1) p:nth-child(2) img {
  height: 500px;
}

/* Viền trên & trái */
.content-tiepnhan section:nth-child(1) p::before,
.content-tiepnhan section:nth-child(1) p::after {
  content: "";
  position: absolute;
  border-color: #12AFA3;
  z-index: 4;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.content-tiepnhan section:nth-child(1) p::before {
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  border-top: 18px solid #12AFA3;
  border-left: 10px solid #12AFA3;
}

/* Viền dưới & phải */
.content-tiepnhan section:nth-child(1) p::after {
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  border-bottom: 18px solid #12AFA3;
  border-right: 10px solid #12AFA3;
}
  
.content-tiepnhan .widgettitle {
  position: relative;
  color: #1E6897;
  font-weight: 600;
  text-align: center;
  display: inline-block; 
  padding-bottom: 12px; 
  margin-top: 6px;
}

.content-tiepnhan .widgettitle::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%; 
  height: 20px; 
  background: url("images/med_icon.png") no-repeat center bottom;
  background-size: contain; 
}

.content-tiepnhan .title{
  font-size: 36px;
  font-weight: 700;
  margin-top: 6px;
}

.content-tiepnhan p{
  margin-top: 12px;
  text-align: justify;
}

.content-tiepnhan p strong{
  color: #1E6897;
}

.circle {
  --p: 100; /* phần trăm tiến trình mặc định */
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 24px 0;
}

/* Vòng tròn phần trăm (nền xanh nhẹ, không rỗng giữa) */
.circle::before {
  content: "";
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #E4EEF6; /* nền xanh nhạt */
  box-shadow: 0 4px 10px rgba(30, 104, 151, 0.4); /* bóng cùng tông xanh */
  transition: all 0.3s ease;
}

/* Số % ở giữa vòng */
.circle strong{
  position: relative;
  left: -102px;             
  width: 110px;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  color: #1E6897;
  pointer-events: none;
}

/* Khối thông tin bên phải */
.circle-info{ line-height: 1.6;
margin-left: -80px; }

.circle-info .dz-title{
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 0px;
  color: #1E6897;
}

.content-tiepnhan .circle p{
  margin-top: 3px;
}

.content-camket {
  margin: 0px auto;
  padding: 0px !important;
  background: #1E6897;
}

.content-camket .wrap {
  display: flex;
  align-items: stretch;
  padding: 0px !important;
}

.content-camket .wrap > *:first-child {
  flex: 0 0 54%;
  padding: 48px 48px 60px 0px; 
}

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

.content-camket .widgettitle {
  position: relative;
  color: #12AFA3;
  font-weight: 600;
  text-align: center;
  display: inline-block; 
  padding-bottom: 12px; 
  margin-top: 6px;
}

.content-camket .widgettitle::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%; 
  height: 20px; 
  background: url("images/med.png") no-repeat center bottom;
  background-size: contain; 
}

.content-camket .title{
  font-size: 36px;
  font-weight: 700;
  margin-top: 6px;
  color: #FFF;
}

.content-camket p{
  margin-top: 12px;
  text-align: justify;
  color: #FFF;
}


.content-camket  section:nth-child(2) .widget-wrap, .content-camket  section:nth-child(2) img{
  width: 100%;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  object-fit: cover;
}

.camket-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 32px 0 0;
}

/* Hộp cam kết */
.camket-info {
  background: #E7F9F7;       /* xanh ngọc nhạt dịu */
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(18, 175, 163, 0.25);
  text-align: center;
  padding: 20px 16px;
  transition: all 0.3s ease;
  border: 1px solid rgba(18, 175, 163, 0.15);
}

/* Hiệu ứng hover */
.camket-info:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 16px rgba(18, 175, 163, 0.35);
  background: #d2f3ef;
}

/* Icon */
.camket-info i {
  font-size: 32px;
  color: #12AFA3;
  margin-bottom: 12px;
  display: inline-block;
  background: rgba(18, 175, 163, 0.1);
  width: 68px;
  height: 68px;
  line-height: 68px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Văn bản */
.camket-info strong {
  font-size: 15px;
  font-weight: 600;
  color: #0e8f83;
  margin: 0;
  display: block;
}


.content-news {
  margin: 80px auto;
  position: relative;
}

.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;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid #dcdcdc;
}


/* --- Ả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 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  .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: #1E6897;
    color: #fff;
    text-align: center;
    display: table;
    line-height: 44px;
    padding: 0 24px;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.3s 
ease;
    height: 44px;
    margin-top: 16px;
}

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



.content-news  li {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
      border: 1px solid #dcdcdc;
}

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

}

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

.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: #1E6897;
  color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 36px;
  padding: 0 24px;
  font-size: 15px !important;
  font-weight: 400 !important;
  transition: background 0.3s ease;
  height: 36px;
  margin-top: 8px;
  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: #12AFA3;
    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-hero {
  margin-top: 3px;
  position: relative;
}

.content-hero .hero-image {
  position: relative;
  width: 100%;
  height: 40vh;
  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.5); 
  z-index: 1;
}

.content-breadcrumb{
  position: absolute;
  top: 60%;
  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: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 32px; 
  align-items: start; 
}



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

}

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

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


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

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

.blog-wrapper .blog-meta{
  color: #777;
    font-size: 15px;
    margin-bottom: 6px;
}

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

.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: #12AFA3;
  color: #fff;
}

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

.content-donghanh h4{
      position: relative;
    color: #1E6897;
    font-weight: 600;
    text-align: center;
      display: block;           
  width: fit-content;       
  margin: 0 auto;  
    padding-bottom: 12px;
   margin: auto;
}

.content-donghanh h4::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(images/med_icon.png) no-repeat center bottom;
    background-size: contain;
    
}

.content-donghanh h2{
  font-size: 36px;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 24px;
    text-align: center;
}

.content-donghanh .image p{
    display: grid;
    grid-template-columns: 0.33fr 0.33fr 0.33fr;
    column-gap: 30px;
    align-items: center;
    margin-bottom: 16px;
    
}

.content-donghanh .image p img{
  width: 100%;
}

.content-donghanh p{
   text-align: justify;
}

.content-doitac {
  padding: 80px 0 80px;
}

.content-doitac h4 {
      position: relative;
    color: #1E6897;
    font-weight: 600;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 12px;
    margin: auto;
}

.content-doitac h4::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(images/med_icon.png) no-repeat center bottom;
    background-size: contain;
}

.content-doitac .wrap-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between; 
  column-gap: 180px;
  row-gap: 148px; 
}


.content-doitac .card-item {
  transition: all 0.3s ease;
  max-width: 600px;
  position: relative;
}

.content-doitac .card-item img {
  width: 100%;
  height: auto;
  display: block;
}

.content-doitac .card-content {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 24px;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
      box-shadow: 1px 1px 3px #e3dede, -1px 1px 3px #e3dede;
  min-width: 85%;
  z-index: 2;
}

.content-doitac .card-content h5 {
  font-size: 18px;
  color: #1E6897;
  font-weight: 600;
  margin-bottom: 10px;
}

.content-doitac .card-content p {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}


.content-giatri {
  padding: 80px 0 40px;
}

.content-giatri h4 {
      position: relative;
    color: #1E6897;
    font-weight: 600;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 12px;
    margin: auto;
}

.content-giatri h4::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(images/med_icon.png) no-repeat center bottom;
    background-size: contain;
}

.content-giatri .wrap-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px; /* khoảng cách giữa 2 cột */
  row-gap: 40px; /* khoảng cách giữa các hàng */
  align-items: start;
}

.content-giatri .card-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.content-giatri .card-item img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #333;
  padding: 10px;
  object-fit: contain;
}

.content-giatri .card-content h5 {
  font-size: 18px;
  color: #1E6897;
  font-weight: 600;
  margin: 0 0 6px 0;
}

.content-giatri .card-content p {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.content-lydo{
  padding: 50px 0px 70px;
  background-color: #eef9f9;
}

.content-lydo h4{
  position: relative;
    color: #1E6897;
    font-weight: 600;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 12px;
    margin: auto;
}

.content-lydo h4::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(images/med_icon.png) no-repeat center bottom;
    background-size: contain;
}

.content-lydo h2 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 24px;
    text-align: center;
}

.content-lydo .wrap-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 cột đều nhau */
  gap: 32px; /* khoảng cách giữa các cột */
  margin-top: 32px;
}

.content-lydo .card-item{
  position: relative;
    border-radius: 12px;
    padding: 24px;
    background: #FFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid #1E6897;
}


.content-lydo .card-item img{
  width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    background: linear-gradient(90deg, #024689, #0077B6);
    padding: 14px;
    box-sizing: border-box;
}

.content-lydo h5 {
    font-size: 17px;
    font-weight: 700;
    line-height: 28px;
    color: #1E6897;
    text-transform: uppercase;
}

.page-template-page-gioithieu .entry-content h2{
  font-size: 32px;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 24px;
}

.page-template-page-gioithieu .entry-content h3{
  font-size: 18px;
    font-weight: 700;
}

.page-template-page-gioithieu .entry-content h4{
  font-size: 16px;
    font-weight: 700;
}

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

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

.post-template-default .sidebar .widget .widgettitle {
    background: #12AFA3;
    padding: 8px 15px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0px;
}

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


.post-template-default .sidebar .widget {
    border-radius: 8px;
    background-color: #eef9f9;
    margin: 0 0 10px;
    border-bottom: 2px solid #12AFA3;
    float: left;
    width: 100%;
    padding: 0px;
}

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

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

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

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


.post-template-default .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; */
}


.shop-wrapper {
  display: flex;
  gap: 40px;
  width: 100%;
}

.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: #1E6897;
  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: 210px;
}

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



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


.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: 180px !important;
    object-fit: cover !important;
    transition: transform 0.6s ease;
 }

 .shop-products .products li:hover img {
    transform: scale(1.05);
}

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

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

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


.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: #12AFA3;
    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: #1E6897;
    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: #1E6897;
}

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

  align-items: flex-start;
  padding:  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;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Giới hạn 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    font-weight: 500;
}


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

.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: #ff6a15 !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;

}


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

.product-buy-form-wrap{
  margin-top: 32px;
  display: flex;
  gap: 24px;
  align-items: center;
}

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: #12AFA3;
    color: #fff;
}

.btn_baogia a {
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 6px;
   text-transform: uppercase;
  cursor: pointer;
  background-color: #1E6897;
    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: #1E6897;
    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: #12AFA3;
    color: #fff;
}

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

.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 a{
  margin: 0;
}

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

}

.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: #eef9f9;       
  color: #12AFA3;          
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid #eef9f9;
}

/* 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: 40%;
}
.spec-table tbody td:last-child{
  text-align: left; 
  width: 60%;
}

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


.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;
    background-color: #12AFA3;
    padding: 8px 15px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0px;
}

.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 .widget-wrap, .content-muahang .widget-wrap{
  border-radius: 8px;
    background-color: #eef9f9;
    margin: 0 0 10px;
    border-bottom: 2px solid #12AFA3;
    float: left;
}

.content-tuvan .box-info {
    column-gap: 6px;
    border-radius: 4rem;
    border: 0.1rem solid #12AFA3;
    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: #12AFA3;  
  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(5, 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: 12px 16px 16px !important;
}

.single-product .yarpp-related .widget-item-title {
  font-size: 15px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Giới hạn 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


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

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

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 32px;
    margin-right: 24px;
}

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

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

.content-tieudefeedback{
  padding:  20px 0 24px;
    text-align: center;
}

.content-tieudefeedback .widget-title{
  position: relative;
    color: #1E6897;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    padding-bottom: 12px;
    margin-top: 6px;
}

.content-tieudefeedback .widget-title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(images/med_icon.png) no-repeat center bottom;
    background-size: contain;
}

.content-tieudefeedback .textwidget p{
      font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: #333;
    text-transform: uppercase;
    margin-top: 12px;
}

.content-feedback .wrap {
  display: flex;
  gap: 32px;
  margin-top: 16px;
  position: relative;
}

/* Cách nhau 32px */
.content-feedback .slick-slide {
  margin: 0 16px; /* tổng là 32px giữa 2 slide */
}

.content-feedback .slick-list {
  margin: 0 -16px; /* bù lại margin của slide để canh đều */
}

/* Ẩn chữ mặc định */
.content-feedback .slick-prev,
.content-feedback .slick-next {
  font-size: 0;
  background: #12AFA3;
  border: none;
  border-radius: 50%; 
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

/* Thêm mũi tên tùy chỉnh */
.content-feedback .slick-prev::before,
.content-feedback .slick-next::before {
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  display: block;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
}

/* Mũi tên trái */
.content-feedback .slick-prev::before {
  content: "\f104"; 
}

/* Mũi tên phải */
.content-feedback .slick-next::before {
  content: "\f105"; 
}

/* Vị trí nút */
.content-feedback .slick-prev {
  left: -20px;
}

.content-feedback .slick-next {
  right: -20px;
}
.content-feedback .mainposts {
    padding: 28px;
    background-color: #eef9f9;
    border-radius: 8px;
    align-items: center;
    text-align: center;
    min-height: 350px;
}

.content-feedback .mainposts img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
}

.content-feedback .title {
    font-size: 16px;
    font-weight: 600;
    margin: 12px auto 4px;
    color: #333;
    text-align: center;
}

.content-feedback .noidung p{
    font-style: italic;
    font-size: 15px;
    text-align: justify;
}


@media (min-width: 1181px) and (max-width: 1640px) {
    .site-header .widget-area {
    width: 1280px;
    position: absolute;
    top: 50%;
    left: 74.4%;
}

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

@media (max-width: 768px) {
    .header-menusub-widget-area{
      display: none;
    }

    .site-header .widget_nav_menu{
      display: none;
    }

    .site-header {
    margin: 0px auto 0;
    height: 70px;
    width: 100%;
    padding: 0px 15px;
}

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

    .click-menu .line {
    height: 3px;
    margin-bottom: 6px;
    background: #1E6897 !important;
    width: 30px;
    transition: 0.4s;
}


body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

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

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

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

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

.content-banner .slick-prev, .content-banner .slick-next {
    border: none;
    width: 40px;
    height: 40px;
   
}

.content-banner .slick-prev {
    left: 6px;
    display: none !important;
}

.content-banner .slick-next {
    right: 6px;
    display: none !important;
}

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

.content-tieuchi {
    display: block;
    margin-top: 0px;
    padding: 40px 15px 0px;
}

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

.content-tieuchi .image-upload {
    padding: 20px 12px;
}

.content-tieuchi .image-upload img {
    width: 48px;
}

.content-tieuchi .image-upload .title {
    font-size: 16px;
}

.content-vechungtoi {
    margin: 40px auto;
    background: #eef9f9;
    padding: 40px 15px;
}

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

.content-vechungtoi .title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 6px;
    line-height: 36px;
}

.content-vechungtoi p a {
    height: 40px;
    line-height: 40px;
    margin-top: 16px;
}

.content-tiepnhan {
    margin: 40px auto;
    padding: 0px 15px;
}

.content-tiepnhan .wrap {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}

.content-tiepnhan .title {
    font-size: 26px;
    line-height: 32px;
}

.circle {
    gap: 24px;
    margin: 16px 0;
}

.circle-info .dz-title {
    font-size: 18px;
}

.content-tiepnhan .circle p {
    margin-top: 0px;
}

.content-tiepnhan section:nth-child(1) .textwidget {
    gap: 16px;
}

.content-tiepnhan section:nth-child(1) p img {
    height: 300px;
}

.content-tiepnhan section:nth-child(1) p:nth-child(2) img {
    height: 380px;
}

.content-camket .wrap {
    display: flex;
    flex-direction: column;
    padding: 40px 15px !important;
}

.content-camket .wrap > *:first-child {
    flex: 0 0 100%;
    padding: 0px 0px 24px;
}

.content-camket .title {
    font-size: 26px;
    line-height: 32px;
}

.camket-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin: 20px 0 0;
}

.camket-box .slick-slide {
  margin: 0 8px; 
}

.camket-box .slick-list {
  margin: 0 -8px;
}

.content-news {
    margin: 40px auto;
    padding: 0px 15px;
}

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

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

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

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

.content-news .post .widget-item-title a {
    font-size: 18px;
    font-weight: 700;
    color: #333;
        overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content-news .post .entry-text {
    font-size: 15px;

}

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

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

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

.content-news .read-more {
    padding: 0 18px;
    margin-top: 6px;

}

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

.content-news section:nth-of-type(2) a{
  height: 40px;
        line-height: 40px;
        margin-top: 8px;
}

.content-tieudefeedback {
    padding: 16px 15px 8px;
    text-align: center;
}
.content-tieudefeedback .textwidget p {
    font-size: 26px;
    line-height: 32px;
    margin-top: 12px;
}

.content-feedback{
  padding: 0px 15px 50px;
}

.content-feedback .slick-next,.content-feedback .slick-prev {
    display: none !important;
}

.content-feedback .mainposts img {
    width: 54px;
    height: 54px;
}

.content-feedback .mainposts {
    padding: 24px;
    min-height: 260px;
}

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

.before_footer {
    padding: 35px 15px 20px;
    margin-top: 0px;
    box-sizing: border-box;
}
.before_footer .wrap-section {
    flex-direction: column;
    gap: 20px;
}

.content-hero {
    margin-top: 71px;
}

.content-hero .hero-image {
    height: 20vh; 
}

.content-breadcrumb {
    top: 42%;
}

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

.breadcrumb {
    font-size: 16px !important;
    margin: 70px auto auto;
}

.breadcrumb span {
    font-weight: 400;
    color: #FFF;
    font-size:16px !important
}

.site-inner {
    padding: 30px 15px 30px;
    width: 100%;
    box-sizing: border-box;
}

.page-template-page-gioithieu .entry-content h2 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 6px;
    margin-bottom: 12px;
}

.page-template-page-gioithieu .entry-content h3 {
    font-size: 16px;
    margin-bottom: 0px;
}
.content-lydo {
    padding: 35px 15px 50px;
    background-color: #eef9f9;
}

.content-lydo h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 16px;
}

.content-lydo .wrap-card {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.content-lydo .card-item {
    padding: 16px;
}

.content-lydo .card-item img {
    width: 48px;
    height: 48px;
    padding: 11px;
}

.content-lydo h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 6px;
}

.content-donghanh {
    margin: 40px auto;
    padding: 0px 15px;
}

.content-donghanh h2 {
    font-size: 26px;
    line-height: 32px;
}



.content-donghanh .image p {
    column-gap: 12px;
    margin-bottom: 12px;
}

.content-doitac {
    padding: 40px 0;
}

.content-doitac .wrap-card {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: space-between;
    column-gap: 16px;
    row-gap: 125px;
}

.content-doitac .card-content {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    padding: 16px 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 3px #e3dede, -1px 1px 3px #e3dede;
    min-width: 85%;
    z-index: 2;
}

.content-doitac .card-content h5 {
    font-size: 16px;
    margin-bottom: 4px;
}

.content-giatri {
    padding: 100px 0 0px;
}

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

.content-giatri .card-item img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 2px solid #333;
    padding: 10px;
    object-fit: contain;
}

.content-giatri .card-content h5 {
    font-size: 16px;
    margin: 0 0 0px 0;
}

.shop-wrapper {
    flex-direction: column;
    gap: 20px;
}

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

.shop-wrapper .product-categories li a {
    margin-left: 6px;
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        margin: 0 0 16px;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    padding: 12px !important;
}

.shop-products .products li img {
    margin-bottom: 6px;
    height: 145px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
  line-height: 20px;
}

.blog-wrapper {
    grid-template-columns: repeat(1 ,1fr);
    gap: 16px;
    align-items: start;
}

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

.blog-wrapper .blog-title a {
  line-height: 22px;
    margin: 0;
}

.blog-title{
  margin-bottom: 4px;
}

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

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

.post-template-default .site-inner {
    margin: 0 auto;
    overflow: visible;
    padding: 90px 15px 60px;
    width: 100%;
    box-sizing: border-box;
}

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

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

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

.content-lienhe {
  flex-direction: column;
    z-index: 1;
    padding: 12px;
    border-radius: 2.12px;
}

.contact-section {
    flex: 0 0 100%;
    padding: 20px;
    row-gap: 8px;
    position: relative;
    border-radius: 12px;
}

.contact-section h2 {
    font-size: 24px;
    margin-bottom: 0px;
}

.contact-section h3 {
    font-size: 18px;
}

.contact-section li {
        display: block;
    }

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

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

.form_lienhe .label {
    font-size: 24px;
    margin: 0px auto 8px !important;
}
.caldera-grid input[type="submit"] {
    font-size: 15px !important;
    line-height: 16px !important;
   font-weight: 500 !important;
}

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

.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;
   line-height: 32px;
}

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

.spec-table tbody td {
    padding: 8px 18px !important;
    font-size: 15px;
}

.sidebar {
    width: 100%;
}

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

.content-tuvan .widget-wrap, .content-muahang .widget-wrap {
    width: 100%;
}

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

.content-muahang
 {
    margin-top: 240px;

}

.single-product .yarpp-related {
    margin-top: 10px;
    margin-bottom: 20px;
}
.single-product .yarpp-related .widget .widgettitle {
    font-size: 24px;
    margin: 0 0 12px;
}

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

.single-product .yarpp-related .widget .product {
    padding: 10px 12px 12px !important;
}

.single-product .yarpp-related .widget img {
    height: 140px !important;
}

.single-product .yarpp-related .widget-item-title {
    line-height: 20px;
}

.product-buy-form-wrap {
    margin-top: 24px;
    gap: 18px;
}

.btn_call a,.btn_baogia a {
    padding: 10px 20px;
}

.site-header .widget_text p {
    position: absolute;
    top: -22px;
    right: 590px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    height: 40px;
    display: table;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    background: #12AFA3;
    padding: 0px 12px;
    border-radius: 8px;
    transition: background 0.3s;
    text-transform: uppercase;
}

.site-title a, .site-title a:hover
 {
    background-size: 160px;
}

.title-area {
    margin-left: -40px;
        margin-top: 8px;
}

.nhantuvan .widget_caldera_forms_widget .widget-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    background-color: rgb(229, 238, 246);
    padding:16px 20px;
    z-index: 3000;
    border-radius: 20px;
}

.nhantuvan .label
 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 8px;
}

.caldera-grid .form-group {
    margin-bottom: 10px;
}

.caldera-grid .form-control {
    font-size: 15px !important;
    padding: 12px 18px !important;
}

.content-contact .widget_caldera_forms_widget input, .content-lienhe form input, .nhantuvan .widget_caldera_forms_widget input {
    height: 44px;
}

.thanhdieuhuong,
.thanhdieuhuong a,
.thanhdieuhuong span {
  font-size: 16px !important;
}

.privacy-policy .site-inner, .page-id-207 .site-inner, .page-id-211 .site-inner, .page-id-215 .site-inner {
    padding: 100px 15px 60px !important;
    width: 100% !important;
}
}



.privacy-policy .site-inner, .page-id-207 .site-inner, .page-id-211 .site-inner, .page-id-215 .site-inner {
    margin: 0 auto;
    overflow: visible;
    padding: 140px 0 60px;
    width: 1280px;
    box-sizing: border-box;
}

.privacy-policy .sidebar .widget .widgettitle, .page-id-207 .sidebar .widget .widgettitle ,.page-id-211 .sidebar .widget .widgettitle, .page-id-215 .sidebar .widget .widgettitle {
    background: #12AFA3;
    padding: 8px 15px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0px;
}

.privacy-policy .sidebar h2, .page-id-207 .sidebar h2, .page-id-211 .sidebar h2, .page-id-215 .sidebar h2 {
   color: #FFF;
    margin-top: 6px;
}

.privacy-policy .sidebar .widget, .page-id-207 .sidebar .widget, .page-id-211 .sidebar .widget, .page-id-215 .sidebar .widget {
    border-radius: 8px;
    background-color: #eef9f9;
    margin: 0 0 10px;
    border-bottom: 2px solid #12AFA3;
    float: left;
    width: 100%;
    padding: 0px;
}

.privacy-policy .sidebar .main-posts, .page-id-207 .sidebar .main-posts, .page-id-211 .sidebar .main-posts, .page-id-215 .sidebar .main-posts {
    padding: 16px;
}

.privacy-policy .sidebar .widget .post, .page-id-207 .sidebar .widget .post, .page-id-211 .sidebar .widget .post, .page-id-215 .sidebar .widget .post {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.privacy-policy .sidebar .widget .recipe, .page-id-207 .sidebar .widget .recipe, .page-id-211 .sidebar .widget .recipe, .page-id-215 .sidebar .widget .recipe {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.privacy-policy .sidebar .widget img, .page-id-207 .sidebar .widget img, .page-id-211 .sidebar .widget img, .page-id-215 .sidebar .widget img {
    float: left;
    width: 150px;
    height: 92px;
    margin: 0 12px 6px 0;
    border-radius: 10px;
}


.privacy-policy .sidebar .widget .widget-item-title a, .page-id-207 .sidebar .widget .widget-item-title a, .page-id-211 .sidebar .widget .widget-item-title a, .page-id-215 .sidebar .widget .widget-item-title a {
    font-size: 16px;
  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; */
}

.thanhdieuhuong,
.thanhdieuhuong a,
.thanhdieuhuong span {
  font-size: 16px !important;
}

