/*
	Theme Name: CAIA
	Theme URI: http://caia.vn
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	Author: HoangLT, TuanNM
	Author URI: http://caia.vn
	Version: 4.2
	Template: genesis
*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 100%;
  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: "Poppins", 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: #0d72c7;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a img {
  border: none;
  outline: none;
}

/* Body
------------------------------------------------------------ */

body {
  background-color: #fff;
}

::-moz-selection {
  background-color: #0d72c7;
  color: #fff;
}

::selection {
  background-color: #0d72c7;
  color: #fff;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
  margin: 0 auto;
  width: 100%;
  padding: 0;
}

.wrap {
  margin: 0 auto;
  width: 1280px;
  padding: 0;
}

/* Header
------------------------------------------------------------ */

.site-header {
  margin: 0 auto 25px;
  height: 100px;
  width: 100%;
  background: #fbfbfb;
  float: left;
}

.title-area {
  float: left;
  overflow: hidden;
  padding: 0;
  width: 260px;
  margin-left: 15px;
  height: 100px;
}

.site-title {
  font-family: "Poppins", 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;
}

.site-description {
  font-size: 13px;
  padding: 0;
  display: none;
}

.site-header .widget-area {
  float: inline-start;
  padding: 0;
  width: auto;
  margin-right: 15px;
  position: relative;
}

.site-header .widget-area .widget_nav_menu {
  float: left;
  margin: 25px 30px 0;
  text-transform: uppercase;
}

.site-header .widget-area .widget_media_image {
  float: right;
  margin: 35px 0 0;
  cursor: pointer;
}

.site-header .widget-area .widget_media_image img {
  display: none;
  margin: 0;
  width: 20px;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary {
  float: left;
  width: 100%;
  height: 45px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
}

.nav-primary .wrap {
  width: 1250px;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
  clear: both;
  color: #333;
  font-size: 15px;
  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-primary a,
.menu-secondary a,
.site-header .menu a {
  color: #333;
  display: block;
  padding: 10px 15px;
  position: relative;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  margin: 0 5px 0 0;
  border-radius: 5px;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
.site-header .menu li a:active,
.site-header .menu li a:hover,
.site-header .menu .current_page_item a,
.site-header .menu .current-cat a,
.site-header .menu .current-menu-item a {
  color: #2a4594;
}

.menu-primary li.shop a {
  background: url(images/menu.png) no-repeat left center;
  padding-left: 30px;
  color: #333;
  border-right: 1px solid #e5e5e5;
  padding-right: 15px;
  margin-right: 15px;
}

.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: none;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 15px;
  padding: 10px;
  position: relative;
  text-transform: none;
  width: 230px;
  margin: 0;
  border-radius: 0;
}

.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: #2a4594;
  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;
}

.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 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: hidden;
  padding: 20px 0;
  width: 1280px;
}

/* Breadcrumb

------------------------------------------------------------ */

.breadcrumb {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  padding: 5px 20px;
  margin: 100px auto 25px;
  max-width: 1250px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  box-sizing: border-box;
}

.breadcrumb .home img,
.breadcrumb .home svg {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  opacity: 0.8;
}

/* .breadcrumb a {
	color: #222;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.3px;
  } */

.breadcrumb a:hover {
  color: #2a4594;
}

.breadcrumb .separator {
  color: #999;
  font-size: 13px;
  margin: 0 8px;
}

.breadcrumb .archive-heading,
.breadcrumb .archive-heading a {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin: 0;
  display: none;
}

.breadcrumb .wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mt-50 {
  margin-top: 50px;
}
/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
  float: left;
}

.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 {
  float: left;
  padding: 0;
}

.content-sidebar .content,
.sidebar-content .content {
  margin-left: 15px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
  float: right;
  margin-left: 0;
  margin-right: 15px;
}

.full-width-content .content {
  width: 100%;
}

.post {
  margin: 0 0 20px;
}

.entry-content {
  overflow: hidden;
  text-align: justify;
}

.entry-content p {
  margin: 0 0 15px;
  text-align: justify;
}

blockquote {
  background: url(images/blockquote.png) no-repeat;
  border: none;
  margin: 5px 5px 20px;
  padding: 25px 30px 5px 70px;
}

blockquote p {
  color: #999;
  font-style: italic;
}

.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: "Poppins", 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: "Poppins", sans-serif;
}

h2 a:hover {
  color: #2a4594;
  text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
  font-size: 14px;
  margin: 0 0 5px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 13px;
}

.taxonomy-description h1,
.widget-area .widgettitle {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 24px;
  color: #333;
  line-height: 1.3;
}

.widget-area .widgettitle a,
.widget-area .widgettitle p {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
  margin: 0;
  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;
}

/* 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: left;
  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: 15px;
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}

.pagination li {
  display: inline-block;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
  background: #f5f5f5;
  color: #333;
  width: 32px;
  height: 32px;
  align-items: center;
  text-align: center;
  display: inline-grid;
}

.pagination li a:hover,
.pagination li.active a {
  background: #2a4594;
  color: #fff;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
  display: inline;
  float: right;
  width: 360px;
  margin-right: 15px;
}

.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 .widget {
  background-color: #fff;
  margin: 0 0 15px;
  border: 1px solid #e5e5e5;
  padding: 20px 15px;
  float: left;
  width: calc(100% - 32px);
  border-radius: 10px;
}

.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"] {
  cursor: pointer;
  background: #2a4594;
  padding: 15px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  -webkit-appearance: none;
  border: none;
  border-radius: 5px;
}

input:hover[type="button"],
input:hover[type="submit"] {
  text-decoration: none;
}

/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
  float: right;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.search-form input[type="search"] {
  margin: 0;
  padding: 0 10px;
  width: calc(100% - 80px);
  height: 50px;
  background: transparent;
  border: none;
  outline: none;
}

/* Footer
------------------------------------------------------------ */

.content-before-footer .widget {
  float: left;
  margin: 30px 0 0;
  width: 100%;
  position: relative;
}

.content-before-footer .widget .noidung {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 555px;
}

.content-before-footer .widget p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 20px;
}

.content-before-footer .widget p strong {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

.content-before-footer .widget p a {
  border-radius: 100px;
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  display: table;
  margin: 20px auto 0;
}

.site-footer {
  float: left;
  clear: both;
  font-size: 15px;
  background: #2a4594;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

.site-footer .wrap {
  overflow: hidden;
}

.site-footer p {
  font-size: inherit;
  margin: 0 0 10px;
}

.site-footer a,
.site-footer a:visited,
.site-footer .widget ul li a {
  color: #333;
}

.site-footer a:hover,
.site-footer .widget ul li a:hover {
  color: #2a4594;
  text-decoration: none;
}

.site-footer .widget {
  float: left;
  width: calc(100% / 3 - 30px);
  margin: 30px 15px;
}

.site-footer .widget .widgettitle {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  width: 350px;
  line-height: 1.3;
  margin: 0 0 15px;
  text-transform: uppercase;
  position: relative;
}

.site-footer .widget .widgettitle::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  bottom: -25px;
  left: 0;
}

.site-footer .widget .textwidget {
  padding-top: 40px;
  color: #fff;
}
.site-footer .widget .textwidget p,
.site-footer .widget .textwidget a {
  color: #fff;
}

.site-footer .widget ul {
  padding-left: 20px;
}

.site-footer .widget ul li {
  margin: 0 0 10px;
}

.site-footer .widget input[type="submit"] {
  background: #c40000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 5px;
  border: none;
}

.content-after-footer {
  display: none;
}

.content-after-footer p {
  font-size: 15px;
  margin: 0 15px;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
  margin: 15px 0;
  overflow: hidden;
  float: left;
  width: 100%;
}

.comment-reply-title {
  font-weight: 700;
  font-size: 24px;
  color: #333;
  line-height: 1.3;
  margin: 0 0 15px;
}

#author,
#comment,
#email,
#url {
  margin: 10px 0 0;
  padding: 10px;
  width: calc(49% - 22px);
  float: left;
  background: #fff;
  border-radius: 5px;
}

#email {
  float: right;
}

#comment {
  height: 100px;
  margin: 0;
  width: calc(100% - 22px);
  background: #fff;
}

input#submit {
  float: right;
  margin: 10px 0 0;
}

.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;
}

.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%;
}

.content-slider {
  position: relative;
  top: -25px;
}

.content-slider .widget {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.content-slider .widget img {
  display: block;
  width: 100%;
  margin: 0;
}

.content-slider .widget .title {
  display: none;
}

.content-slider .widget .noidung {
  width: 575px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 615px;
  transform: translate(-50%, -50%);
  display: table;
}

.content-slider .widget .noidung p {
  width: 100%;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.3;
  float: right;
  clear: both;
  text-align: left;
}

.content-slider .widget .noidung p strong {
  font-size: 50px;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
}

.content-slider .widget .noidung p a {
  background: #2a4594;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  display: table;
  margin: 20px 0 0;
  border-radius: 5px;
}

.content-about {
  position: relative;
  top: -25px;
  padding: 30px 0 0;
  background: #f5f5f5;
}

.content-about .widget_media_image {
  float: right;
  width: 600px;
  margin: 30px 15px;
  text-align: center;
}

.content-about .widget_media_image img {
  display: block;
  margin: 0;
  width: 100%;
}

.content-about .widget_text {
  float: left;
  width: 540px;
  margin: 30px 15px;
  padding: 30px;
}

.content-about .widget_text .widgettitle {
  font-size: 28px;
  color: #2a4594;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 25px 0 20px;
  position: relative;
}

.content-about .widget_text .widgettitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 20px;
  background-image: url("https://injintl.com/wp-content/uploads/2025/01/161-300x17-1.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.content-about .widget_text p {
  margin: 30px 0 15px;
  font-size: 14px;
  text-align: left;
}

.content-about .widget .textwidget {
  text-align: center;
}
.content-about .widget_text .btn a {
  display: inline-block;
  padding: 10px 25px;
  background: #1a6db4;
  margin-top: 25px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}

.content-about .widget_text p strong {
  font-size: 40px;
  content: #333;
  margin: 0 0 20px;
  font-weight: 600;
  line-height: 1.3;
}

.content-about .widget_text ul {
  padding-left: 20px;
}

.content-about .widget_text ul li {
  margin: 0 0 10px;
}

.content-about-services .widget {
  padding: 10% 0 15px;
  float: left;
  width: calc(100% / 4 - 30px);
  margin: 30px 15px;
}
.content-about-services .widget p {
  text-align: center;
}
.content-about-services .widget .widget-wrap {
  text-align: center;
}

.content-about-services .widget .title {
  color: #1a6db4;
  font-size: medium;
  font-weight: 700;
  padding: 10px 0;
}

.content-about-services .widget .noidung p {
  font-size: 14px;
}

.content-gallery .widget {
  float: left;
  margin: 30px 15px;
  width: calc(50% - 30px);
}

.content-gallery .widget img {
  display: block;
  width: 100%;
  margin: 0;
}

.content-company .widget {
  float: left;
  width: 100%;
  margin: 30px 0;
}

.content-company .widget .gallery {
  float: left;
  width: 100%;
}

.content-company .widget .gallery-item {
  margin: 0 15px;
  text-align: center;
  display: grid;
  align-items: center;
  height: 50px;
}

.content-company .widget .gallery-item img {
  object-fit: contain;
  display: inline-block;
}

.content-policy .widget {
  float: left;
  width: calc(100% / 3 - 30px);
  margin: 30px 15px;
  border-radius: 10px;
  text-align: center;
  background: #f5f5f5;
  min-height: 320px;
}

.content-policy .widget:nth-child(3n + 1) {
  clear: both;
}

.content-policy .widget .widget-wrap {
  padding: 30px;
  display: block;
}

.content-policy .widget .title,
.content-policy .widget .title a {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px;
}

.content-policy .widget .noidung p {
  font-size: 15px;
}

.class-new .entry {
  margin-bottom: 40px;
}

.class-new .entry-flex {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin: 25px 0;
  flex-wrap: wrap;
}

.class-new .entry-image-link {
  flex: 0 0 260px;
  overflow: hidden;
  display: block;
}
.class-new .entry-image-link img {
  width: 250px;
  height: 158px;
  object-fit: cover;
  border: 1px solid #eaeaea;
  padding: 4px;
  display: block;
}

.class-new .entry-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.class-new .entry-title {
  font-size: 22px;
  font-weight: 700;
  color: #0d72c7;
  margin: 0 0 10px;
  line-height: 1.4;
}

.class-new .entry-content p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin: 0 0 12px;
}

/* Button "Read More" */
.class-new .more-link {
  display: inline-block;
  background: #0d72c7;
  color: #fff;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}
.class-new .more-link:hover {
  background: #095ea5;
}

.content-blog .widget .status-publish .widget-item-title a,
.class-new .content .status-publish h2 a {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-overflow: ellipsis;
  width: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.content-blog .widget .status-publish .more-link,
.class-new .content .status-publish .more-link {
  display: table;
  padding: 5px 15px;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  margin: 15px 0 0;
  color: #fff;
  background: #2a4594;
}

.content-blog .widget .status-publish .more-link:hover,
.class-new .content .status-publish .more-link:hover {
  text-decoration: none;
}

/* .content-product .widget .status-publish .star,
.class-product .content .status-publish .star {
  font-size: 18px;
  color: #;
} */

.content-product .widget .status-publish .price,
.class-product .content .status-publish .price {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

h1.entry-title {
  font-size: 24px;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
}

.entry-content .control-label {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}

.single .content .entry-content h2,
.page .content .entry-content h2 {
  font-size: 24px;
  color: #1e73be;
  font-weight: 600;
  margin-bottom: 15px;
}

.single .content .entry-content h3,
.page .content .entry-content h3 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
}

.single .content .entry-content iframe,
.page .content .entry-content iframe {
  display: table;
  margin: 0 auto 15px;
}

.single .content .entry-content .caldera-grid input[type="submit"],
.page .content .entry-content .caldera-grid input[type="submit"] {
  background: #1e73be;
  padding: 11px 17px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  border: none;
}

.single .content .entry-content table,
.page .content .entry-content table {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}

.single .content .entry-content table,
.single .content .entry-content table td,
.single .content .entry-content table th,
.page .content .entry-content table,
.page .content .entry-content table td,
.page .content .entry-content table th {
  border-collapse: collapse;
  padding: 10px 15px;
  border: 1px solid #e5e5e5;
  text-align: left;
}

.info-author {
  text-align: right;
}

.content-info-product .left {
  float: left;
  width: 600px;
  margin: 20px 15px 40px;
}

.content-info-product .left .slider-for {
  float: right;
  width: 490px;
  overflow: hidden;
}

.content-info-product .left .slider-nav {
  float: left;
  width: 100px;
}

.content-info-product .left .slider-nav .slick-slide {
  overflow: hidden;
  margin: 0 0 10px;
}

.content-info-product .left img {
  display: block;
  width: 100%;
}

.content-info-product .right {
  float: right;
  width: 600px;
  margin: 20px 15px 40px;
}

.content-info-product .right h1 {
  padding-top: 20px;
}

.content-info-product .right .star {
  margin: -10px 0 15px;
  font-size: 18px;
  color: #1e73be;
}

.content-info-product .right .price {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  margin: 0 0 15px;
}

.content-info-product .right .note {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin: 0 0 15px;
}

.content-info-product .right .contactnow a {
  background: #1e73be;
  padding: 15px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  display: table;
}

.sidebar .widget_nav_menu ul {
  padding: 0 15px;
}

.sidebar .widget_nav_menu ul li {
  list-style-type: disc;
  border: none;
  padding: 0;
  margin: 0 0 10px;
}

.sidebar .widget_nav_menu ul li a,
.sidebar .widget .post .widget-item-title a {
  font-size: 15px;
  color: #333;
  font-weight: 400;
}

.sidebar .widget .post .widget-item-title {
  line-height: 1.3;
}

.sidebar .widget .post .alignleft {
  width: 120px;
  display: table;
  margin: 0 15px 0 0;
  border-radius: 5px;
}

.sidebar .widget .post {
  margin: 0 0 10px;
}

.content-error {
  float: left;
  width: 100%;
  margin: 0;
  text-align: center;
}

.content-error h1 {
  color: #333;
  text-align: center;
  font-size: 300px;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}

.content-error h1 span {
  color: #1e73be;
}

.content-error p {
  margin-bottom: 20px;
  font-size: 16px;
}

.content-error p strong {
  color: #333;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}

.content-error p a {
  padding: 15px 30px;
  background: #1e73be;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  -webkit-appearance: none;
  display: table;
  margin: 20px auto 0;
}

.content-category .widget .title a:hover,
.content-product .widget .status-publish .widget-item-title a:hover,
.class-product .content .status-publish h2 a:hover,
.content-blog .widget .status-publish .widget-item-title a:hover,
.class-new .content .status-publish h2 a:hover,
.sidebar .widget_nav_menu ul li a:hover,
.sidebar .widget .post .widget-item-title a:hover {
  color: #1e73be;
}

.content-category .widget-category-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding-top: 25px;
  text-transform: uppercase;
}
.content-category .widget-category-title-content {
  background: #2a4594;
}
.content-category .widget-category-layout {
  display: grid;
  grid-template-columns: 32% 68%;
  gap: 20px;
  padding: 20px 30px;
}
.content-category .widget-category-left img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.content-category .widget-category-right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  height: fit-content;
}
.content-category .widget-category-right .item {
  background: #fff;
  overflow: hidden;
  height: max-content;
  text-decoration: none;
}
.content-category .widget-category-right img {
  width: 100%;
  height: 288px;
  object-fit: cover;
  display: block;
}
.content-category .widget-category-right .title {
  color: #2222;
  font-weight: 600;
  text-align: center;
  padding: 12px 10px;
  font-size: 15px;
}
.content-category .widget-category-right .title-category p {
  padding: 6px 20px;
  color: #fff;
  background: #2a4594;
}

.content-services .widget-category-title {
  color: #1a6db4;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding-top: 25px;
  text-transform: uppercase;
}
.content-services .widget-category-title-content {
}
.content-services .widget-category-layout {
  display: grid;
  grid-template-columns: 32% 68%;
  gap: 20px;
  padding: 20px 30px;
}
.content-services .widget-category-left img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.content-services .widget-category-right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  height: fit-content;
}
.content-services .widget-category-right .item {
  background: #fff;
  overflow: hidden;
  height: max-content;
  border: 1px solid #0d72c7;
  text-decoration: none;
}
.content-services .widget-category-right img {
  width: 100%;
  height: 234px;
  object-fit: cover;
  display: block;
}
.content-services .widget-category-right .title {
  color: #2222;
  font-weight: 600;
  text-align: center;
  padding: 12px 10px;
  font-size: 15px;
}
.content-services .widget-category-right .title-category p {
  padding: 6px 20px;
  color: #fff;
  background: #2a4594;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sidebar.sidebar-primary.widget-area {
  display: none !important;
}

.caia-product-tabs {
  width: 100%;
  margin: 40px auto;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
}

.caia-product-tabs .title-center {
  font-size: 28px;
  font-weight: 700;
  color: #2a4594;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
}

.caia-product-tabs .title-center::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 643px;
  transform: translateX(-50%);
  width: 300px;
  height: 20px;
  background-image: url("https://injintl.com/wp-content/uploads/2025/01/161-300x17-1.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.caia-tab-nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 50px 0 0;
}

.caia-tab-nav li {
  cursor: pointer;
  border-color: #4868cf;
  background-color: #5472d2;
  color: #fff;
  padding: 10px 22px;
  font-weight: 600;
  margin-right: 1px;
  border-radius: 6px;
  transition: all 0.25s ease;
}

.caia-tab-nav li:hover {
  background: #3c5ecc;
}

.caia-tab-nav li.active {
  border: 1px solid #f0f0f0;
  background-color: #f8f8f8;
  color: #666;
}

.caia-tab-content {
  display: none;
  animation: fadeIn 0.4s ease;
}

.caia-tab-content.active {
  display: block;
}

.caia-grid {
  display: grid;
  border: 1px solid #f0f0f0;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 2px;
  padding: 20px 20px 60px;
  background: #f8f8f8;
}

.caia-item {
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  transition: all 0.25s ease;
}

.caia-item:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.caia-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.caia-item h4 {
  font-size: 16px;
  color: #333;
  margin: 12px 10px 15px;
  font-weight: 600;
  line-height: 1.4;
}

.caia-item a {
  color: inherit;
  text-decoration: none;
}

.content-choose-us {
  background-image: url("https://injintl.com/wp-content/uploads/2025/01/background-xanh-duong-e1762746116377.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top: none;
}

.content-choose-us .choose {
  padding: 44px 0 70px;
}
.content-choose-us .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.content-choose-us .row-title {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 22px;
}
.content-choose-us .title {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  color: #2a4594;
}
.content-choose-us .title .decor {
  display: block;
  max-width: 80%;
  height: 2px;
  position: relative;
}
.content-choose-us .title .decor:after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 288px;
  transform: translateX(-50%);
  width: 300px;
  height: 20px;
  background-image: url("https://injintl.com/wp-content/uploads/2025/01/161-300x17-1.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.content-choose-us .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  padding-top: 40px;
  align-items: start;
}

.content-choose-us .faq {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.content-choose-us .faq details {
  overflow: hidden;
}
.content-choose-us .faq summary {
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 18px 18px 14px;
  cursor: pointer;
}
.content-choose-us .faq summary::-webkit-details-marker {
  display: none;
}
.content-choose-us .bullet {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--primary);
  margin-top: 10px;
  flex: 0 0 8px;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
}
.content-choose-us .q {
  font-size: 22px;

  font-weight: 800;
  color: #dd3333;
}
.content-choose-us .a {
  padding: 0 20px 18px 36px;
  color: #334155;
  line-height: 1.8;
  font-size: 15px;
}
.content-choose-us .slider {
  position: relative;
  padding-left: 8px;
}
.content-choose-us .viewport {
  position: relative;
  overflow: hidden;
  width: 670px;
  height: 350px;
}
.content-choose-us .track {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease;
  will-change: transform;
}
.content-choose-us .slide {
  flex: 0 0 50%;
  height: 100%;
  padding-right: 5px;
}
.content-choose-us .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.content-choose-us .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #ffffffcc;
  border: 1px solid #e5e7eb;
  display: grid;
  place-items: center;
  cursor: pointer;
  user-select: none;
}
.content-choose-us .arrow span {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0f172a;
  border-right: 2px solid #0f172a;
}
.content-choose-us .arrow.prev {
  left: 10px;
}
.content-choose-us .arrow.prev span {
  transform: rotate(-135deg);
}
.content-choose-us .arrow.next {
  right: 10px;
}
.content-choose-us .arrow.next span {
  transform: rotate(45deg);
}

.content-choose-us .dots {
  display: none;
}
.content-choose-us .dots button {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #cbd5e1;
  border: 0;
  cursor: pointer;
}
.content-choose-us .dots button.active {
  background: var(--primary);
}

.content-blog.section {
  padding: 32px 0 48px;
}

.content-blog .caia-post-list-widget .widget-title h2 {
  margin: 0 0 22px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 700;
  font-size: 28px;
  color: #2a4594;
}
.content-blog .caia-post-list-widget .widget-title {
  position: relative;
}
.content-blog .caia-post-list-widget .widget-title::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 20px;
  background-image: url("https://injintl.com/wp-content/uploads/2025/01/161-300x17-1.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.content-blog .caia-post-list-widget .slick-list {
  overflow: visible;
}
.content-blog .caia-post-list-widget .slick-track {
  display: flex !important;
  gap: 36px;
}
.content-blog .caia-post-list-widget .slick-slide {
  height: auto;
  margin-top: 40px;
}

.content-blog .caia-post-list-widget .entry {
  background: #f9f9f9;
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.content-blog .caia-post-list-widget .entry:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.content-blog .caia-post-list-widget .entry a.alignnone {
  display: block;
  overflow: hidden;
}
.content-blog .caia-post-list-widget .entry a.alignnone img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.content-blog .caia-post-list-widget .entry:hover a.alignnone img {
  transform: scale(1.03);
}

.content-blog .caia-post-list-widget .list-info {
  text-align: center;
  padding: 16px 18px 20px;
}
.content-blog .caia-post-list-widget .widget-item-title {
  margin: 0 0 8px;
  line-height: 1.35;
  font-size: 18px;
  font-weight: 700;
}
.content-blog .caia-post-list-widget .widget-item-title a {
  color: #0f172a;
  text-decoration: none;
}
.content-blog .caia-post-list-widget .widget-item-title a:hover {
  color: #1f5cff;
}
.content-blog .caia-post-list-widget .list-info p {
  display: none;
}

.inj-contact-sec {
  padding: 10px 0 40px;
}
.injc-container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.injc-col p {
  margin: 0 0 10px;
  line-height: 1.6;
}
.injc-col a {
  color: #222;
  text-decoration: none;
}
.injc-col a:hover {
  color: #c81e1e;
}
.injc-title {
  margin: 0 0 12px;
  padding-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  border-bottom: 2px solid #222;
}
.injc-sep {
  display: none;
}

.injc-map {
  width: 100%;
  height: 240px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  overflow: hidden;
}
.injc-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.caldera-grid form {
  font-size: 14px;
}
.caldera-grid .form-group {
  margin-bottom: 12px;
}
.caldera-grid label.control-label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.caldera-grid .form-control,
.caldera-grid input[type="text"],
.caldera-grid input[type="email"],
.caldera-grid input[type="tel"],
.caldera-grid input[type="url"],
.caldera-grid input[type="number"],
.caldera-grid textarea,
.caldera-grid select {
  width: 100%;
  height: 42px;
  padding: 10px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
.caldera-grid textarea {
  min-height: 160px;
  height: auto;
  resize: vertical;
}

.caldera-grid .form-control:focus,
.caldera-grid input:focus,
.caldera-grid textarea:focus,
.caldera-grid select:focus {
  outline: none;
  border-color: #222;
  box-shadow: none;
}

.caldera-grid .btn,
.caldera-grid input[type="submit"],
.caldera-grid button[type="submit"] {
  display: inline-block;
  padding: 10px 18px;
  background: #c81e1e;
  color: #fff;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.caldera-grid .btn:hover,
.caldera-grid input[type="submit"]:hover,
.caldera-grid button[type="submit"]:hover {
  opacity: 0.9;
}

.caldera-grid .alert-success {
  background: #f0fff4;
  border: 1px solid #c6f6d5;
  color: #22543d;
}
.caldera-grid .alert-danger {
  background: #fff5f5;
  border: 1px solid #fed7d7;
  color: #742a2a;
}
.caldera-grid .has-error .help-block {
  color: #c81e1e;
  margin-top: 6px;
  font-size: 13px;
}

.caldera-grid fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
}
.caldera-grid .row {
  margin-left: 0;
  margin-right: 0;
}

.content-product .widget {
  float: left;
  width: 100%;
  margin: 30px 0;
}

.single .content-product .widget {
  margin: 0 0 30px;
}

.content-product .widget .widgettitle {
  margin: 0 0 30px;
  text-align: center;
  font-size: 45px;
  color: #92b89e;
  font-family: "Postero";
  line-height: 1.3;
}
.content-product .widget .widgettitle h2,
.content-product .widget .widgettitle a {
  margin: 0 0 30px;
  text-align: center;
  font-size: 45px;
  color: #92b89e;
  font-family: "Postero";
  line-height: 1.3;
}

.content-product .widget .status-publish,
.class-product .content .status-publish {
  float: left;
  border: 1px solid #eaeaea;
  width: calc(100% / 4 - 30px);
  margin: 14px;
}

.content-product .widget .status-publish .alignnone,
.class-product .content .status-publish .alignnone,
.content-category .widget .alignnone {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
}
.content-category .widget .alignnone {
  margin: 0;
}

.content-product .widget .status-publish img,
.class-product .content .status-publish img {
  display: block;
  margin: 0;
  aspect-ratio: 1/1;
  transition: all 1s ease;
  object-fit: cover;
  background: none;
  padding: 0;
  border: none;
}

.content-product .widget .status-publish:hover img,
.class-product .content .status-publish:hover img,
.content-category .widget:hover img,
.content-before-footer .widget_text .gallery-item:hover img {
  transform: scale(1.05);
}

.content-product .widget .status-publish .widget-item-title,
.class-product .content .status-publish h2 {
  line-height: 1.3;
  margin: 0 0 10px;
}
.content-product .widget .status-publish .widget-item-title a,
.class-product .content .status-publish h2 a {
  color: #333;
  font-size: 18px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
}

.content-product .widget .more-from-category {
  float: left;
  width: 100%;
  margin: 50px 0 0;
  text-align: center;
}
.content-product .widget .more-from-category a {
  background: #92b89e;
  padding: 18px 40px;
  line-height: 1.3;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
  text-transform: uppercase;
}

.content-product .class-new .content .status-publish {
  float: left;
  width: calc(100% / 2 - 30px);
  margin: 15px;
}
.content-product .class-new .content .status-publish .entry-image-link {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
}
.content-product .class-new .content .status-publish img {
  aspect-ratio: 16/9;
}
.content-product .class-new .content .status-publish h2 {
  line-height: 1.3;
  margin: 0 0 10px;
}
.content-product .class-new .content .status-publish h2 a {
  color: #333;
  font-size: 18px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 52px;
}
.content-product .class-new .content .status-publish .more-link {
  display: table;
  color: #333;
  font-weight: 500;
  margin: 15px 0 0;
  text-decoration: underline;
}
.content-product .class-new .content .status-publish .more-link:hover {
  text-decoration: none;
}
.entry-title-link,
.entry-content .price {
  text-align: center;
}
.entry-content .price {
  display: block; 
  width: max-content; 
  margin: 8px auto 30px; 
  padding: 8px 18px;
  background: #157200 ;
  color: #fff !important;
  border-radius: 8px;
  line-height: 1;
}

.content-info-product .slick-track {
  border: 1px solid #eaeaea;
}
