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("thumb/icon-right.png");
  mask-image: url("thumb/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(thumb/icon-left.png);
  mask-image: url(thumb/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;
}

.cta {
  position: fixed;
  bottom: 50%;
  right: 15px;
  z-index: 6;
  transform: translateY(50%);
}
.cta .list-cta {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cta .list-cta a {
  opacity: 1 !important;
}
.cta .list-cta .item:not(:last-child) {
  margin-bottom: 15px;
}
.cta .list-cta .item img {
  width: 60px;
  display: block;
}
@media (max-width: 575px) {
  .cta {
    bottom: 60px;
    transform: unset;
  }
  .cta .list-cta .item img {
    width: 45px;
  }
}

.medi-cta {
  padding-bottom: 80px;
}
.medi-cta .inner-cta {
  background: #F6F3DB;
  border-radius: 10px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  position: relative;
}
.medi-cta .inner-cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 285px;
  height: 100%;
  display: inline-block;
  background: url("../images/bg-preservation-01.png") no-repeat center/cover;
  background-position: 0 80%;
  z-index: 0;
  border-radius: 10px;
}
.medi-cta .inner-cta::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  aspect-ratio: 23/20;
  width: 250px;
  height: 100%;
  border-radius: 10px;
  background: url("../images/bg-preservation-02.png") no-repeat center/cover;
  z-index: 0;
}
.medi-cta .cta-figure {
  width: 260px;
  margin-bottom: 0;
  margin-top: -50px;
}
.medi-cta .cta-content {
  font-size: 28px;
  color: #1E5234;
  font-weight: 700;
}
.medi-cta .btn-cta {
  background: #FFA827;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  padding: 15px 30px;
}
@media (max-width: 768px) {
  .medi-cta {
    padding-bottom: 40px;
  }
  .medi-cta .inner-cta {
    flex-direction: column;
    display: block;
    padding: 0;
    padding-top: 15px;
    padding-right: 15px;
  }
  .medi-cta .inner-cta::before {
    width: 200px;
  }
  .medi-cta .inner-cta::after {
    width: 0;
    background: transparent;
    display: table;
    clear: both;
    position: unset;
  }
  .medi-cta .cta-figure {
    order: 0;
    width: 165px;
    float: left;
    margin-right: 15px;
    margin-top: 0;
  }
  .medi-cta .cta-content {
    order: 1;
    font-size: 20px;
    float: right;
  }
  .medi-cta .btn-cta {
    order: 2;
    padding: 10px 38px;
    margin-top: 15px;
  }
  .medi-cta .cta-button {
    float: right;
  }
}
/*
.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;
  }
}
*/
body {
  background-color: #FFFDF5;
}

.sec-title {
  color: #1E5234;
  text-align: center;
  font-family: Heading-font,sans-serif;
  font-size: 40px;
  font-style: normal;
  line-height: 50px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .sec-title {
    font-size: 34px;
  }
  .sec-title br {
    display: none;
  }
}

.md-hero {
  position: relative;
}
.md-hero .hero-after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.md-s1 {
  padding: 50px 0;
  background: url(thumb/s1-bg-1.png), url(thumb/s1-bg-2.png);
  background-position: left top, right top 100px;
  background-repeat: no-repeat;
}

.md-s2 .sub-title {
  text-align: center;
  max-width: 70%;
  margin: 0 auto 30px auto;
}
.md-s2 .col-md-6 .inner {
  border-top-left-radius: 30px;
  overflow: hidden;
  border-bottom-right-radius: 30px;
  min-height: 750px;
}
.md-s2 .col-md-6:nth-child(1) .inner {
  background-color: #F6F2DB;
  padding: 0 15px 15px 15px;
}
.md-s2 .col-md-6:nth-child(2) .inner {
  background-color: #E6F1E0;
  padding: 0 15px 15px 15px;
}
.md-s2 .col-md-6 .thumb {
  margin: 0 -15px 15px -15px;
}
.md-s2 .col-md-6 .title {
  font-size: 24px;
  color: #1E5234;
}
.md-s2 .col-md-6 ul {
  padding-left: 20px;
}
.md-s2 .col-md-6 li {
  margin-bottom: 10px;
}
.md-s2 .line-text {
  text-align: center;
  margin: 30px 0;
}
.md-s2 .line-text span {
  background-color: #1E5234;
  padding: 10px 15px;
  color: #fff;
  border-radius: 30px;
}
.md-s2 .list-symtom .item .inner {
  padding: 10px;
}
.md-s2 .list-symtom .item .thumb {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
.md-s2 .list-symtom .item .thumb img {
  width: 100%;
}
.md-s2 .list-symtom .inner-content {
  padding: 15px 0px;
  text-align: center;
}
.md-s2 .list-symtom .title {
  font-weight: 700;
}

.md-s3 {
  padding: 50px 0 0px 0;
  background-color: #E6F1E0;
  background-image: url(thumb/s3-bg-1.svg), url(thumb/s3-bg-2.svg);
  background-position: bottom left, bottom right;
  background-repeat: no-repeat, no-repeat;
}
.md-s3 .form-control {
  border-color: #6AA180;
}
.md-s3 .btn-submit {
  background-color: #FFA827;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto;
  padding: 8px 30px;
  width: 230px;
  border-radius: 10px;
}
.md-s3 .or {
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
}
.md-s3 .or span {
  position: relative;
  display: inline-block;
}
.md-s3 .or span:before, .md-s3 .or span::after {
  content: "";
  border-top: 1px solid #c4c4c4;
  display: block;
  width: 60px;
  position: absolute;
  top: 50%;
}
.md-s3 .or span:before {
  right: 100%;
  margin-right: 10px;
}
.md-s3 .or span:after {
  left: 100%;
  margin-left: 10px;
}
.md-s3 p {
  text-align: center;
}
.md-s3 .btn-phone {
  border: 1px solid #1E5234;
  color: #1E5234;
  text-transform: uppercase;
  font-weight: 700;
  width: 230px;
  border-radius: 10px;
  margin: 0 auto 30px auto;
  display: block;
}
.md-s3 .btn-phone:hover {
  background-color: #1E5234;
  color: #fff;
}

.md-s4 {
  padding: 80px;
  background: url(thumb/s4-bg-1.png), url(thumb/s4-bg-2.png);
  background-position: top left, center right;
  background-repeat: no-repeat, no-repeat;
}
.md-s4 .sub-title {
  text-align: center;
}
.md-s4 .sub-title span {
  background-color: #FFA827;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 30px;
  border-radius: 30px;
}
.md-s4 .sub-content {
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}
.md-s4 .sub-content strong {
  color: #1E5234;
}
.md-s4 .bai-thuoc {
  display: block;
  margin: 30px auto;
}
.md-s4 .list-tp .thumb {
  border-radius: 30px 0 30px 0;
  overflow: hidden;
}
.md-s4 .list-tp .thumb img {
  width: 100%;
}
.md-s4 .list-tp .title {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  margin-top: -10px;
}
.md-s4 .list-tp .title span {
  padding: 10px 15px;
  background-color: #6AA180;
  border-radius: 30px 0 30px 0;
}

.md-s5 {
  background: url(thumb/s5-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 80px 0;
  background-size: cover;
  margin-bottom: 50px;
}
.md-s5 .sub-title {
  text-align: center;
  max-width: 65%;
  margin: 30px auto;
}
.md-s5 .item {
  text-align: center;
  text-align: center;
}
.md-s5 .item img {
  display: block;
  margin: 30px auto;
}
.md-s5 .col-center p {
  max-width: 70%;
  margin: 0 auto;
}
.md-s5 .bottom-content .inner {
  display: flex;
  max-width: 80%;
  margin: 0 auto;
  align-items: center;
}
.md-s5 .bottom-content .col-image {
  min-width: 290px;
  position: relative;
}
.md-s5 .bottom-content .inner-text {
  margin-left: -30px;
  background-color: #fff;
  padding: 30px 30px 30px 50px;
  border-radius: 30px 0;
  background: #FFF;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}
.md-s5 .bottom-content .inner-title {
  color: #1E5234;
  font-family: Phudu;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
}
.md-s5 p strong {
  color: #1E5234;
}

.md-s-banner-1 {
  margin-bottom: 50px;
}
.md-s-banner-1 img {
  display: block;
  margin: 0 auto;
}

.md-s6 .sub-title {
  text-align: center;
  max-width: 70%;
  margin: 15px auto;
}
.md-s6 .list-item {
  position: relative;
}
.md-s6 .list-item:before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0%;
  width: 100%;
  height: 20px;
  background: url(thumb/arrow.png);
  background-repeat: no-repeat;
  background-size: auto;
}
.md-s6 .thumb {
  display: block;
  margin: 0 auto;
}
.md-s6 .thumb img {
  width: 90%;
  display: block;
  margin: 0 auto;
  border-radius: 30px 0 30px 0;
}
.md-s6 .title {
  background-color: #6AA180;
  text-align: center;
  color: #fff;
  padding: 5px 15px;
  border-radius: 30px;
  max-width: 80%;
  margin: 15px auto;
  text-transform: uppercase;
  font-weight: 700;
}
.md-s6 .content {
  text-align: center;
}
.md-s6 .content-note {
  color: #1E5234;
  padding: 15px;
  text-align: center;
  background-color: #F6F2DB;
  border-radius: 10px;
  max-width: 85%;
  margin: 15px auto;
}

.md-s7 {
  padding: 50px 0 0 0;
  background: url(thumb/s7-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.md-s7 .sub-title {
  max-width: 70%;
  margin: 0px auto 30px auto;
  text-align: center;
}
.md-s7 .list-content {
  list-style: none;
  padding-left: 0;
}
.md-s7 .list-content li {
  display: block;
  position: relative;
  padding: 20px;
  border-left: 3px solid #FFA827;
  margin-bottom: 20px;
  border-radius: 30px 0px 30px 0;
  padding-left: 80px;
  background-color: #fff;
  box-shadow: 2px 2px 20px 0 rgba(24, 66, 42, 0.15);
}
.md-s7 .list-content .icon {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 50px;
  height: 50px;
}
.md-s7 .list-gallery {
  margin-bottom: 15px;
}
.md-s7 .list-gallery .item img {
  border-radius: 20px;
}
.md-s7 .list-gallery-thumb .item {
  padding: 0 5px;
  text-align: center;
}
.md-s7 .list-gallery-thumb .item img {
  border-radius: 10px;
  border: 1px solid transparent;
}
.md-s7 .list-gallery-thumb .slick-current img {
  border: 1px solid #FFA827;
}
.md-s7 .banner-cta-2 {
  display: block;
  margin-top: 50px;
}

.md-s8 {
  background-image: url(thumb/s8-bg-1.png), url(thumb/s8-bg-2.png);
  background-position: bottom left, center right;
  background-repeat: no-repeat, no-repeat;
  padding: 50px 0;
}
.md-s8 .sub-title {
  text-align: center;
  max-width: 70%;
  margin: 15px auto;
}
.md-s8 img {
  border-radius: 30px 0 30px 0;
  display: block;
  margin-bottom: 30px;
}
.md-s8 .title {
  font-weight: 700;
  font-size: 20px;
}
.md-s8 ul {
  padding-left: 20px;
}
.md-s8 li {
  margin-bottom: 20px;
}

.md-s9 {
  background-image: url(thumb/s8-bg-1.png), url(thumb/s8-bg-2.png);
  background-position: bottom left, center right;
  background-repeat: no-repeat, no-repeat;
}
.md-s9 .sec-title {
  margin-bottom: 30px;
}
.md-s9 .item-1 {
  margin-bottom: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background: linear-gradient(275deg, #E6F1E0 8.43%, rgba(230, 241, 224, 0) 89.73%);
}
.md-s9 .content-text strong {
  color: #1E5234;
}
.md-s9 .content-text ul {
  padding-left: 20px;
}
.md-s9 .content-text ul li {
  margin-bottom: 10px;
}

.md-s10 {
  padding: 50px 0 50px 0;
  background-image: url(thumb/s3-bg-1.svg), url(thumb/s3-bg-2.svg);
  background-position: bottom left, bottom right;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}
.md-s10 .row {
  border-radius: 40px 0;
  background: linear-gradient(127deg, #1E5234 24.93%, #43B875 152.02%);
}
.md-s10 .sec-title {
  color: #fff;
}
.md-s10 .sec-title span {
  color: #FFA827;
}
.md-s10 form {
  margin-right: 15px;
}
.md-s10 .form-control {
  border: none;
}
.md-s10 .btn-submit {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #FFA827;
  margin: 0 auto;
  width: 150px;
  display: block;
}
.md-s10 .note {
  font-style: italic;
  font-size: 15px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .sec-title {
    font-size: 28px;
    line-height: 1.4;
  }
  .sec-title br {
    display: none;
  }
  .md-s1 {
    background-image: none;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .md-s1 .sec-title {
    text-align: left;
  }
  .md-s2 .sec-title br {
    display: none;
  }
  .md-s2 .sub-title {
    max-width: 100%;
  }
  .md-s2 .col-md-6:first-child {
    margin-bottom: 30px;
  }
  .md-s2 .col-md-6 .title {
    font-size: 20px;
  }
  .md-s2 .line-text span {
    display: block;
    border-radius: 20px;
  }
  .md-s2 .list-symtom .inner-content {
    padding-bottom: 0;
  }
  .md-s3 {
    padding: 30px 0;
  }
  .md-s3 .sec-title br {
    display: block;
  }
  .md-s4 {
    padding: 30px 0 0 0;
    background-image: none;
  }
  .md-s4 .sub-content {
    max-width: 100%;
    text-align: left;
  }
  .md-s4 .list-tp .title {
    margin-bottom: 30px;
  }
  .md-s4 .list-tp .inner {
    margin-bottom: 30px;
  }
  .md-s5 {
    background-image: url(thumb/s5-bg-mb.png);
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    margin-bottom: 30px;
  }
  .md-s5 .sub-title {
    max-width: 100%;
    text-align: left;
    margin-top: 10px;
  }
  .md-s5 .col-left,
  .md-s5 .col-right {
    display: flex;
  }
  .md-s5 .item {
    width: 50%;
    padding: 0 10px;
  }
  .md-s5 .bottom-content {
    position: relative;
    margin-top: 60px;
  }
  .md-s5 .bottom-content .col-image {
    min-width: auto;
    position: absolute;
    top: -30px;
    left: 15px;
  }
  .md-s5 .bottom-content .col-image img {
    width: 90px;
  }
  .md-s5 .bottom-content .inner {
    max-width: 100%;
    position: relative;
  }
  .md-s5 .bottom-content .inner-text {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
  }
  .md-s5 .bottom-content .inner-title {
    font-size: 24px;
    padding-left: 100px;
    line-height: 1.2;
  }
  .md-s-banner-1 {
    margin-bottom: 30px;
  }
  .md-s6 .sub-title {
    max-width: 100%;
    text-align: left;
  }
  .md-s6 .inner {
    position: relative;
    padding-left: 150px;
  }
  .md-s6 .thumb {
    width: 145px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
  }
  .md-s6 .inner-text {
    text-align: left;
  }
  .md-s6 .title {
    margin-left: 0;
    font-size: 16px;
  }
  .md-s6 .content {
    text-align: left;
  }
  .md-s6 .content-note {
    max-width: 100%;
  }
  .md-s6 .list-item:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 80px;
    width: 20px;
    height: 100%;
    background: url(thumb/arrow-line.png);
    background-repeat: no-repeat;
    background-size: auto;
  }
  .md-s7 {
    padding: 30px 0 0 0;
  }
  .md-s7 .sub-title {
    max-width: 100%;
  }
  .md-s7 li {
    font-size: 15px;
  }
  .md-s8 {
    padding: 30px 0 10px 0;
    background-image: none;
  }
  .md-s8 .sec-title br {
    display: block;
  }
  .md-s8 .sub-title {
    max-width: 100%;
  }
  .md-s9 {
    background-image: none;
  }
  .md-s9 .item-1 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .md-s9 .item-2 img {
    margin-bottom: 15px;
  }
  .md-s10 {
    background-position: top 50px left;
  }
  .md-s10 .row {
    padding-top: 30px;
    padding-bottom: 30px;
    background: none;
    position: relative;
    overflow: hidden;
  }
  .md-s10 .row:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.9;
    background: linear-gradient(127deg, #1E5234 24.93%, #43B875 152.02%);
  }
  .md-s10 form {
    margin-right: 0;
  }
}
/*# sourceMappingURL=maps/ld_meday.css.map */
