/*
	Theme Name: Phòng khám
	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: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 500;
  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: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

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

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

strong,
b {
  font-weight: 700;
}

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

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

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

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

body {
  background-color: #fff;
}

::-moz-selection {
  background-color: #3F7A73;
  color: #fff;
}

::selection {
  background-color: #3F7A73;
  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: 85px;
  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: -60px;
  height: 80px;
  margin-top: 5px;
}

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

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

.site-header .widget-area {
  width: 1280px;
  position: absolute;
  top: 50%;
  left: 62.8%;
  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: #3F7A73;
  display: block;
  padding: 8px 28px;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.4s ease;

}

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



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

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

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

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

.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: #D8B07A;
}

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

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

.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: #3F7A73;
  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: 23px;
}

 .site-header .menu li ul li
 {
  text-transform: inherit !important;
 }


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

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

.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 10px;
  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: "Quicksand", 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: "Quicksand", sans-serif;
}

h2 a:hover {
  color: #3F7A73;
  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: 4px 12px;
}

.pagination li a:hover,
.pagination li.active a {
  background: #D8B07A;
  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: #3F7A73;
    color: #FFF;
}

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

.sidebar {
  display: inline;
  /* float: right; */
  width: 385px !important;
}

.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;
  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: #D8B07A;
  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(#3F7A73, #3F7A73),
    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: 180px;
}

.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: center;
  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: #3F7A73; */
  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: #3F7A73;
  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: #3F7A73;
  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: #3F7A73;
  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 54%;
    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: #3F7A73;
}

.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: center;
  gap: 12px;
}

.contact-section i {
  color: #3F7A73;
  font-size: 18px;
}

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

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

.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: #3F7A73;
  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: #3F7A73 !important;
}

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

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

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


.single .content h1 {
    font-size: 26px;
    font-weight: 700;
}

.single .content h2 {
    font-size: 22px;
    font-weight: 700;
}

.single .content h2 {
    font-size: 20px;
    font-weight: 600;
}
/* 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: #3F7A73;
    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 #3F7A73 !important;
    background-color: #3F7A73 !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: #3F7A73  !important; 
  opacity: 1; 
}

.content-contact .widget_caldera_forms_widget textarea::placeholder,
 .content-lienhe form textarea::placeholder,
  .nhantuvan .widget_caldera_forms_widget textarea::placeholder{
    color: #3F7A73  !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 #D8B07A;
    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: #3F7A73;
  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: #3F7A73;
  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: 126px auto 0px;
}

.content-banner .slick-prev::before,
.content-banner .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 22px;
  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: #D8B07A;
  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: #3F7A73;
}

.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: 62vh !important;
  display: block;
  object-fit: cover;
}

.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 #3F7A73;  */
  border-bottom: 2px solid #3F7A73; 
  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: #eef9f9;
    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;
  margin-bottom: 8px;
}

.content-roiloan {
  padding: 80px 0 0px;
  background: #fff;
}

.content-roiloan .wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.content-roiloan .widget_text {
  grid-column: 1 / -1;
  text-align: center;
}

.content-roiloan .widgettitle {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.content-roiloan .widget_text .textwidget {
  display: none;
}

.content-roiloan .image-upload {
  min-height: 226px;
  padding: 8px;
  background: #fff;
  border: 1px solid #3F7A73;
  border-radius: 20px;
}

.content-roiloan .image-upload .widget-wrap,
.content-roiloan .image-upload .mainposts {
  width: 100%;
  height: 100%;
}

.content-roiloan .image-upload .mainposts,
.content-roiloan .image-upload .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
}

.content-roiloan .image-upload .mainposts > .box,
.content-roiloan .image-upload .box > a.alignnone {
  order: 1;
}

.content-roiloan .image-upload .mainposts > .title,
.content-roiloan .image-upload .box > .title {
  order: 2;
}

.content-roiloan .image-upload .box > a.alignnone,
.content-roiloan .image-upload .box > img {
  width: 150px !important;
  height: 150px !important;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border: 3px solid #3F7A73;
  border-radius: 50%;
  object-fit: contain;
}

.content-roiloan .image-upload .box > a.alignnone {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-roiloan .image-upload .box > img {
  display: block;
}

.content-roiloan .image-upload .box > a.alignnone img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  object-fit: contain;
}

.content-roiloan .image-upload .title,
.content-roiloan .image-upload .title a {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}



.content-vechungtoi {
  margin: 80px auto;
      background: #c6e3e3;
      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: #0b877d;
  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.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: #3F7A73;
}

.content-vechungtoi p a{
    color: #FFF;
    height: 45px;
    display: table;
    line-height: 45px;
    font-size: 15px;
    font-weight: 500;
    background: #3F7A73;
    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: #3F7A73;
  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: 12px solid #3F7A73;
  border-left: 12px solid #3F7A73;
  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: 12px solid #3F7A73;
  border-right: 12px solid #3F7A73;
  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: #3F7A73;
  z-index: 4;
  transition: all 0.3s ease;
}

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

/* Viền dưới & phải */
.content-tiepnhan section:nth-child(1) p::after {
  bottom: 12px;
  right: 0;
  width: 50%;
  height: 50%;
  border-bottom: 12px solid #3F7A73;
  border-right: 12px solid #3F7A73;
}
  
.content-tiepnhan .widgettitle {
  position: relative;
  color: #0b877d;
  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.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: #3F7A73;
}

.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: #3F7A73;
  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: #3F7A73;
}

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

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

.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: #FFF;
  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: #c6e3e3;       /* 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: #3F7A73;
  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 0px;
  position: relative;
}

.content-news h2{
  font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: #333;
}

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

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

.content-news h2 a{
        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;
  height: 100%;
}


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

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

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

/* 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: #3F7A73;
    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;
  display: grid;
  grid-auto-rows: minmax(0, 1fr);
  gap: 24px;
  height: 100%;
}



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

/* ả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;
  min-width: 0;
}

.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: #3F7A73;
  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: #D8B07A;
    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: 126px;
  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.2); 
  z-index: 1;
}

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



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

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

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



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

}

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

.blog-wrapper .blog-item .blog-thumb img {
  width: 100%;
  height: 180px;
  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: 20px;
  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:empty {
  display: none;
}

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

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

.content-donghanh h4{
      position: relative;
    color: #3F7A73;
    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: #3F7A73;
    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: #3F7A73;
  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: #3F7A73;
    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: #3F7A73;
  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: #3F7A73;
    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 #3F7A73;
}


.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: #3F7A73;
    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: 150px 0 60px;
    width: 1280px;
    box-sizing: border-box;
}

.sidebar .widget .widgettitle {
    margin-bottom: 0px;
}

.sidebar h2{
   color: #333;
   font-weight: 700;
   font-size: 20px;
   margin-top: 4px;
   margin-bottom: 28px;
   position: relative;
   display: inline-block;
   text-transform: uppercase;
}

.sidebar h2::after{
   content: "";
   position: absolute;
   left: 0;
   bottom: -10px;
   width: 60px;
   height: 2px;
   background: #ddd;
   border-radius: 2px;
}

 .sidebar .widget {
    margin: 0 0 10px;
    float: left;
    width: 100%;
    padding: 0px;
}

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


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

 .sidebar .widget .widget-item-title a{
  color: #444;
    font-weight: 700;
    line-height: 1.5 !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 15px !important;

}

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

.content-tieudefeedback .widget-title{
  position: relative;
    color: #0b877d;
    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.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, .content-doingu .slick-slide{
  margin: 0 16px; /* tổng là 32px giữa 2 slide */
}

.content-feedback .slick-list, .content-doingu .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,
.content-doingu .slick-prev,
.content-doingu .slick-next {
  font-size: 0;
  background: #D8B07A;
  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,
.content-doingu .slick-prev::before,
.content-doingu .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-doingu .slick-prev::before {
  content: "\f104"; 
}

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

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

.content-feedback .slick-next, .content-doingu .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;
}






        .dv-wrap {
            width: min(100%, 1280px);
            margin: 0 auto;
            padding: 0 24px;
        }

        .dv-heading {
            padding: 60px 0 0px;
            text-align: center;
        }

        .dv-heading h1 {
            margin: 0;
            color: #3F7A73;
            font-size: 28px;
            font-weight: 700;
            line-height: 1.28;
            letter-spacing: 0;
            text-transform: uppercase;
        }

        .dv-service {
            position: relative;
            padding: 80px 0;
            background: #fff;
            color: #171717;
            scroll-margin-top: 130px;
        }

        .dv-service--green {
            background: #65b9af;
            color: #fff;
        }

        .dv-service__inner {
            position: relative;
            z-index: 2;
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            gap: 54px;
            align-items: center;
            min-height: 318px;
        }

        .dv-service__content {
            order: 1;
        }

        .dv-service__media {
            order: 2;
        }

        .dv-service--green .dv-service__media {
            order: 1;
        }

        .dv-service--green .dv-service__content {
            order: 2;
        }

        .dv-service--no-image .dv-service__content {
            grid-column: 1 / -1;
            max-width: 760px;
        }

        .dv-service--no-image .dv-service__media {
            display: none;
        }

        .dv-service__content h2 {
            margin: 0 0 12px;
            font-size: 22px;
            font-weight: 800;
            line-height: 1.35;
            letter-spacing: 0;
        }

        .dv-service__content p {
            margin: 0 0 9px;
        }

        .dv-service__content p:last-child {
            margin-bottom: 0;
        }

        .dv-service__media img {
            display: block;
            width: 100%;
            aspect-ratio: 1.52 / 1;
            object-fit: cover;
        }

        .dv-flower {
            position: absolute;
            z-index: 1;
            width: 152px;
            height: 152px;
            color: #dff3f0;
            pointer-events: none;
        }

        .dv-service--green .dv-flower {
            color: rgba(148, 224, 215, .65);
        }

        .dv-flower i {
            position: absolute;
            width: 50%;
            height: 50%;
            background: currentColor;
        }

        .dv-flower i:nth-child(1) {
            top: 0;
            left: 0;
            border-radius: 72% 0 72% 0;
        }

        .dv-flower i:nth-child(2) {
            top: 0;
            right: 0;
            border-radius: 0 72% 0 72%;
            opacity: .7;
        }

        .dv-flower i:nth-child(3) {
            right: 0;
            bottom: 0;
            border-radius: 72% 0 72% 0;
        }

        .dv-flower i:nth-child(4) {
            bottom: 0;
            left: 0;
            border-radius: 0 72% 0 72%;
            opacity: .7;
        }

        .dv-service--white .dv-flower {
            left: max(24px, calc((100vw - 1040px) / 2 - 120px));
            bottom: 24px;
        }

        .dv-service--green .dv-flower {
            right: max(24px, calc((100vw - 1040px) / 2 - 110px));
            bottom: 24px;
        }

        .dv-service:first-of-type .dv-flower {
            width: 132px;
            height: 132px;
        }

     .content-tieudedoingu {
  padding: 70px 0 25px;
  background: #fff;
  text-align: center;
}

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

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

.content-tieudedoingu .widget-title::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-tieudedoingu .textwidget p {
      font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: #333;
    margin-top: 12px;
}

/* ===== SLIDE ĐỘI NGŨ ===== */
.content-doingu {
  background: #fff;
  padding: 0 0 70px;
  overflow: hidden;
}

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

.content-doingu .image-upload {
  text-align: center;
}

.content-doingu .mainposts {
  text-align: center;
}

.content-doingu .mainposts img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
  margin: 0 auto 24px;
}


/* nội dung dưới ảnh */
.content-doingu .noidung {
  text-align: center;
  color: #000;
}

.content-doingu .noidung p {
  margin: 12px 0 6px;
  font-size: 16px;
  line-height: 1.45;
}

.content-doingu .noidung p strong {
  font-size: 17px;
  font-weight: 700;
}

/* khoảng cách giữa slide */
.content-doingu .slick-slide {
  margin: 0 16px;
}

.content-doingu .slick-list {
  margin: 0 -16px;
}

.content-doingu .slick-track {
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
}

/* arrow */
.content-doingu .slick-prev,
.content-doingu .slick-next {
  z-index: 5;
  width: 42px;
  height: 42px;
}

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

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

.gtranslate_wrapper{
  margin-top: 5px;
}

a.glink img {
    margin-right: 6px !important;
}


@media (min-width: 1181px) and (max-width: 1640px) {

    .site-header .widget-area {
        max-width: 1280px;
        position: absolute;
        top: 50%;
        left: 67% !important;
    }

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

.wrap {
    width: calc(100% - 50px);
    margin: auto;
}

.contact-section {
    flex: 0 0 52%
}
.before_footer section:nth-child(3) p:nth-child(1) img {
    width: 325px;
}
.content-vechungtoi section:nth-of-type(2)::after {
    bottom: 76px;
}

  .hinhanh-gallery {
    grid-template-columns: 230px minmax(0, 1fr);
  }

  .hinhanh-panel {
    padding: 0 50px 28px;
  }
  
  .before_footer section:nth-child(3) p:nth-child(1) img {
    width: 305px;
}

.hanhtrinh-wrap , .trietly-wrap, .hinhanh-wrap{
    width:  calc(100% - 40px) !important;
  
}
}

@media (max-width: 1180px){

.wrap {
    width: calc(100% - 40px);
    margin: auto;
}
.content-roiloan .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.contact-section {
    flex: 0 0 38%;
}
.site-header .widget-area {
    position: absolute;
    top: 50%;
    left: 69.8%;
    }
    .site-header .widget_text p {
    position: absolute;
    top: -2px;
    right: 312px;
}

.before_footer section:nth-child(3) p:nth-child(1) img {
    width: 305px;
}

.hanhtrinh-wrap , .trietly-wrap, .hinhanh-wrap{
    width:  calc(100% - 40px) !important;
  
}
}

@media (max-width: 768px) {
      .wrap{
        width: 100%;
        margin: auto;
    }
    .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: #3F7A73 !important;
    width: 30px;
    transition: 0.4s;
}


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

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

#responsive-menu {
    position: fixed;
    height: 100%;
    width: 100% !important;
    top: 70.5px !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;
    cursor: pointer;
}

#responsive-menu ul li > a {
    display: block;
    margin: -10px -30px -10px -15px;
    padding: 10px 30px 10px 15px;
    width: auto;
}

#responsive-menu ul li.menu-item-has-children > a {
    padding-right: 44px;
}

.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: #c6e3e3;
    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: 240px;
     border-radius: 0px;
}

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

.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 0;
    padding: 0px 15px;
}

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

.content-news ul {
    display: block;
    height: auto;
}

.content-news h2 a{
    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: #3F7A73;
    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: 160px;
    }

    .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: 18px;
}

.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: 28px;
}

.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;
    margin: 70px auto auto;
}

.site-inner {
    padding: 30px 15px 30px;
    width: 100%;
    box-sizing: border-box;
}
.before_footer ul li {
    margin-top: 8px;
}

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

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

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

.category .site-inner {
    width: 100%;
    padding: 90px 0 40px;
}

.category .content-sidebar-wrap > .content,
.category.content-sidebar .content,
.category.sidebar-content .content {
    padding: 0 15px;
    box-sizing: border-box;
}

.category .blog-wrapper {
    gap: 20px;
}

.category .blog-wrapper .blog-item {
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

.category .blog-wrapper .blog-item .blog-thumb {
    flex: none;
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.category .blog-wrapper .blog-item .blog-info {
    flex: none;
    width: 100%;
}

.category .blog-wrapper .blog-item .blog-thumb img {
    height: 100%;
}

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

.category .blog-wrapper .blog-title a {
    font-size: 18px;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.category .blog-wrapper .blog-meta,
.category .blog-wrapper .blog-excerpt {
    font-size: 14px;
}

.category .sidebar {
    width: 100% !important;
    padding: 0 15px;
    box-sizing: border-box;
}

.content h1 {
    font-size: 22px !important;
    line-height: 28px;
    margin: 0 0 15px;
    text-transform: none;
}

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

.contact-section {
    flex: 0 0 100%;
    padding:20px 20px 24px;
    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;
}


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

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

.title-area {
    margin-left: -78px;
        margin-top: 7px;
}

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

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

.mobile-menu .active-menu {
        font-size: 10px !important;
        right: 15px !important;
        color: #3F7A73 !important;
    }

       .page-template-page-dichvu  .content h1 {
        margin: 0 0 0px;
    }

    .dv-heading {
    padding: 30px 0 0px;
}
.dv-service {
    padding: 40px 0 50px;
    scroll-margin-top: 80px;
}
.dv-wrap {
    padding: 0 15px;
}
.dv-service__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: center;
}

.dv-service__content h2 {
    margin: 0 0 12px;
    font-size: 20px;
}
.dv-service--green .dv-service__content {
    order: 1;
}

.content-tieudedoingu .textwidget p {
            font-size: 26px;
        line-height: 32px;
}

.content-doingu .slick-prev, .content-doingu .slick-next {
    display: none !important;
}
.content-doingu .noidung p {
    margin: 8px 0 6px;
    font-size: 15px;
    line-height: 1.45;
}

.content-tieudedoingu {
    padding: 30px 15px 0px;
}

.content-doingu {
    padding: 0 15px 40px;
}

.content-doingu .mainposts img {
    width: 100%;
    height: 360px;
    margin: 0 auto 16px;
}

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

.content-roiloan {
    padding: 50px 15px 10px;
  }

  .content-roiloan .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
  }

  .content-roiloan .widgettitle {
    font-size: 24px;
  }

  .content-roiloan .image-upload {
    min-height: 200px;
  }

  .content-roiloan .image-upload .box > a.alignnone,
  .content-roiloan .image-upload .box > img {
    width: 120px !important;
    height: 120px !important;
    padding: 20px;
  }

  .content-roiloan .image-upload .title, .content-roiloan .image-upload .title a {
    font-size: 15px;
  }

  .hanhtrinh-ldp {
    padding: 28px 0 46px;
  }

  .hanhtrinh-wrap {
    padding: 0 15px;
    width: 100% !important;
  }

  .hanhtrinh-ldp h2 {
    font-size: 22px;
  }

  .hanhtrinh-story__grid,
  .hanhtrinh-story__grid--no-image {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hanhtrinh-story > h2 {
    margin-bottom: 16px;
  }

  .hanhtrinh-content {
    font-size: 15px;
    line-height: 1.6;
  }

   .trietly-ldp {
    padding: 28px 0 46px;
  }

  .trietly-wrap {
    padding: 0 15px;
    width: 100% !important;
  }

  .trietly-heading h1 {
    min-height: 42px;
    padding: 9px 18px;
    font-size: 16px;
  }

  .trietly-assessment,
  .trietly-section-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .trietly-assessment {
    margin-top: 34px;
  }

  .trietly-assessment__body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .trietly-section-row {
    padding: 24px 0;
  }

  .trietly-assessment > h2,
  .trietly-section-row > h2 {
    font-size: 20px;
  }

  .trietly-item {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
  }

  .trietly-item__icon,
  .trietly-item__icon img {
    width: 52px;
    min-height: 52px;
  }


   .hinhanh-ldp {
    padding: 28px 0 46px;
  }

  .hinhanh-wrap {
    padding: 0 15px;
    width: 100% !important;
  }

  .hinhanh-gallery {
    grid-template-columns: 1fr;
  }

  .hinhanh-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-left: 0;
    border-top: 2px solid #32c4bc;
  }

  .hinhanh-tab {
    min-height: 40px;
    line-height: 1.35;
    padding: 9px 10px;
  }

  .hinhanh-panels {
    min-height: 0;
  }

  .hinhanh-panel {
    padding: 0 0 22px;
  }

  .hinhanh-main__image {
    height: 260px;
  }

  .hinhanh-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hinhanh-thumb {
    height: 74px;
  }

  .sidebar {
    width: 100% !important;
}

  .single .content h2, .single .content h3 {
    line-height: 1.4;
}

 .trietly-ldp {
    padding: 28px 0 46px;
  }

  .trietly-wrap {
    padding: 0 15px;
    width: 100% !important;
  }

  .trietly-heading h1 {
    min-height: 42px;
    padding: 9px 18px;
    font-size: 16px;
  }

  .trietly-assessment,
  .trietly-section-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .trietly-assessment {
    margin-top: 34px;
  }

  .trietly-assessment__body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .trietly-section-row {
    padding: 24px 0;
  }

  .trietly-assessment > h2,
  .trietly-section-row > h2 {
    font-size: 20px;
  }

  .trietly-item {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
  }

  .trietly-item__icon,
  .trietly-item__icon img {
    width: 52px;
    min-height: 52px;
  }


   .hinhanh-ldp {
    padding: 28px 0 46px;
  }

  .hinhanh-wrap {
    padding: 0 15px;
    width: 100% !important;
  }

  .hinhanh-gallery {
    grid-template-columns: 1fr;
  }

  .hinhanh-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-left: 0;
    border-top: 2px solid #32c4bc;
  }

  .hinhanh-tab {
    min-height: 40px;
    line-height: 1.35;
    padding: 9px 10px;
  }

  .hinhanh-panels {
    min-height: 0;
  }

  .hinhanh-panel {
    padding: 0 0 22px;
  }

  .hinhanh-main__image {
    height: 260px;
  }

  .hinhanh-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hinhanh-thumb {
    height: 74px;
  }

  .sidebar {
    width: 100% !important;
}

  .single .content h2, .single .content h3 {
    line-height: 1.4;
}

}

.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: #D8B07A;
    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 #D8B07A;
    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: 12px;
}

.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: 3;
    overflow: hidden;
    /* text-align: justify; */
}



/* Trang chuyên khoa */
.page-template-page-chuyenkhoa .site-inner, .page-template-page-bacsi .site-inner{
  display: none;
}

.ck-section { padding: 80px 0; }

.ck-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
  margin-bottom: 12px;
}

.ck-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  background:#fff;
  border-radius:10px;
  padding:22px 16px;
  box-shadow:0 2px 10px rgba(0,0,0,.1);
  min-height:140px;
}

.ck-icon{
  width:78px;height:78px;
  border-radius:999px;
  border:4px solid #1e88e5;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
  overflow:hidden;
}

.ck-icon img{
  width:48px;height:48px;
  object-fit:contain;
}

.ck-title{
  text-align:center;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.5px;
  line-height:1.4;
  font-size:15px;
}


.single-chuyenkhoa .site-inner{
  padding: 140px 0 60px;
}

.ck-tabs__nav {
  display: flex;
  gap: 12px;
  border-bottom: 1px solid #eee;
  margin-bottom: 24px;
}

.ck-tab__btn {
  padding: 10px 14px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  color: #3F7A73;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif !important;
}

.ck-tab__btn.is-active {
  border-bottom: 2px solid currentColor;
}

.ck-tab__pane {
  display: none;
}

.ck-tab__pane.is-active {
  display: block;
}

.ck-content :first-child {
  margin-top: 0;
}


/* Accordion header như ảnh */

.ck-acc__head{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  background:transparent;
  border:0;
  cursor:pointer;
  color:#3F7A73;
   font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
  text-transform:uppercase;
  letter-spacing:.5px;
  font-family: 'Quicksand', sans-serif !important;
}

.ck-acc__head:focus{ outline:none; }

.ck-acc__icon{
  width:22px;
  height:22px;
  border-radius:999px;
  background:#3F7A73;
  position:relative;
  flex:0 0 22px;
}

/* dấu trừ */
.ck-acc__icon::before{
  content:"";
  position:absolute;
  left:5px; right:5px; top:10px;
  height:2px;
  background:#fff;
}


.ck-acc__head[aria-expanded="false"] .ck-acc__icon::after{
  content:"";
  position:absolute;
  top:5px; bottom:5px; left:10px;
  width:2px;
  background:#fff;
}

.ck-acc__body{ display:none; padding: 0 0 14px; }
.ck-acc__body.is-open{ display:block; }

.ck-content :first-child{ margin-top:0; }
.ck-content img{ max-width:100%; height:auto; }


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

.single .content li{
  margin-left: 24px;
}

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

.caia-social-share{
  display: none ;
}

/* Trang chuyên gia bác sĩ */
.doctor-section{ padding: 80px 0; }
.doctor-list{ display:flex; flex-direction:column; gap:24px; }

.doctor-item{
  display:grid;
  grid-template-columns: 280px 1fr;
  gap:32px;
  align-items:start;
}

.doctor-item__media{
  background:#fff;
  border:1px solid #e7e7e7;
  box-shadow:0 1px 8px rgba(0,0,0,.08);;
}
.doctor-item__media img{ max-width:100%; height:auto; display:block; }

.doctor-item__name{
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}

.doctor-item__meta{
  margin: 0 0 6px;
  font-style: italic;
  color:#4a4a4a;
}
.doctor-item__meta--role{
  color:#3F7A73; 
  font-style: italic;
  margin-bottom: 8px;
}

.doctor-item__excerpt{
  margin-top: 10px;
  color:#333;
  line-height:1.6;
  max-width: 900px;
}

.doctor-item__actions{
  margin-top: 24px;
  display:flex;
  justify-content:flex-end;
  gap:10px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:38px;
  padding:0 16px;
  border-radius:4px;
  text-decoration:none;
  font-weight:700;
  font-size:13px;
}

.btn-primary{ background:#0b2ea8; color:#fff; }
.btn-secondary{ background:#3F7A73; color:#fff; }



.single-doctor .site-inner {
  padding: 140px 0 60px;
}

.service-section{
  padding: 80px 0px;
}

.page-template-page-hanhtrinh .site-inner {
  width: 100%;
  padding: 0;
}

.page-template-page-hanhtrinh .content-sidebar-wrap {
  display: block;
}

.hanhtrinh-ldp {
  background: #fff;
  padding: 36px 0 70px;
}

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

.hanhtrinh-intro {
  margin-bottom: 10px;
}

.hanhtrinh-ldp h2 {
  margin: 0 0 12px;
  color: #333;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}

.hanhtrinh-content {
  color: #333;
  font-size: 16px;
  line-height: 1.65;
}

.hanhtrinh-content p {
  margin: 0 0 10px;
  text-align: justify;
}

.hanhtrinh-content p:last-child {
  margin-bottom: 0;
}

.hanhtrinh-content ul {
  margin: 0 0 0 18px;
  padding: 0;
}

.hanhtrinh-content li {
  margin: 0 0 8px;
}

.hanhtrinh-story {
  margin-top: 16px;
}

.hanhtrinh-story > h2 {
  margin-bottom: 24px;
}

.hanhtrinh-story__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  align-items: stretch; 
}

.hanhtrinh-story__image {
  height: 100%;
}

.hanhtrinh-story__image img {
  display: block;
  width: 100%;
  height: 100%; 
  object-fit: cover;
}

.hanhtrinh-signature {
  margin-top: 24px;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.page-template-page-dichvu .site-inner{
  width: 100%;
  padding: 0;
}

.page-template-page-dichvu .content-sidebar-wrap{
  display: block;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.service-item {
    background: #fff;
    border-radius: 12px;
    padding: 20px 20px 48px;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    position: relative;
    transition: all .25s ease;
}


.service-item a {
    color: inherit;
    text-decoration: none;
    display: block;
}

.service-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.service-icon img {
    width: 48px;
    height: 48px;
    border-radius: 6px;
}

.service-title {
   display: -webkit-box;
    -webkit-line-clamp: 2;    
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.service-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}

.service-more {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 22px;
    height: 22px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
}


.single-service .site-inner {
    padding: 140px 0 60px;
}



.page-template-page-trietlidieutri .site-inner {
  width: 100%;
  padding: 0;
}

.page-template-page-trietlidieutri .content-sidebar-wrap {
  display: block;
}

.trietly-ldp {
  background: #fff;
  padding: 36px 0 70px;
}

.trietly-wrap {
  width: 1280px;
  margin: 0 auto;

}

.trietly-heading {
  margin-bottom: 22px;
  text-align: center;
}

.trietly-heading h1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;  
  margin: 0;
  padding: 10px 24px;
  min-height: 46px;
  border-radius: 7px;
  background: #47c4bd;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.trietly-content {
  color: #000;
  font-size: 15px;
  line-height: 1.72;
  text-align: justify;
}

.trietly-content p {
  margin: 0 0 10px;
}

.trietly-content p:last-child {
  margin-bottom: 0;
}

.trietly-assessment {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) minmax(320px, 41%);
  gap: 26px;
  align-items: center;
  margin-top: 52px;
}

.trietly-assessment > h2,
.trietly-section-row > h2 {
  margin: 0;
  color: #47c4bd;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

.trietly-assessment__body {
  display: contents;
}

.trietly-model {
  justify-self: center;
  width: min(100%, 330px);
}

.trietly-model img {
  display: block;
  width: 100%;
  height: auto;
}

.trietly-model-graphic {
  position: relative;
  width: 320px;
  max-width: 100%;
  height: 300px;
  margin: 0 auto;
}

.trietly-model-graphic__circle {
  position: absolute;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .16);
  color: #2c6b77;
}

.trietly-model-graphic__circle strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 800;
}

.trietly-model-graphic__circle span {
  display: block;
  font-size: 10px;
  line-height: 1.35;
}

.trietly-model-graphic__circle--bio {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ffd99a;
}

.trietly-model-graphic__circle--social {
  left: 16px;
  bottom: 16px;
  background: #83c3e6;
}

.trietly-model-graphic__circle--psy {
  right: 16px;
  bottom: 16px;
  background: #8bd0c9;
}

.trietly-section-list {
  margin-top: 28px;
}

.trietly-section-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid #47c4bd;
}

.trietly-item {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.trietly-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  min-height: 62px;
}

.trietly-item__icon img {
  display: block;
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.trietly-item__icon--fallback {
  border: 2px solid #3ba9ed;
  border-radius: 14px;
  position: relative;
}

.trietly-item__icon--fallback::before,
.trietly-item__icon--fallback::after {
  content: "";
  position: absolute;
  background: #3ba9ed;
  border-radius: 999px;
}

.trietly-item__icon--fallback::before {
  width: 30px;
  height: 3px;
}

.trietly-item__icon--fallback::after {
  width: 3px;
  height: 30px;
}



.page-template-page-hinhanh .site-inner {
  width: 100%;
  padding: 0;
}

.page-template-page-hinhanh .content-sidebar-wrap {
  display: block;
}

.hinhanh-ldp {
  background: #fff;
  padding: 36px 0 70px;
}

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

.hinhanh-gallery {
  display: grid;
  grid-template-columns: 264px minmax(0, 1fr);
  align-items: stretch;
}

.hinhanh-tabs {
  background: #f5f5f5;
  border-left: 2px solid #32c4bc;
}

.hinhanh-tab {
  display: block;
  width: 100%;
  min-height: 38px;
  padding: 0 12px;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  background: transparent;
  color: #666;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  text-align: left;
  cursor: pointer;
}

.hinhanh-tab.is-active {
  background: #fff;
  color: #111;
}

.hinhanh-panels {
  min-height: 554px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.hinhanh-panel {
  padding: 50px 130px 50px;
}

.hinhanh-main {
  width: 100%;
  background: #f7f7f7;
}

.hinhanh-main__image {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.hinhanh-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.hinhanh-thumb {
  display: block;
  height: 96px;
  padding: 0;
  border: 1px solid transparent;
  background: #f4f4f4;
  cursor: pointer;
  overflow: hidden;
}

.hinhanh-thumb.is-active {
  border-color: #32c4bc;
}

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

.hinhanh-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin-top: 12px;
}

.hinhanh-dot {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid #32c4bc;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.hinhanh-dot.is-active {
  background: #32c4bc;
}

.hinhanh-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  color: #666;
  font-size: 15px;
  text-align: center;
}


