@charset "UTF-8";

body {
  padding-top: 0;
}

body.disable-scroll {
  overflow: hidden;
}

.slick-list,
.slick-track {
  min-width: 100%;
}

.slick-dotted.slick-slider {
  margin-bottom: 20px;
}

.slick-dotted.slick-slider .slick-dots {
  bottom: -20px;
}

.slick-next {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  z-index: 3;
  opacity: 1;
  right: -20px;
}

.slick-next:before {
  content: "";
  width: 15px;
  height: 12px;
  display: inline-flex;
  background-color: #1E5234;
  -webkit-mask-image: url("../images/icon/icon-right.png");
  mask-image: url("../images/icon/icon-right.png");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.slick-next:focus {
  background: #fff;
}

.slick-next:focus:before {
  background-color: #DDB054;
}

.slick-next:hover {
  background: #fff;
}

.slick-next:hover:before {
  background-color: #DDB054;
}

.slick-prev {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  z-index: 3;
  opacity: 1;
  left: -20px;
}

.slick-prev:before {
  content: "";
  width: 15px;
  height: 12px;
  display: inline-block;
  background-color: #1E5234;
  -webkit-mask-image: url(../images/icon/icon-left.png);
  mask-image: url(../images/icon/icon-left.png);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.slick-prev:focus {
  background: #fff;
}

.slick-prev:focus:before {
  background-color: #DDB054;
}

.slick-prev:hover {
  background: #fff;
}

.slick-prev:hover:before {
  background-color: #DDB054;
}

.slick-dots li,
.slick-dots li button,
.slick-dots li button::before {
  width: 10px;
  height: 10px;
  padding: 0;
  line-height: 1;
  font-size: 9px;
  opacity: 1;
}

.slick-dots li button::before {
  color: #999999;
}

.slick-dots li.slick-active button::before {
  color: #6AA180;
}

@media (max-width: 991px) {
  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 0;
  }
}

.wp-caption {
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 10px 5px;
  font-family: Arial;
  max-width: 100%;
  background-color: transparent;
  color: #333333;
  text-align: center;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

.archive-title {
  font-size: 32px;
  font-weight: 700;
  color: #1E5234;
  margin-bottom: 30px;
  font-family: "Phudu", sans-serif;
}

@media (max-width: 575px) {
  .archive-title {
    font-size: 28px;
  }
}

.header-bar {
  margin-bottom: 0;
  text-align: center;
}

.bg-green {
  background: #F1FAF6;
}

.bg-green_medium {
  background: #07924F;
}

.bg-green_bold {
  background: #086A39;
}

.bg-yl {
  background: #DDB055;
}

.bg-while {
  background: #fff;
}

.box_shadow {
  box-shadow: 5px 5px 20px rgba(8, 106, 57, 0.15);
  border-radius: 5px;
}

.page-footer {
  background-color: #1E5234;
  padding: 30px 0;
  font-size: 15px;
}

.page-footer .footer-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.page-footer .footer-text {
  color: #fff;
}

.page-footer .logo {
  display: flex;
  margin-bottom: 15px;
  flex-direction: column;
  color: #fff;
  align-items: start;
}

.page-footer .logo-img {
  margin-bottom: 15px;
  height: 60px;
  aspect-ratio: 11/3;
  display: flex;
}

.page-footer .logo-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  margin: 0;
}

.page-footer .logo-desc {
  font-weight: 700;
  text-transform: uppercase;
}

.page-footer .office-title {
  font-weight: 700;
  color: #FFA827;
  margin-bottom: 10px;
}

.page-footer .office-infor {
  color: #fff;
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
}

.page-footer .office-infor:last-child {
  margin-bottom: 15px;
}

.page-footer .office-infor .fa,
.page-footer .office-infor .phone {
  color: #FFA827;
  margin-right: 10px;
}

.page-footer .info-item {
  margin-right: 36px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .page-footer .info-item {
    margin-right: 100px;
  }
}

@media (max-width: 575px) {
  .page-footer .info-item {
    margin-right: 25px;
  }
}

@media (max-width: 415px) {
  .page-footer .info-item {
    margin-right: 10px;
  }
}

@media (max-width: 360px) {
  .page-footer .info-item {
    margin-right: 3px;
  }
}

.page-footer .info .fa {
  color: #FFA827;
  margin-right: 5px;
}

.page-footer .footer-menu {
  padding-left: 15px;
  list-style: disc;
}

.page-footer .footer-menu .item {
  margin-bottom: 10px;
}

.page-footer .footer-menu .item::marker {
  color: #fff;
}

.page-footer .footer-menu .item:last-child {
  margin-bottom: 39px;
}

.page-footer .footer-time {
  width: 100%;
  margin-bottom: 10px;
}

.page-footer .footer-time .footer-text {
  padding: 8px 0;
}

.page-footer .footer-time tr:not(:last-child) {
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}

.page-footer .link {
  color: #fff;
}

.page-footer .link:hover {
  color: #DDB054;
}

.page-footer blockquote {
  background: rgba(106, 161, 128, 0.3);
  padding: 15px;
  border-radius: 10px;
  color: #fff;
}

.page-footer blockquote p {
  margin-bottom: 10px;
}

.page-footer blockquote ul {
  margin-bottom: 0;
  padding-left: 15px;
}

.page-footer blockquote ul li:not(:last-child) {
  margin-bottom: 10px;
}

.page-footer .cta-footer {
  padding: 0;
  list-style: none;
  display: flex;
  margin-bottom: 20px;
}

.page-footer .cta-footer .item {
  margin-right: 12px;
  background-color: #FFA827;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  aspect-ratio: 1;
}

@media (max-width: 575px) {
  .page-footer .cta-footer .item {
    width: 30px;
    height: 30px;
  }
}

.page-footer .cta-footer .link {
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.page-footer .cta-footer .fa {
  color: #1E5234;
  font-size: 20px;
}

.page-footer .img-footer {
  display: flex;
  align-items: center;
}

.page-footer .img-footer .img {
  margin-right: 15px;
}

.copyright {
  border-top: 1px solid rgba(217, 217, 217, 0.5);
  color: #fff;
  padding: 14px 0;
  font-size: 12px;
}

.copyright-text {
  margin: 0;
}

@media (max-width: 767px) {
  .copyright .row {
    row-gap: 15px;
  }
}

.page-header {
  box-shadow: 0 3px 15px rgba(24, 66, 42, 0.15);
  position: relative;
  z-index: 1;
  background: #fff;
}

.header-support {
  background: #1E5234;
  color: #fff;
  padding: 10px 0;
  font-size: 12px;
}

.header-support .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-support .col-left {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #FFA827;
}

.header-support .col-right ul {
  display: flex;
  padding-left: 0;
  gap: 32px;
  list-style: none;
  margin-bottom: 0;
}

.header-support .col-right a {
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.header-support .icon {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  display: inline-block;
}

@media (max-width: 767px) {
  .header-support .col-right {
    display: none;
  }

  .header-support .col-left {
    margin: 0 auto;
  }
}

.header-top {
  border-bottom: 1px solid #DFDFDF;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top .logo-brand {
  font-size: 16px;
  font-weight: 700;
  color: #1E5234;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  flex: 1;
}

.header-top .logo-brand a {
  display: flex;
  align-items: center;
  aspect-ratio: 11/3;
  height: 45px;
  flex-shrink: 0;
  margin-right: 30px;
}

.header-top .logo-brand .name-website {
  display: flex;
  flex-direction: column;
  position: relative;
}

.header-top .logo-brand .name-website-small {
  font-size: 10px;
  text-transform: none;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.header-top .logo-brand .name-website:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 5px;
  bottom: 0;
  border-left: 1px solid #C7E3D6;
}

.header-top .list-support {
  display: flex;
  list-style: none;
  padding-left: 0;
  display: flex;
  font-size: 15px;
  align-items: center;
  margin: 0;
}

.header-top .list-support a {
  color: #333333;
  display: flex;
  align-items: center;
}

.header-top .list-support a svg {
  margin-right: 8px;
  height: 20px;
}

.header-top .list-support .item {
  text-transform: uppercase;
}

.header-top .list-support .item:not(:last-child) {
  margin-right: 30px;
}

.header-top .list-support .btn-hotline {
  background: #fff;
  color: #FFA827;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 20px;
  display: inline-block;
  border: 1px solid #FFA827;
}

@media (max-width: 991px) {
  .header-top {
    padding: 6px 0;
  }

  .header-top .logo-brand .name-website {
    display: none;
  }

  .header-top .logo-brand a {
    margin: 0;
    height: 50px;
  }

  .header-top .logo-brand a:after {
    display: none;
  }

  .header-top .list-support .item {
    margin: 0 !important;
  }

  .header-top .list-support .item a {
    display: none;
  }

  .header-top .list-support .item .btn-search-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    width: 26px;
    aspect-ratio: 1/1;
  }

  .header-top .list-support .item .btn-search-icon svg {
    height: 26px;
    margin: 0;
  }

  .header-top .list-support .item .btn-search-icon path {
    fill: #1E5234;
  }

  .header-top .list-support .item .btn-search-icon .text {
    display: none;
  }
}

.mobile-menu-toggler {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 30px;
  aspect-ratio: 1/1;
  background: transparent;
  border: 0;
  margin-right: 15px;
}

.mobile-menu-toggler:focus {
  outline: none;
}

.mobile-menu-toggler span {
  top: 0;
  width: 30px;
  height: 3px;
  background: #1E5234;
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: 20px;
}

.mobile-menu-toggler span:after {
  content: "";
  width: 16px;
  height: 3px;
  background: #1E5234;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  margin-top: 10px;
  border-radius: 20px;
}

.mobile-menu-toggler span:before {
  content: "";
  width: 22px;
  height: 3px;
  background: #1E5234;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  margin-top: -10px;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .mobile-menu-toggler {
    display: flex;
  }
}

.mobile-menu-toggler.show span {
  background-color: transparent;
}

.mobile-menu-toggler.show span:after {
  width: 15px !important;
  height: 15px !important;
  border-top: 2px solid #1E5234;
  border-left: 2px solid #1E5234;
  margin-top: -6px;
  transform: rotate(-45deg);
  background: transparent;
  margin-left: 15px;
  border-radius: 0;
}

.mobile-menu-toggler.show span:before {
  width: 15px !important;
  height: 15px !important;
  border-top: 2px solid #1E5234;
  border-left: 2px solid #1E5234;
  margin-top: -6px;
  margin-left: -5px;
  transform: rotate(135deg);
  background-color: transparent;
  border-radius: 0;
}

[class^=banner-hero] {
  aspect-ratio: 16/5;
  margin-bottom: 0;
  overflow: hidden;
}

[class^=banner-hero] img {
  width: 100%;
}

@media (max-width: 575px) {
  [class^=banner-hero] {
    aspect-ratio: 2/3;
  }
}

.widget-sidebar {
  margin-bottom: 30px;
}

.widget-sidebar.post-most-view {
  padding: 20px 15px;
  background: #F1FAF6;
  border-radius: 5px;
}

.widget-sidebar .widget-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 19px;
}

.widget-sidebar .list-post {
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.widget-sidebar .post {
  margin-bottom: 0;
}

.widget-sidebar .post:not(:last-child) {
  margin-bottom: 20px;
}

.widget-sidebar .post-thumbnail {
  width: 135px;
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
}

.widget-sidebar .post:after {
  content: "";
  clear: both;
  display: table;
}

.widget-sidebar-form {
  padding: 25px 15px;
  background: #1E5234;
  border-radius: 10px;
  color: #fff;
}

.widget-sidebar-form .widget-title {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: "Phudu", sans-serif;
}

.widget-sidebar-form .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.widget-sidebar-form .row [class*=col] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.widget-faqs .widget-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Phudu", sans-serif;
  background: #1E5234;
  background: linear-gradient(107deg, rgb(30, 82, 52) 0%, rgb(67, 184, 117) 100%);
  padding: 10px 15px;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.widget-faqs .widget-content {
  padding: 20px 15px;
  border-bottom: 3px solid #6AA180;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.widget-faqs .item-head {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.widget-faqs .item-head .item-icon {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 100px;
}

.widget-faqs .item-head .item-title {
  font-size: 15px;
  font-weight: 700;
  color: #1E5234;
  margin-right: 8px;
}

.widget-faqs .item-head .item-date {
  font-size: 13px;
  color: #777777;
}

.widget-faqs .list-faqs {
  max-height: 700px;
  overflow: auto;
  scrollbar-width: thin;
  padding-top: 0;
  margin-top: 0;
  border: 0;
}

.widget-faqs .item-content {
  border-radius: 10px;
  background: #F6F3DB;
  padding: 15px;
  font-size: 16px;
}

.widget-faqs .item-faq:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}

.widget-faqs .item-question {
  font-weight: 700;
  margin-bottom: 10px;
}

.widget-faqs .item-answer span {
  color: #278C52;
  font-weight: 600;
}

.widget-faqs .item-answer a {
  color: #FFA827;
  font-weight: 600;
}

.widget-faqs .viewmore {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}

.widget-faqs .btn-question {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  background-color: #FFA827;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  min-height: 45px;
  border-radius: 10px;
}

.widget-list-items {
  position: sticky;
  top: 15px;
}

.widget-list-items .sidebar-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.widget-list-items .sidebar-item:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}

.widget-list-items .sidebar-item:hover {
  color: #278C52;
}

.widget-list-items .sidebar-item .icon-item {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget-list-items .sidebar-item span {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .widget-list-items {
    margin-bottom: 30px;
    background: #F6F2DB;
    border-radius: 5px;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
  }

  .widget-list-items:before {
    content: attr(data-title);
    font-size: 14px;
    font-weight: 700;
  }

  .widget-list-items:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    position: absolute;
    top: 10px;
    right: 15px;
  }

  .widget-list-items.show:after {
    transform: rotate(180deg);
  }

  .widget-list-items.show .sidebar-item {
    display: flex;
  }

  .widget-list-items.show .sidebar-item:first-child {
    margin-top: 10px;
  }

  .widget-list-items.active::before {
    display: none;
  }

  .widget-list-items.active .sidebar-item.active {
    display: flex;
    border-bottom: 0;
    padding: 2px 0;
    margin-top: 0;
  }

  .widget-list-items.active .sidebar-item.active~.sidebar-item {
    margin-top: 10px;
  }

  .widget-list-items .sidebar-item {
    padding: 5px 0;
    display: none;
  }

  .widget-list-items .sidebar-item:not(:last-child) {
    border-color: #DEDBC6;
  }

  .widget-list-items .sidebar-item .icon-item {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }

  .widget-list-items .sidebar-item span {
    font-size: 13px;
  }
}

.trending-section {
  margin-bottom: 30px;
}

.trending-section .widget-title {
  color: #1E5234;
}

.trending-section .search-box {
  position: relative;
  margin-bottom: 20px;
}

.trending-section .search-box input {
  width: 100%;
  padding: 10px 40px 10px 12px;
  border: 1px solid #278C52;
  border-radius: 8px;
  font-size: 13px;
  outline: none;
}

.trending-section .search-box input:focus {
  border-color: #4caf50;
}

.trending-section .search-box .btn-search {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  cursor: pointer;
}

.trending-section .trending-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-height: 130px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.trending-section .trending-tags .tag {
  background: #E6F1E0;
  color: #1E5234;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.trending-section .trending-tags .tag:hover {
  color: #FFA827;
}

@media (max-width: 575px) {
  .trending-section .widget-title {
    margin-bottom: 10px;
  }

  .trending-section .search-box {
    margin-bottom: 10px;
  }
}

/* FAQ Popup Notification Styles */
.faq-notification {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 280px;
  background: #fff;
  color: #222222;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 15px 0 rgba(30, 82, 52, 0.3);
  z-index: 99;
  cursor: pointer;
  transform: translateX(-100%);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.faq-notification.show {
  transform: translateX(0);
}

.faq-notification.hide {
  transform: translateX(-100%);
  opacity: 0;
}

.notification-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.notification-avatar {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
  background-color: #6AA180;
  -webkit-mask: url("../images/icon/icon-chat.svg") no-repeat center/contain;
  mask: url("../images/icon/icon-chat.svg") no-repeat center/contain;
}

.notification-user {
  font-size: 12px;
  font-weight: 700;
  color: #1E5234;
  margin-right: 8px;
}

.notification-date {
  font-size: 12px;
  color: #777777;
}

.notification-close {
  margin-left: auto;
  background: none;
  border: none;
  color: #222222;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification-question {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

.notification-answer {
  font-size: 14px;
}

.notification-link {
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  background: #FFA827;
  border: 1px solid #FFA827;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 12px;
  transition: background 0.2s;
}

.notification-link:hover {
  background: #fff;
  color: #FFA827;
  text-decoration: none;
}

.primary-nav {
  padding: 0;
}

.primary-nav-collapse>.nav-item:hover>ul {
  display: block;
}

.primary-nav-collapse>.nav-item>.nav-link {
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
}

.primary-nav-collapse>.nav-item>.nav-link:hover {
  color: #1E5234;
}

.primary-nav-collapse>.nav-item .caret:after {
  content: "\f107";
  font-weight: 400;
  font-family: "FontAwesome";
}

.primary-nav-collapse .dropdown-toggle::after {
  display: none;
}

.primary-nav-collapse .dropdown-menu {
  margin: 0;
  border: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}

.primary-nav-collapse .dropdown-menu:before {
  content: "";
  position: absolute;
  border-bottom: 5px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  top: -5px;
  left: 15px;
}

.primary-nav-collapse .dropdown-menu .dropdown-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.primary-nav-collapse .mega-menu {
  position: static;
}

.primary-nav-collapse .mega-menu:hover .mega-menu-wrap {
  display: flex;
}

.primary-nav-collapse .nav-back {
  display: none;
}

.primary-nav-collapse .mega-menu-wrap {
  display: none;
  border-radius: 0;
  padding: 25px 0 35px;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  border: 0;
  border-top: 1px solid transparent;
}

.primary-nav-collapse .mega-menu-wrap.show {
  display: flex;
}

.primary-nav-collapse .mega-menu-wrap .widget-title {
  font-weight: 700;
  margin-bottom: 16px;
}

.primary-nav-collapse .mega-menu-wrap .widget-content li {
  width: 100%;
}

.primary-nav-collapse .mega-menu-wrap .widget-content li:not(:last-child) {
  margin-bottom: 13px;
}

.primary-nav-collapse .mega-menu-wrap .widget-content li a {
  color: #333333;
  font-size: 15px;
}

.primary-nav-collapse .mega-menu-wrap .widget-content li a:hover {
  color: #1E5234;
}

@media (min-width: 991px) {
  .primary-nav-collapse>.nav-item:first-child>a {
    padding-left: 0;
  }

  .primary-nav-collapse>.nav-item:last-child>a {
    padding-right: 0;
  }

  .primary-nav-collapse .mega-menu-wrap::after,
  .primary-nav-collapse .mega-menu-wrap::before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .primary-nav-collapse .mega-menu-wrap::after {
    left: 100%;
    right: calc((-100vw + 100% + 17px) / 2);
  }

  .primary-nav-collapse .mega-menu-wrap::before {
    right: 100%;
    left: calc((-100vw + 100% + 17px) / 2);
  }
}

@media (max-width: 991px) {
  .primary-nav-collapse .nav-back {
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 10px 60px 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    background: #fff;
    border-bottom: 1px solid #C7E3D6;
    cursor: pointer;
    margin-bottom: 15px;
    color: #1E5234;
  }

  .primary-nav-collapse .nav-back::before {
    content: "";
    border-bottom: 2.5px solid #1E5234;
    border-left: 2.5px solid #1E5234;
    width: 10px;
    height: 10px;
    display: inline-block;
    transform: rotate(45deg);
    margin-right: 10px;
  }

  .primary-nav-collapse>.nav-item>.nav-link {
    font-size: 16px;
    color: #1E5234;
    position: relative;
    border-bottom: 1px solid #C7E3D6;
    padding-right: 50px;
  }

  .primary-nav-collapse>.nav-item>.nav-link .caret {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
  }

  .primary-nav-collapse>.nav-item>.nav-link .caret:after {
    content: "\f105";
  }

  .primary-nav-collapse .mega-menu:hover .mega-menu-wrap {
    display: block;
  }

  .primary-nav-collapse .mega-menu-wrap {
    padding: 15px;
    padding-top: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: calc(-100% - 50px);
    margin: 0;
    height: 100%;
    transition: 0.3s;
    background-color: #fff;
    overflow: auto;
    border-right: 1px solid #cdcdcd;
    display: block;
  }

  .primary-nav-collapse .mega-menu-wrap.active {
    left: 0;
  }

  .primary-nav-collapse .mega-menu-wrap .widget-title {
    margin-bottom: 10px;
  }

  .primary-nav-collapse .mega-menu-wrap .widget-content {
    margin-bottom: 15px;
  }

  .primary-nav-collapse .mega-menu-wrap .widget-has-title:not(:first-child) .widget-content {
    display: none !important;
  }

  .primary-nav-collapse .mega-menu-wrap .widget-has-title:not(:first-child).show .widget-content {
    display: block !important;
  }

  .primary-nav-collapse .mega-menu-wrap .widget-has-title:first-child .widget-title {
    padding-top: 0;
  }

  .primary-nav-collapse .mega-menu-wrap .widget-has-title:first-child.show .widget-content {
    display: none !important;
  }

  .primary-nav-collapse .mega-menu-wrap .widget-has-title .widget-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #C7E3D6;
    cursor: pointer;
    margin-bottom: 0;
  }

  .primary-nav-collapse .mega-menu-wrap .widget-has-title .widget-title:after {
    content: "";
    border-top: 2.5px solid #1E5234;
    border-right: 2.5px solid #1E5234;
    width: 8px;
    height: 8px;
    display: inline-block;
    transform: rotate(45deg);
    margin-right: 10px;
  }

  .primary-nav-collapse .mega-menu-wrap .widget-has-title .widget-content {
    margin-top: 10px;
  }

  .primary-nav-collapse ul.dropdown-menu {
    border: 0;
    width: calc(100% - 20px);
    margin: 10px auto 0;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0;
  }

  .primary-nav-collapse ul.dropdown-menu.active {
    display: block;
  }

  .primary-nav-collapse ul.dropdown-menu a {
    padding: 10px 15px;
    position: relative;
  }

  .primary-nav-collapse ul.dropdown-menu a:before {
    content: "-";
    position: absolute;
    left: 0;
    color: rgba(0, 0, 0, 0.15);
  }
}

@media (max-width: 991px) {
  .header-bottom .primary-inner {
    width: 100%;
    top: 0;
    left: calc(-100% - 50px);
    margin: 0;
    height: calc(100vh - 65px);
    transition: 0.3s;
    position: absolute;
    z-index: 9;
    background: #fff;
  }

  .header-bottom .primary-inner.show {
    left: 0;
  }

  .header-bottom .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.entry {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.entry p {
  font-size: 16.5px;
  line-height: 1.6;
}

.entry a {
  color: #07924F;
}

.entry a:hover {
  color: #07924F;
}

.inner-content-post {
  padding: 15px 20px;
  background: #fff;
  border-radius: 10px;
}

@media (max-width: 575px) {
  .inner-content-post {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.quote-card {
  display: flex;
  align-items: stretch;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  color: #1f3d2a;
  margin-top: 40px;
  padding-top: 40px;
  margin-bottom: 40px;
}

.quote-card__image {
  position: relative;
  flex: 0 0 250px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: #FFFFFF;
  border-top-left-radius: 30px;
}

.quote-card__image img {
  width: 100%;
  max-width: 210px;
  height: auto;
  object-fit: contain;
  margin-top: -40px;
  aspect-ratio: 21/26;
}

.quote-card__image>.quote-card__name {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(230, 241, 224, 0.8);
  color: #137333;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 5px;
  font-weight: 500;
}

.quote-card__content {
  position: relative;
  flex: 1;
  background: #F6F2DB;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quote-card__content::after {
  content: "";
  max-width: 100%;
  position: absolute;
  bottom: -30px;
  right: 0;
  aspect-ratio: 53/40;
  width: 230px;
  background: url(../images/bg-form-02.png) no-repeat 0/cover;
  z-index: 0;
  pointer-events: none;
}

.quote-card__intro {
  font-size: 16px;
  margin-bottom: 12px;
  color: #222222;
}

.quote-card__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #1E5234;
  margin-bottom: 0;
}

.quote-card__icon {
  position: absolute;
  top: -15px;
  right: 30px;
  color: #f8a932;
  font-weight: bold;
}

.quote-card__icon::before {
  content: "\f10e";
  font-size: 48px;
  line-height: 1;
  font-family: "FontAwesome";
}

.quote-card__social {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}

.quote-card__social ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  margin-bottom: 0;
}

.quote-card__social .item {
  margin-right: 12px;
  background-color: #ffa827;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
  font-size: 14px;
}

.quote-card__social .link {
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 575px) {
  .quote-card {
    flex-wrap: wrap;
  }

  .quote-card__image {
    flex: 0 0 100%;
  }

  .quote-card__image>.quote-card__name {
    left: 20px;
  }

  .quote-card__social {
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }
}

body.single:not(.single-solution):not(.single-disease) .header-content {
  margin-bottom: 0;
}

body.single:not(.single-solution):not(.single-disease) .page-header-content {
  margin-bottom: 20px;
}

.entry ul,
.entry ol {
  padding-left: 30px;
}

.entry blockquote {
  padding: 15px;
}

.entry blockquote ul {
  list-style: square;
}

.entry blockquote ul li {
  margin-bottom: 0;
}

.entry blockquote {
  background: #f3f3f3;
  border: none;
  border-left: 12px solid #d7a444;
  border-right: 2px solid #d7a444;
  color: #868686;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-align: justify;
}

.entry blockquote::before {
  color: #999;
  content: "“";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: 700;
  left: 6px;
  position: absolute;
  top: 8px;
}

.entry blockquote a {
  color: #d7a444;
  cursor: pointer;
  padding: 0 3px;
  text-decoration: none;
}

.entry blockquote.suggest-post {
  border: 1px solid #d7a444;
  margin-top: 30px;
  padding: 25px 20px 15px 15px;
}

.entry blockquote.suggest-post::before {
  display: none;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  font-weight: 700;
  margin: 10px 0;
}

.entry h1 em,
.entry h2 em,
.entry h3 em,
.entry h4 em,
.entry h5 em,
.entry h6 em {
  font-weight: 700;
}

.entry h1,
.entry .h1 {
  font-size: 26px;
}

.entry h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}

.entry h3,
.entry .h3 {
  font-size: 20px;
  color: #1E5234;
}

.entry h4,
.entry .h4 {
  font-size: 16px;
}

.entry h5,
.entry .h5 {
  font-size: 14px;
}

.entry h6,
.entry .h6 {
  font-size: 13px;
}

.entry iframe {
  max-width: 100%;
}

.entry blockquote {
  background: #f3f3f3;
  color: #868686;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-align: justify;
}

.entry blockquote:before {
  color: #2171af;
  content: "“";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: 700;
  left: 6px;
  position: absolute;
  top: 15px;
}

.entry ul,
.entry ol {
  padding-left: 30px;
  line-height: 1.8;
}

.entry table td {
  padding: 5px;
  max-width: 100%;
}

.entry {
  word-break: break-word;
}

.entry table {
  max-width: 100%;
}

.entry .sticky-heading {
  font-weight: 700;
  color: #07924F;
  font-size: 16px;
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase;
}

.entry .sticky-heading:before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #07924F;
  position: absolute;
  top: 0;
  left: -15px;
  border-radius: 4px;
}

.post-update-time {
  background: #F1FAF6;
  padding: 15px;
  font-size: 14px;
}

.post-update-time .socical-share {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.post-update-time .socical-share a {
  width: 28px;
  height: 28px;
  border-radius: 25px;
  display: inline-flex;
  background: #DDB054;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}

@media (max-width: 768px) {
  .post-update-time {
    flex-wrap: wrap;
  }
}

.related-post {
  display: inline-block;
}

.related-post .post-thumb .post-thumbnail {
  height: 200px;
  margin-bottom: 10px;
}

.related-post .post .post-thumbnail {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}

.related-post .post-thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.related-post .small-post {
  border-bottom: 1px dashed hsla(0, 0%, 66%, 0.75);
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}

.related-post .small-post .post-thumbnail {
  width: 185px;
  height: 135px;
  float: left;
  margin-right: 15px;
  width: 150px;
  height: 95px;
}

.related-post .small-post:last-child {
  border-bottom: 0;
}

.related-post .post-title {
  line-height: 1.3;
  font-size: 15px;
  font-weight: 700;
}

.related-post .post-title a {
  color: #3e3e47;
}

.related-post .post-title a:hover {
  color: #07924f;
}

.related-post .big-post .post-thumbnail {
  margin-bottom: 10px;
  height: 250px;
}

.related-post .big-post .post-title {
  font-size: 16px;
}

.related-post .post-excerpt {
  color: #a8a8a8;
}

.related-title {
  text-transform: uppercase;
  font-weight: 900;
  color: #1E5234;
  font-size: 32px;
}

@media (max-width: 575px) {
  .related-post .big-post {
    margin-bottom: 15px;
  }

  .related-title {
    font-size: 28px;
  }
}

.widget-list-icon {
  padding-bottom: 80px;
}

.widget-list-icon .widget-heading {
  text-align: left;
}

.widget-list-icon .item {
  text-align: center;
}

.widget-list-icon .item-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  display: inline-block;
}

.widget-list-icon .item-title {
  font-weight: 700;
}

.widget-list-icon .row {
  row-gap: 30px;
}

@media (max-width: 768px) {
  .widget-list-icon {
    padding-bottom: 40px;
  }

  .widget-list-icon .item-icon {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 768px) {
  .widget-list-icon .item-icon {
    width: 60px;
    height: 60px;
  }
}

.ask-question-prompt {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px #E2E5E9;
}

.ask-question-prompt .question-prompt {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
}

.ask-question-prompt .prompt-avatar {
  margin-right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D1D2D4;
}

.ask-question-prompt .prompt-avatar img {
  filter: brightness(0) invert(1);
  width: 80%;
}

.ask-question-prompt .prompt-input {
  flex: 1;
}

.ask-question-prompt .prompt-input input {
  width: 100%;
  padding: 8px 12px;
  border-radius: 18px;
  font-size: 13px;
  border: 0;
  outline: none;
  background: #F6F3DB;
}

.ask-question-prompt .prompt-input input:focus {
  border-color: #4caf50;
}

.status-icons {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.status-icons .status-item {
  display: flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
}

.status-icons .status-item .icon-figure {
  margin-right: 12px;
  width: 24px;
  height: 24px;
}

.status-icons .status-item span {
  font-size: 12px;
  font-weight: 500;
}

.content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.content-header h2 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

.content-header .filter-btn {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background: white;
  border: 1px solid #e1e8ed;
  border-radius: 6px;
  cursor: pointer;
}

.content-header .filter-btn i {
  margin-right: 6px;
  color: #666;
}

.content-header .filter-btn span {
  font-size: 13px;
  color: #666;
}

.medi-form-faqs .col-input .form-group {
  border: 1px solid #6AA180;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.medi-form-faqs .col-input .form-label {
  margin: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.medi-form-faqs .col-input .form-control {
  border: none;
  min-height: 45px;
}

.medi-form-faqs .col-file {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.medi-form-faqs .col-file .form-label {
  font-weight: 600;
  margin-bottom: 5px;
}

.medi-form-faqs .col-file .form-control {
  padding: 0;
  border: none;
}

.medi-form-faqs .status-icons .status-item .icon-figure {
  width: 50px;
  height: 50px;
}

.medi-form-faqs .file-pic {
  margin-bottom: 0;
  cursor: pointer;
}

.medi-form-faqs .file-pic .select-file {
  background: #E5E5E5;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 2px 12px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 0;
}

.medi-form-faqs .file-pic .count-limit {
  font-size: 12px;
  color: #777777;
}

.medi-form-faqs .file-upload-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px;
  background-color: #fff;
  height: 100%;
}

.medi-form-faqs .file-upload-box label {
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}

.medi-form-faqs .file-upload-box input[type=file] {
  font-size: 13px;
  padding: 6px;
}

.medi-form-faqs .file-counter {
  font-size: 12px;
  color: #777;
  margin-top: 4px;
}

.medi-form-faqs .btn-send-faq {
  background-color: #fdb913;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  padding: 10px 30px;
  width: 100%;
}

.medi-form-faqs .btn-send-faq:hover {
  background-color: #e0a60f;
  color: #fff;
}

@media (max-width: 575px) {
  .medi-form-faqs .list-file {
    gap: 15px;
  }

  .medi-form-faqs .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .medi-form-faqs [class*=col-] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

.list-faqs {
  margin-top: 20px;
}

.timeline-date-month {
  color: #1E5234;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 5px;
  background: #E6F1E0;
  display: block;
  width: max-content;
  margin: 0 auto 20px;
}

.timeline-date-week {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.timeline-date-week span {
  background: #E5E5E5;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 15px;
  font-weight: 700;
}

.timeline-date-week .line {
  flex: 1;
  height: 1px;
  background: #D9D9D9;
  margin: 0 10px;
}

.timeline-date-week i {
  color: #666;
  font-size: 18px;
  margin-top: -6px;
}

.timeline-date-inner {
  margin-bottom: 20px;
}

.timeline-date-inner .timeline-date-week-content {
  display: none;
}

.timeline-date-inner.active .timeline-date-week-content {
  display: block;
}

.qa-card {
  margin-bottom: 20px;
  border-radius: 10px;
  background: #F6F2DB;
}

.qa-card__expert {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.qa-card__expert-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
  overflow: hidden;
}

.qa-card__expert-author {
  font-weight: 700;
  color: #222;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
}

.qa-card__expert-author:after {
  content: "";
  background: url(../images/icon/icon-check.png) no-repeat center/contain;
  width: 20px;
  height: 19px;
  display: inline-block;
  margin-left: 6px;
}

.qa-card__expert-quote {
  color: #278C52;
  font-size: 14px;
  font-style: italic;
  display: block;
}

.qa-card .qa-card__questions {
  border-radius: 10px;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(30, 82, 52, 0.1);
  border: 1px solid #E2E5E9;
}

.qa-card .qa-card__header {
  display: flex;
  align-items: center;
  padding: 15px;
  padding-top: 20px;
  font-size: 14px;
}

.qa-card .qa-card__avatar {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  flex-shrink: 0;
  background-color: #6AA180;
  /* màu mong muốn */
  -webkit-mask: url("../images/icon/icon-chat.svg") no-repeat center/contain;
  mask: url("../images/icon/icon-chat.svg") no-repeat center/contain;
}

.qa-card .qa-card__info {
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 10px;
}

.qa-card .qa-card__author {
  font-weight: bold;
}

.qa-card .qa-card__date {
  color: #555;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.qa-card .qa-card__date::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 10px;
  background: #777777;
}

.qa-card .qa-card__category {
  margin-left: auto;
}

.qa-card .qa-card__category a {
  display: inline-block;
  padding: 3px 8px;
  background: #F6F2DB;
  color: #278C52;
  font-weight: 600;
  border-radius: 5px;
}

.qa-card .qa-card__question {
  padding: 0 15px;
  font-size: 17px;
  line-height: 1.5;
}

.qa-card .qa-card__footer {
  padding: 10px 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  gap: 30px;
  color: #555;
}

.qa-card .qa-card__comment {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #C5C5C5;
  font-weight: 600;
}

.qa-card .qa-card__meta {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #6AA180;
}

.qa-card .qa-card__link {
  color: #1E5234;
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}

.qa-card .qa-card__link:hover {
  text-decoration: underline;
}

.qa-card .qa-card__answer {
  padding: 15px;
  display: none;
  flex-direction: column;
}

.qa-card .qa-card__answer-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.qa-card .qa-card__answer-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
  overflow: hidden;
}

.qa-card .qa-card__answer-quote {
  color: #278C52;
  font-size: 14px;
  font-style: italic;
  display: block;
}

.qa-card .qa-card__answer-content {
  line-height: 1.5;
}

.qa-card .qa-card__answer-author {
  font-weight: 700;
  color: #222;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
}

.qa-card .qa-card__answer-author::after {
  content: "";
  background: url(../images/icon/icon-check.png) no-repeat center/contain;
  width: 20px;
  height: 19px;
  display: inline-block;
  margin-left: 6px;
}

.qa-card .qa-card__answer .icon-check {
  margin-left: 15px;
}

.qa-card .qa-card__answer .viewmore {
  color: #FFA827;
  font-weight: 600;
}

.qa-card .qa-card__expert {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.qa-card .qa-card__expert .qa-card__avatar {
  width: 50px;
  height: 50px;
  margin-right: 0;
}

.qa-card.active .qa-card__answer {
  display: flex;
}

@media (max-width: 575px) {
  .qa-card .qa-card__header {
    align-items: flex-start;
  }

  .qa-card .qa-card__footer {
    gap: 15px;
  }

  .qa-card .qa-card__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .qa-card .qa-card__date::before {
    display: none;
  }

  .qa-card .qa-card__answer-quote {
    margin-bottom: 8px;
  }

  .qa-card .qa-card__answer .icon-check {
    margin-left: 10px;
  }
}

.filter-box {
  border: 1px solid #E2E5E9;
  border-radius: 10px;
  padding: 6px;
  padding-left: 15px;
  background: #fff;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.filter-box-title {
  font-weight: 700;
}

.filter-box-btn {
  padding: 6px;
  background: #E5E5E5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.faq-card {
  background: #fff;
  border: 1px solid #E2E5E9;
  border-radius: 10px;
  padding: 15px;
}

.faq-card:not(:last-child) {
  margin-bottom: 25px;
}

.faq-card .faq-card__body {
  margin-bottom: 12px;
}

.faq-card .faq-card__title {
  font-weight: 600;
  margin-bottom: 15px;
  color: #111;
}

.faq-card .faq-card__excerpt {
  font-size: 15px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 10px;
}

.faq-card .faq-card__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  margin-top: 8px;
  gap: 20px;
}

.faq-card .faq-card__meta {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #6AA180;
}

.faq-card .faq-card__comment {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #666;
}

.faq-card .faq-card__icon {
  font-size: 14px;
}

.faq-card .faq-card__status {
  color: #137333;
  font-weight: 500;
}

.faq-card .faq-card__link {
  color: #064e3b;
  font-weight: 600;
  text-decoration: none;
  text-decoration: underline;
}

.filter-modal .filter-modal__dialog {
  max-width: 555px;
}

.filter-modal .filter-modal__content {
  border-radius: 10px;
}

.filter-modal .filter-modal__header {
  border-bottom: none;
  padding: 10px 15px;
  border-bottom: 1px solid #D9D9D9;
}

.filter-modal .filter-modal__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.filter-modal .filter-modal__close {
  outline: none;
  background: #E2E5E9;
  border-radius: 25px;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 10px;
}

.filter-modal .filter-modal__body {
  padding: 1rem 1.25rem;
}

.filter-modal .filter-modal__footer {
  border-top: none;
  padding: 1rem 1.25rem;
  display: flex;
  justify-content: flex-end;
}

.filter-modal .filter-modal__footer .filter-modal__btn {
  min-width: 70px;
  margin-left: 8px;
  font-weight: 700;
}

.filter-modal .filter-modal__footer .filter-modal__btn--reset {
  background: #f8f9fa;
}

.filter-modal .filter-modal__footer .filter-modal__btn--apply {
  background: #FFA827;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}

.filter-form__group {
  margin-bottom: 1rem;
}

.filter-form__label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.filter-form__row {
  display: flex;
  gap: 8px;
}

.filter-form__row .filter-form__select {
  flex: 1;
}

.filter-form__select {
  border-radius: 4px;
  background: #E5E5E5;
  color: #222222;
  font-weight: 700;
}

.modal-question .modal-header {
  border-bottom: none;
  padding: 10px 15px;
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
}

.modal-question .modal-dialog {
  max-width: 555px;
}

.modal-question .modal-content {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #E2E5E9;
}

.modal-question .modal-question__close {
  outline: none;
  background: #E2E5E9;
  border-radius: 25px;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 10px;
}

.modal-question .modal-question__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.showmore-btn {
  color: #1E5234;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}

.showmore-btn i {
  font-size: 20px;
}

.advice .related-box {
  background: #F6F3DB;
  border-bottom: 2px solid #278C52;
  padding: 12px;
  padding-left: 0;
  border-radius: 10px;
  width: 250px;
  margin-left: 15px;
  float: right;
}

.advice .related-box__title {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  padding: 2px 25px;
  padding-left: 12px;
  margin-bottom: 8px;
  background: #1E5234;
  display: inline-block;
  background: linear-gradient(65deg, rgb(30, 82, 52) 0%, rgb(67, 184, 117) 100%);
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 0% 100%);
}

.advice .related-box__item {
  padding-left: 12px;
  line-height: 1.5;
  font-size: 17px;
}

.advice .related-box__icon {
  margin-right: 6px;
}

.advice .related-box__text {
  color: #1E5234;
  font-weight: 700;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .advice .related-box {
    margin-left: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}

.topic-header .avatar {
  margin-top: -63px;
  margin-right: 10px;
}

.topic-header .logo-text {
  display: block;
  margin-bottom: 20px;
  margin-top: -25px;
}

.topic-header .topic-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 575px) {
  .topic-header .avatar {
    min-width: 110px;
  }

  .topic-header .topic-title {
    font-size: 16px;
  }
}

.topic-header-right {
  margin-left: auto;
}

.topic-header-right .topic-nav-right {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 10px;
}

.topic-header-right .topic-nav-right li {
  margin-right: 15px;
}

.topic-header-right .topic-nav-right li:last-child {
  margin-right: 0;
}

.topic-header-right .topic-nav-right .icon {
  margin-right: 5px;
}

.topic-header-right .topic-nav-right a {
  font-size: 12px;
  color: #333333;
}

@media (max-width: 575px) {
  .topic-header-right {
    display: none;
  }
}

.topic-main-nav {
  border-top: 1px solid #ddd;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.topic-main-nav li {
  padding: 0 15px;
}

.topic-main-nav a {
  padding: 15px 0px;
  font-weight: 700;
  color: #555;
  display: block;
  position: relative;
}

.topic-main-nav a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #D7A444;
  transition: all 0.3s;
}

.topic-main-nav a:hover {
  color: #D7A444;
}

.topic-main-nav a:hover:after {
  width: 100%;
}

.topic-main-nav .active a {
  color: #D7A444;
}

.topic-main-nav .active a:after {
  width: 100%;
}

.topic-main-nav>li:first-child {
  padding-left: 0;
}

.topic-main-nav .dropdown .dropdown-menu {
  transition: all 0.3s;
  border-radius: 0;
}

.topic-main-nav .dropdown .dropdown-menu a {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.topic-main-nav .dropdown .dropdown-menu a:hover:after {
  display: none;
}

.topic-main-nav .dropdown:hover .dropdown-menu {
  display: block;
  transform: translateY(-3px);
}

@media (max-width: 575px) {
  .topic-main-nav {
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

.topic-main-screen {
  background-color: #F9F8F2;
  padding: 30px 0;
}

.topic-main-screen .box-inside {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 15px 0 rgba(255, 168, 39, 0.1);
  padding: 15px;
}

.topic-main-screen .about-box ul {
  list-style: none;
  padding-left: 0;
}

.topic-main-screen .about-box li {
  font-weight: 700;
  margin-bottom: 10px;
  color: #666;
}

.topic-main-screen .about-box li .icon {
  width: 25px;
  display: inline-block;
}

.topic-main-screen .about-box .bold-text {
  font-weight: 700;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.box-sidebar .box-inside {
  margin-bottom: 30px;
}

.box-sidebar .box-inside.sticky {
  position: sticky;
  top: 30px;
  z-index: 2;
}

@media (max-width: 575px) {
  .box-sidebar {
    font-size: 14px;
  }
}

.box-inside .box-title {
  font-family: "Taviraj", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #3C2415;
  margin-bottom: 0;
}

.box-inside .box-header {
  display: flex;
  align-items: center;
}

.box-inside .box-header .box-view-all {
  font-size: 14px;
  margin-left: auto;
  color: #0064D1;
}

/**gallery box*/
.gallery-box .box-header {
  display: flex;
  align-items: center;
}

.gallery-box .social-chanel {
  margin-left: auto;
  margin-bottom: 0;
  display: flex;
  list-style: none;
}

.gallery-box .social-chanel li {
  margin-right: 5px;
}

.gallery-box .social-chanel a {
  background-color: #D7A444;
  display: flex;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  align-items: center;
  justify-items: center;
  justify-content: center;
}

.gallery-box .list-gallery {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.gallery-box .item {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.gallery-box .item.last-child img {
  opacity: 0.3;
}

.gallery-box .item .number-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 700;
  z-index: 1;
  color: #1E5234;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.gallery-box .list-link {
  list-style: none;
  margin-top: 15px;
  padding-left: 0;
}

.gallery-box .list-link li {
  margin-bottom: 10px;
  font-size: 14px;
  padding-left: 25px;
  position: relative;
}

.gallery-box .list-link li .icon {
  position: absolute;
  top: 5px;
  left: 0;
}

.gallery-box .list-link a {
  color: #000;
}

.gallery-box .list-link a:hover {
  color: #D7A444;
}

.handbook-box .box-header {
  margin-bottom: 15px;
}

.handbook-box .box-title {
  margin-bottom: 0;
}

.handbook-box .slick-dots {
  position: absolute;
  bottom: auto;
  top: -20px;
  right: 0;
  width: 100px;
  height: 30px;
  margin-top: -15px;
}

.handbook-box .item {
  padding: 5px;
}

.handbook-box .item .image-info {
  height: 260px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  border-radius: 10px;
}

@media (max-width: 575px) {
  .handbook-box .item .image-info {
    height: 235px;
  }
}

.handbook-box .item img {
  border-radius: 10px;
  object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.media-box .box-header {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.media-box .box-title {
  margin-bottom: 0;
}

.media-box .list-media {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.media-box .list-media .media-item {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.media-box .list-media .media-item>a {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 125px;
}

@media (max-width: 575px) {
  .media-box .list-media .media-item>a {
    height: 95px;
  }
}

.media-box .list-media .media-item>a img {
  object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.media-box .list-media .video-item {
  position: relative;
}

.media-box .list-media .video-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: url(../images/topic/icons/icon-play.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  z-index: 1;
}

.story-box .box-header {
  margin-bottom: 15px;
}

.story-box .post-item {
  position: relative;
}

.story-box .post-item:after {
  content: "";
  display: table;
  clear: both;
}

.story-box .post-item .thumbnail {
  display: block;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  width: 147px;
  height: 110px;
}

.story-box .post-item .thumbnail img {
  object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.story-box .post-content a {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  display: block;
}

.story-box .post-content a:hover {
  color: #1E5234;
}

.story-box .first-post {
  position: relative;
  margin-bottom: 15px;
}

.story-box .first-post .thumbnail {
  width: 100%;
  height: 280px;
}

.story-box .first-post .post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  padding: 15px 10px;
  border-radius: 10px;
  background: linear-gradient(0deg, #3C2415 0%, rgba(30, 82, 52, 0) 81.82%);
  display: flex;
  align-items: flex-end;
}

.story-box .first-post .post-content a {
  color: #fff;
}

.story-box .first-post .post-content a:hover {
  color: #fff;
  opacity: 1;
}

@media (max-width: 575px) {
  .story-box {
    display: none;
  }
}

.topic-tag-header .list-topic {
  display: flex;
}

.topic-tag-header .list-topic .item {
  display: flex;
  width: 20%;
  flex-direction: column;
}

.topic-tag-header .list-topic .icon {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 10px auto;
  border-radius: 64px;
  overflow: hidden;
  text-align: center;
}

.topic-tag-header .list-topic .icon img {
  max-width: 100%;
  max-height: 100%;
}

.topic-tag-header .list-topic .title {
  font-weight: 700;
  color: #555;
  padding: 0 15px;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 575px) {
  .topic-tag-header .list-topic {
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
  }

  .topic-tag-header .list-topic .item {
    width: 25%;
    text-align: center;
    min-width: 25%;
  }

  .topic-tag-header .list-topic .title {
    white-space: wrap;
    font-size: 14px;
    padding: 0 3px;
  }
}

.feed-post-header {
  display: flex;
  align-items: center;
}

.feed-post-header .avatar {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.feed-post-header .author-name {
  display: block;
  font-weight: 700;
  position: relative;
}

.feed-post-header .verifired:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 100%;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: url(../../../../images/topic/verifired.svg);
}

.feed-post-meta {
  font-size: 14px;
  color: #777;
}

.feed-title {
  font-weight: 700;
  margin-top: 10px;
  font-size: 20px;
}

.feed-desc {
  font-size: 14px;
  margin: 10px 0;
}

.feed-desc .readmore {
  font-weight: 700;
  color: #000;
}

.feed-post {
  margin-bottom: 30px;
}

.feed-post-footer {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  font-size: 14px;
}

.feed-post-footer .btn-share-zalo {
  background-color: #eee;
  background-image: url(../../../../images/topic/icons/icon-zalo.svg);
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-position: 10px 50%;
  margin-left: auto;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  padding-left: 35px;
}

.feed-post-footer .btn-share-facebook {
  background-color: #eee;
  background-image: url(../../../../images/topic/icons/icon-share.svg);
  background-position: left 10px center;
  background-repeat: no-repeat;
  margin-left: 15px;
  font-weight: 700;
  font-size: 14px;
  padding-left: 30px;
}

.feed-post-footer .btn-topic-tag {
  background-color: #FFF8D9;
  font-weight: 700;
  color: #333;
  font-size: 13px;
  display: block;
  margin-right: 15px;
}

.feed-post-footer .hashtag {
  background-color: #E6F1E0;
  font-weight: 400;
  color: #1E5234;
}

@media (max-width: 575px) {
  .feed-post-footer {
    flex-wrap: wrap;
  }

  .feed-post-footer .btn-share-facebook,
  .feed-post-footer .btn-share-zalo {
    width: calc(50% - 7.5px);
    margin-top: 15px;
  }

  .feed-post-footer .btn-share-zalo {
    margin-right: auto;
    margin-left: 0;
    background-position: left calc((100% - 65px) / 2) center;
  }

  .feed-post-footer .btn-share-facebook {
    margin-left: auto;
    margin-right: 0;
    background-position: left calc((100% - 50px) / 2) center;
  }
}

.feed-post-video .post-card__content {
  background: linear-gradient(to bottom right, #0f4c2e, #2F8152);
  color: #fff;
  padding: 0px 15px;
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.feed-post-faq .author-info {
  display: flex;
  align-items: baseline;
}

.feed-post-faq .avatar {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.feed-post-faq .feed-post-meta {
  margin-left: 10px;
}

.feed-post-faq .question-content {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  background-color: #D7A444;
  padding: 50px;
  margin: 15px -15px 0;
}

@media (max-width: 575px) {
  .feed-post-faq .question-content {
    text-align: left;
    padding: 30px;
  }
}

.feed-post-faq .content-rep {
  display: flex;
}

.feed-post-faq .doc-avatar {
  width: 50px;
  height: 50px;
  min-width: 50px;
  margin-right: 10px;
}

.feed-post-faq .doctor-name {
  display: inline-block;
  font-weight: 700;
  position: relative;
  margin-bottom: 8px;
}

.feed-post-faq .verifired:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 100%;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: url(../../../../images/topic/verifired.svg);
}

.feed-post-faq .rep-title {
  font-size: 15px;
  font-style: italic;
  color: #1E5234;
}

.feed-post-faq .inner-content {
  padding: 15px;
  border-radius: 10px;
  background-color: #F2F2F2;
  font-size: 14px;
}

.feed-post-faq .inner-wrap .btn-readmore-rep {
  font-weight: 700;
  color: #000;
}

.box-inside.banner-feed {
  padding: 0;
}

.box-inside.banner-feed>a {
  display: block;
}

.box-inside.banner-feed img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #fff;
}

.choose-topic {
  text-align: center;
  margin: 30px 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.choose-topic .choose-title {
  font-family: "Phudu", sans-serif;
  font-weight: 700;
  color: #1E5234;
  font-size: 24px;
}

.choose-topic .sub-topic {
  display: flex;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0;
}

.choose-topic .sub-topic li {
  margin: 5px 10px;
}

.choose-topic .sub-topic a {
  display: block;
  background-color: #1E5234;
  padding: 10px 20px;
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
}

.choose-topic .sub-topic a:hover {
  background-color: #F2981A;
  opacity: 1;
}

.choose-topic .sub-topic .active a {
  background-color: #F2981A;
  opacity: 1;
}

.box-topic-form .form-title {
  font-family: "Phudu", sans-serif;
  font-weight: 700;
  color: #F2981A;
  font-size: 24px;
  text-align: center;
}

.box-topic-form .form-control {
  font-size: 14px;
}

.box-topic-form .btn-submit {
  color: #fff;
  background-color: #1E5234;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}

.box-topic-form input[type=file].hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.box-topic-form label[for=file_upload] {
  cursor: pointer;
  border: none;
  color: #F2981A;
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 0;
  padding: 10px 0;
}

.box-topic-form label[for=file_upload] img {
  margin-right: 10px;
}

.list-controls {
  margin: 15px 0;
  text-align: center;
}

.list-controls button {
  background: #cbcbcb;
  border: none;
  font-weight: 700;
  font-size: 15px;
  width: 200px;
  margin: 0 auto;
  color: #666666;
  padding: 10px 15px;
  display: block;
}

.list-controls button:hover {
  background-color: #ffa827;
}

.post-filter {
  margin-left: auto;
  display: flex;
}

.post-filter .btn {
  font-weight: 700;
  background-color: #EEEEEE;
  font-size: 14px;
}

.post-filter .btn:hover,
.post-filter .btn:focus {
  outline: none;
  box-shadow: none;
}

.post-filter .btn .icon {
  margin-left: 3px;
}

.post-filter .btn-sort {
  margin-right: 15px;
}

.post-filter .droplist {
  position: relative;
}

.post-filter .list-filter {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  z-index: 999;
  list-style: none;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
  min-width: 100%;
  display: none;
}

.post-filter .list-filter li {
  margin-bottom: 10px;
  padding: 3px 0;
  cursor: pointer;
  color: #555;
}

.post-filter .list-filter li:hover {
  color: #000;
}

/** Style Popup **/
.mfp-content .mfp-bottom-bar {
  background: #fff;
  padding: 15px;
  color: #000;
  font-size: 15px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: -40px;
}

.mfp-content .mfp-title {
  color: #016a36;
}

.mfp-content .mfp-counter {
  color: #424242;
  top: 15px;
  right: 15px;
}

.mfp-content .mfp-close {
  right: auto;
  left: -60px;
  top: 25px;
  width: 44px;
  height: 44px;
  background-color: #555;
  border-radius: 44px;
  text-align: center;
  line-height: 44px;
  padding: 0;
  cursor: pointer !important;
}

/** Popup with post content **/
.mfp-wrap .mfp-close {
  width: 44px;
  height: 44px;
  background-color: #555;
  border-radius: 44px;
  text-align: center;
  line-height: 44px;
  padding: 0;
  cursor: pointer !important;
  margin-right: 15px;
  margin-top: 15px;
}

.post-popup {
  max-width: 90vw;
  margin: 0 auto;
}

@media (max-width: 575px) {
  .post-popup {
    max-width: 100%;
  }
}

.post-popup .popup-inner {
  display: flex;
  min-height: 100vh;
}

@media (max-width: 575px) {
  .post-popup .popup-inner {
    flex-direction: column;
    max-width: 100%;
  }
}

.post-popup .popup-left {
  width: 70%;
  background-color: #000;
  display: flex;
  align-items: center;
  padding: 15px;
}

@media (max-width: 575px) {
  .post-popup .popup-left {
    width: 100%;
    padding: 0;
  }
}

.post-popup .popup-left img {
  height: auto;
  display: block;
  margin: auto;
}

.post-popup .popup-right {
  width: 30%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 15px;
  max-height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media (max-width: 575px) {
  .post-popup .popup-right {
    width: 100%;
    max-height: none;
  }
}

.post-popup .feed-post-header {
  margin-bottom: 10px;
}

.feed-post-footer .topic-wrap,
.feed-post-footer .action-wrap {
  display: flex;
}

.feed-post-footer .topic-wrap {
  width: 60%;
}

.feed-post-footer .action-wrap {
  width: 40%;
  justify-content: flex-end;
}

@media (max-width: 575px) {
  .feed-post-footer {
    flex-direction: column;
  }

  .feed-post-footer .topic-wrap {
    width: 100%;
  }

  .feed-post-footer .action-wrap {
    width: 100%;
  }
}

.post-popup .feed-post-footer {
  flex-direction: column;
}

.post-popup .feed-post-footer .topic-wrap {
  width: 100%;
  display: flex;
}

.post-popup .feed-post-footer .action-wrap {
  margin-top: 15px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  width: 100%;
  justify-content: flex-start;
}

.post-popup .feed-post-footer .action-wrap .btn-share-zalo {
  margin-left: 0;
}

.post-popup .feed-title {
  font-size: 18px;
}

.post-popup .feed-desc {
  font-size: 14px;
}

@media (max-width: 575px) {
  .post-popup .popup-inner {
    flex-direction: column;
  }

  .post-popup .popup-left,
  .post-popup .popup-right {
    flex: 0 0 auto;
  }
}

.readless {
  position: relative;
  display: block;
  text-align: center;
  margin: 15px 0;
}

.readless:before {
  content: "";
  border-top: 1px solid #ccc;
  position: absolute;
  top: 13px;
  left: 20%;
  width: 60%;
  display: block;
}

.readless span {
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #424242;
  margin-top: -10px;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
}

.feed-post .entry-inline-post {
  font-size: 14px;
}

.feed-post .entry-inline-post p {
  font-size: 14px;
}

.feed-post .entry-inline-post h2 {
  font-size: 18px;
}

.feed-post .entry-inline-post h3 {
  font-size: 16px;
}

.feed-post .entry-inline-post figure {
  display: none;
}

.feed-post-thumbnail>a {
  display: block;
  position: relative;
  text-align: center;
}

.feed-post-thumbnail>a:after {
  content: "";
  display: block;
  height: 110px;
  width: 100%;
  background: url(../../../../images/topic/image-caption-tilte.png);
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: 50% auto;
  background-repeat: no-repeat;
}

.feed-post-thumbnail>a img {
  display: block;
  margin: 0 auto;
}

.post-popup .popup-left img {
  max-height: calc(100vh - 30px);
}

@media (max-width: 575px) {
  .feed-post-thumbnail>a:after {
    background-size: 80% auto;
    height: 85px;
  }
}

.topic-treatment-list .box-header {
  margin-bottom: 15px;
}

.topic-treatment-list .list-post-treatment {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.topic-treatment-list .list-post-treatment .post-item {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}

.topic-treatment-list .post-item .thumbnail {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 130px;
  height: 96px;
  border-radius: 10px;
  float: left;
  margin-right: 15px;
}

.topic-treatment-list .thumbnail img {
  object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.topic-treatment-list .post-content a {
  color: #222;
  font-weight: 700;
  font-size: 14px;
}

.topic-treatment .box-title {
  margin-bottom: 15px;
}

.topic-treatment .cta-link {
  display: block;
  background: #F9EED9;
  border: 1px dashed #D7A444;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #222;
  padding: 10px 0;
}

.topic-treatment .cta-link span {
  color: #D7A444;
}

.list-topic-child .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-family: "Taviraj", sans-serif;
  text-transform: uppercase;
  color: #3C2415;
  margin-bottom: 10px;
}

.list-topic-child .list {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  flex-wrap: wrap;
}

.list-topic-child .item {
  display: inline-block;
  padding: 10px 12px;
  border-radius: 10px;
  background: #3C2415;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  height: 40px;
}

.list-topic-child .item:hover {
  background: #D7A444;
}

.topic-box-treatment .box-title {
  margin-bottom: 15px;
}

.topic-box-treatment .wrap {
  display: flex;
  column-gap: 20px;
}

.topic-box-treatment .item {
  flex: 0 0 calc(50% - 10px);
  position: relative;
}

.topic-box-treatment .thumbnail {
  aspect-ratio: 29/21;
}

.topic-box-treatment .post-title {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  padding: 10px;
  z-index: 1;
}

.topic-box-treatment .post-title a {
  color: #fff;
}

.feed-post.form-consultation-wrap .box-title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 24px;
}

.feed-post .form-consultation .btn-submit-form {
  width: auto;
  padding: 10px 40px;
  font-size: 14px;
  text-transform: uppercase;
}

.feed-post .form-consultation input.form-control {
  height: 42px;
}

@media screen and (max-width:575px) {
  .topic-treatment-list .list-post-treatment .post-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .topic-box-treatment .wrap {
    overflow-x: scroll;
  }

  .topic-box-treatment .item {
    flex: 0 0 80%;
  }

  .feed-post.form-consultation-wrap {
    background: #3C2415;
  }

  .feed-post.form-consultation-wrap .box-title {
    color: #D7A444;
  }
}

/*# sourceMappingURL=maps/topic.css.map */