@charset "UTF-8";
body {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 400;
  word-break: break-word;
  background: #F9F8F2;
}
body.disable-scroll {
  overflow: hidden;
}

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

a {
  color: #006a3c;
}
a:hover {
  color: #0057b5;
  text-decoration: none;
  opacity: 0.8;
}

.container {
  max-width: 1140px;
}

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

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

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

.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-direction: column;
  justify-content: space-between;
}
.medi-form-faqs .col-file .form-label {
  font-weight: 600;
}
.medi-form-faqs .col-file .form-control {
  padding: 0;
  border: none;
}
.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: 6px 16px;
  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;
}
.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: 40px;
  padding-top: 40px;
  margin-bottom: 80px;
  border-top: 1px solid #D9D9D9;
}

.qa-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
}
.qa-card__header {
  display: flex;
  align-items: center;
  padding: 15px;
  font-size: 14px;
}
.qa-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ddd;
  margin-right: 10px;
  flex-shrink: 0;
}
.qa-card__info {
  line-height: 1.4;
}
.qa-card__author {
  font-weight: bold;
}
.qa-card__date {
  color: #555;
  font-size: 13px;
}
.qa-card__question {
  background: linear-gradient(to bottom right, #0f4c2e, #2f8152);
  color: #fff;
  padding: 40px 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;
}
.qa-card__footer {
  padding: 10px 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  gap: 30px;
  color: #555;
}
.qa-card__comment {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #C5C5C5;
  font-weight: 600;
}
.qa-card__meta {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #6AA180;
}
.qa-card__link {
  color: #1E5234;
  text-decoration: underline;
  font-weight: 500;
}
.qa-card__link:hover {
  text-decoration: underline;
}
.qa-card__answer {
  background: #fff;
  padding: 15px;
  border-top: 1px solid #eee;
  display: none;
}
.qa-card__answer.active {
  display: flex;
}
.qa-card__answer-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ccc;
  margin-right: 10px;
  flex-shrink: 0;
}
.qa-card__answer-quote {
  color: #6AA180;
  margin-bottom: 20px;
  font-size: 14px;
  font-style: italic;
  display: block;
}
.qa-card__answer-content {
  line-height: 1.5;
  padding: 15px;
  background: #F6F2DB;
  border-radius: 10px;
}
.qa-card__answer-author {
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
}
.qa-card__answer .icon-check {
  margin-left: 15px;
}
.qa-card__answer .viewmore {
  color: #6AA180;
  font-weight: 600;
}
.qa-card__expert {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.qa-card__expert .qa-card__avatar {
  width: 50px;
  height: 50px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .qa-card__question {
    font-size: 20px;
    min-height: 200px;
    padding: 30px 15px;
  }
  .qa-card__footer {
    gap: 15px;
  }
  .qa-card__answer {
    font-size: 16px;
  }
  .qa-card__answer-quote {
    margin-bottom: 8px;
  }
  .qa-card__answer .icon-check {
    margin-left: 10px;
  }
}

.faq-card {
  background: #fff;
  border: 1px solid #E2E5E9;
  border-radius: 10px;
  padding: 15px;
}
.faq-card:not(:last-child) {
  margin-bottom: 25px;
}
.faq-card__body {
  margin-bottom: 12px;
}
.faq-card__title {
  font-weight: 600;
  margin-bottom: 15px;
  color: #111;
}
.faq-card__excerpt {
  font-size: 15px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 10px;
}
.faq-card__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  margin-top: 8px;
  gap: 20px;
}
.faq-card__meta {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #555;
}
.faq-card__comments {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #666;
}
.faq-card__icon {
  font-size: 14px;
}
.faq-card__status {
  color: #137333;
  font-weight: 500;
}
.faq-card__link {
  color: #064e3b;
  font-weight: 600;
  text-decoration: none;
}
.faq-card__link:hover {
  text-decoration: underline;
}

.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: #FFA827;
  transition: all 0.3s;
}
.topic-main-nav a:hover {
  color: #FFA827;
}
.topic-main-nav a:hover:after {
  width: 100%;
}
.topic-main-nav .active a {
  color: #FFA827;
}
.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;
}
@media (max-width: 575px) {
  .box-sidebar {
    font-size: 14px;
  }
}

.box-inside .box-title {
  font-family: "Phudu", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #1E5234;
  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: #1E5234;
  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: #1E5234;
}

.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 img {
  border-radius: 10px;
}

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

.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;
}
.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%;
}
.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, #1E5234 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;
}
.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: #F2981A;
  padding: 50px;
  margin: 15px -15px;
}
.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;
}
.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;
}
/*# sourceMappingURL=maps/topic.css.map */
