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

/*.primary-nav-collapse > .nav-item:first-child a {
  font-size: 0;
}*/

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

.vd-s1 .col-text p {
  font-weight: 600;
  line-height: 30px;
  font-style: italic;
}
@media (max-width: 575px) {
  .vd-s1 img {
    margin-bottom: 30px;
  }
}

.vd-s2 {
  padding: 80px 0;
}
.vd-s2 .sec-title {
  margin-bottom: 30px;
}
.vd-s2 .strong-bold {
  color: #1E5234;
}
.vd-s2 .d-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.vd-s2 .d-header .thumb {
  margin-right: 10px;
}
.vd-s2 .d-header .doctor-name {
  font-weight: 700;
}
.vd-s2 .col-left .inner {
  background-color: #f6f2db;
  padding: 15px;
  border-radius: 20px;
  font-size: 17px;
  padding-bottom: 50px;
}
.vd-s2 .list-symtom-wrap {
  margin-top: -50px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .vd-s2 {
    padding: 30px 0;
  }
  .vd-s2 .slick-list {
    margin-left: 0 !important;
  }
}

.vd-s2 .list-symtom .item {
  padding: 10px;
}
.vd-s2 .list-symtom .inner {
  padding: 15px 10px;
  background: #fff;
  border-left: 3px solid #FFA827;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 2px 2px 10px 0 rgba(24, 66, 42, 0.15);
}
.vd-s2 .list-symtom .inner p {
  font-size: 17px;
}
.vd-s2 .list-symtom .item-image {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}
.vd-s2 .list-symtom .item-image img {
  height: 138px;
}
.vd-s2 .list-symtom .strong {
  font-weight: 700;
}
.vd-s2 .inner-text-2 {
  padding: 35px 15px;
  background: #FFA827;
  color: #fff;
  border-radius: 20px;
}
.vd-s2 .title {
  font-weight: 700;
  color: #1E5234;
  font-size: 20px;
}
.vd-s2 .inner-text-3 {
  background-color: #fff;
  border-radius: 30px 0;
  border-left: 3px solid #FFA827;
  box-shadow: 2px 2px 10px 0 rgba(24, 66, 42, 0.15);
  padding: 15px;
}
.vd-s2 .inner-text-3 p {
  margin-bottom: 0;
}
.vd-s2 .inner-cta {
  border-radius: 20px;
  background: linear-gradient(127deg, #1E5234 24.93%, #43B875 152.02%);
  padding: 15px;
  color: #fff;
  margin-top: 30px;
}
.vd-s2 .title-form {
  color: #FFF;
  font-family: Phudu;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
}
.vd-s2 .sub-title-form {
  color: #FFF;
  font-family: Phudu;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
}
.vd-s2 .sub-title-form span {
  color: #FFA827;
}
.vd-s2 .form-control {
  border: none;
  font-size: 15px;
}
.vd-s2 .btn-submit {
  width: 100%;
  background-color: #FFA827;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 575px) {
  .vd-s2 .title {
    margin-top: 30px;
  }
  .vd-s2 .inner-text-3 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
  }
  .vd-s2 .title-form {
    font-size: 30px;
    text-align: center;
  }
  .vd-s2 .sub-title-form {
    font-size: 24px;
    text-align: center;
  }
}

.vd-s3 {
  padding: 0 0 50px 0;
  font-size: 16px;
  background-image: url(thumb/s3-bg-2.svg), url(thumb/s3-bg-1.svg);
  background-position: center left, top right;
  background-repeat: no-repeat;
}
.vd-s3 .sec-title {
  text-align: left;
}
.vd-s3 .sub-title {
  font-weight: 700;
  text-transform: uppercase;
  color: #1E5234;
  font-size: 17px;
}
.vd-s3 .title-tp {
  color: #F9F8F2;
  text-align: center;
  font-family: Phudu;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #1E5234;
  display: inline-block;
  margin: 15px auto;
  padding: 10px 20px;
  border-radius: 0 20px;
  background: #1E5234;
}
.vd-s3 .tp img {
  mix-blend-mode: multiply;
  display: block;
  margin-bottom: 30px;
}
.vd-s3 .title-content {
  color: #1E5234;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}
.vd-s3 .title-content span {
  color: #222;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  display: block;
  text-transform: none;
}
.vd-s3 .list-item-inner .inner {
  position: relative;
  background-color: #fff;
  padding: 15px 15px 15px 45px;
  border-radius: 30px 0;
  box-shadow: 2px 2px 10px 0 rgba(24, 66, 42, 0.15);
  margin-bottom: 30px;
  min-height: 126px;
}
.vd-s3 .list-item-inner .inner:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 15px;
  width: 23px;
  height: 23px;
  background: url(thumb/icon-check.svg);
}
.vd-s3 .list-item-inner p {
  color: #222;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 16px;
}
@media (max-width: 575px) {
  .vd-s3 .sec-title {
    font-size: 40px;
    text-align: center;
  }
  .vd-s3 .list-item-inner .inner {
    min-height: auto;
  }
}

.vd-s4 .sec-title {
  text-align: center;
  max-width: 60%;
  margin: 0 auto 15px auto;
}
.vd-s4 .cta-bottom {
  text-align: center;
}
.vd-s4 .cta-bottom p {
  text-transform: uppercase;
  font-weight: 700;
  color: #1E5234;
}
.vd-s4 .cta-bottom .btn-cta {
  background-color: #FFA827;
  color: #fff;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 20px;
}
.vd-s4 .cta-bottom .btn-cta img {
  margin-right: 10px;
}
.vd-s4 .sub-title {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
.vd-s4 .list-thuoc {
  margin-top: 50px;
  justify-content: center;
  flex-wrap: wrap;
}
.vd-s4 .list-thuoc .item {
  width: 20%;
  padding: 0 15px;
}
.vd-s4 .list-thuoc .inner {
  padding: 15px;
  font-size: 16px;
  border-radius: 30px 0;
  background: #FFF;
  box-shadow: 2px 2px 10px 0 rgba(24, 66, 42, 0.15);
  margin-bottom: 30px;
  margin-top: 50px;
  min-height: 215px;
}
.vd-s4 .list-thuoc .inner p {
  margin-bottom: 0;
}
.vd-s4 .list-thuoc .title {
  text-transform: uppercase;
  font-weight: 700;
  color: #1E5234;
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
.vd-s4 .list-thuoc .img-thumb {
  display: block;
  margin: -65px auto 15px auto;
  width: 130px;
  height: 130px;
}
@media (max-width: 575px) {
  .vd-s4 .sec-title {
    max-width: 100%;
  }
  .vd-s4 .sub-title {
    max-width: 100%;
  }
  .vd-s4 .list-thuoc .item {
    width: 50%;
  }
  .vd-s4 .list-thuoc .item .inner {
    min-height: 230px;
  }
}

.vd-s5 {
  padding: 80px 0;
}
.vd-s5 .sec-title {
  text-align: center;
  max-width: 60%;
  margin: 0 auto 15px auto;
}
.vd-s5 .slick-prev {
  left: 0px;
  color: #FFA827;
  opacity: 1;
  border: 1px solid #FFA827;
}
.vd-s5 .slick-prev::before {
  color: #FFA827;
  opacity: 1;
  background-color: #FFA827;
}
.vd-s5 .slick-next {
  right: 0px;
  color: #FFA827;
  opacity: 1;
  border: 1px solid #FFA827;
}
.vd-s5 .slick-next::before {
  color: #FFA827;
  opacity: 1;
  background-color: #FFA827;
}
.vd-s5 .checklist {
  list-style: none;
  margin-top: 15px;
}
.vd-s5 .checklist li {
  margin-left: -80px;
  border-bottom-right-radius: 30px;
  border-right: 3px solid #FFA827;
  background: #FFF;
  box-shadow: 2px 2px 10px 0 rgba(24, 66, 42, 0.15);
  margin-bottom: 20px;
  padding: 15px;
  padding-left: 45px;
  position: relative;
}
.vd-s5 .checklist li:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 15px;
  width: 23px;
  height: 23px;
  background: url(thumb/icon-check.svg);
}
.vd-s5 .power-button {
  content: "";
  display: block;
  width: 40px;
  height: 8px;
  background-color: #1E5234;
  position: absolute;
  top: -5px;
  right: 50px;
  border-radius: 0;
}
.vd-s5 .list-slider-cert {
  border: 5px solid #1E5234;
  border-radius: 30px;
  overflow: hidden;
  padding: 15px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.vd-s5 .list-slider-cert:before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid #1E5234;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 25px;
}
.vd-s5 .list-slider-cert .item {
  padding: 0 15px;
}
.vd-s5 .list-slider-cert img {
  display: block;
  margin: 15px auto;
  border: 1px solid #1E5234;
}
.vd-s5 .img-bottom {
  margin-top: -30px;
}
.vd-s5 .quote {
  background-color: #fff;
  padding: 30px;
  padding-left: 60px;
  margin-bottom: 0;
  width: 100%;
  margin-top: 15px;
  border-radius: 30px 0;
  border-right: 3px solid #FFA827;
  box-shadow: 2px 2px 10px 0 rgba(24, 66, 42, 0.15);
  position: relative;
  color: #1E5234;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.vd-s5 .quote:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 20px;
  width: 23px;
  height: 23px;
  background: url(thumb/s5-img-close-quote.png);
  background-size: 23px;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .vd-s5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .vd-s5 .sec-title {
    max-width: 100%;
  }
  .vd-s5 .checklist {
    padding-left: 0;
  }
  .vd-s5 .checklist li {
    margin-left: 0;
  }
  .vd-s5 .img-bottom {
    display: none;
  }
}

.vd-s6 {
  padding: 50px 0;
  background-color: #F9F7E7;
}
.vd-s6 .btn-cta {
  display: flex;
  align-items: center;
  background: #FFA827;
  color: #fff;
  width: 290px;
  margin: 30px auto 15px auto;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
.vd-s6 .btn-cta .icon {
  margin-right: 10px;
}
.vd-s6 .btn-cta .text {
  text-align: left;
}
.vd-s6 .btn-cta .text-call {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
}
.vd-s6 .btn-cta .phone {
  font-weight: 800;
  font-size: 27px;
  display: block;
  line-height: 1;
}
.vd-s6 .sec-title {
  text-align: left;
}
.vd-s6 .sub-title {
  color: #1E5234;
  font-family: Roboto;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  /* 152.632% */
}
.vd-s6 .list-item .item-title {
  text-align: center;
  margin-top: -1px;
  margin-bottom: 15px;
}
.vd-s6 .list-item .item-title span {
  border-radius: 0 0 20px 20px;
  background: #215939;
  color: #F9F8F2;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 156.25% */
  text-transform: uppercase;
  padding: 10px 15px;
}
.vd-s6 .list-item .item-sub-title {
  text-transform: uppercase;
  color: #1E5234;
  font-weight: 700;
  margin-bottom: 10px;
}
.vd-s6 .bottom-content {
  padding: 15px;
  color: #F9F8F2;
  background-color: #1E5234;
  border-radius: 20px;
}
.vd-s6 .bottom-content .d-flex {
  margin-bottom: -15px;
}
.vd-s6 .bottom-content .col {
  padding: 0 5px;
}
.vd-s6 .bottom-content .col .inner {
  background-color: #F9F7E7;
  color: #1E5234;
  padding: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  padding-top: 50px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  min-height: 160px;
}
.vd-s6 .bottom-content .col .inner::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  width: 20px;
  height: 20px;
  background: url(thumb/icon-check.svg);
  background-size: 20px;
  margin-left: -10px;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .vd-s6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.vd-s7 {
  padding: 50px 0 20px 0;
}
.vd-s7 .sub-sec-title {
  color: #1E5234;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 147.059% */
}
.vd-s7 .sub-title {
  color: #222;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  max-width: 70%;
  margin: 0 auto 30px auto;
  /* 147.059% */
}
.vd-s7 .inner {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .vd-s7 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .vd-s7 .sub-title {
    max-width: 100%;
  }
  .vd-s7 .slick-list {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}

.vd-s9 {
  padding: 50px 0;
}
.vd-s9 .sec-title {
  text-align: left;
  max-width: 70%;
}
.vd-s9 .inner {
  background-color: #fff;
  border-top: 3px solid #1E5234;
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 30px;
  min-height: 370px;
}
.vd-s9 .col-md-6:nth-child(3) .inner, .vd-s9 .col-md-6:nth-child(4) .inner {
  min-height: 200px;
}
.vd-s9 .item-title {
  margin-bottom: 30px;
  margin-top: -28px;
}
.vd-s9 .item-title span {
  background-color: #1E5234;
  color: #fff;
  border-radius: 0 0 20px 20px;
  background: #1E5234;
  box-shadow: 2px 2px 10px 0 rgba(24, 66, 42, 0.15);
  color: #FFF;
  text-align: center;
  font-family: Phudu;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 5px 15px;
}
.vd-s9 ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.vd-s9 ul li {
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .vd-s9 {
    padding-bottom: 0;
  }
  .vd-s9 .sec-title {
    text-align: center;
    margin: 0 auto 30px auto;
  }
  .vd-s9 .inner {
    min-height: auto;
  }
  .vd-s9 .item-title {
    margin-top: -32px;
    text-align: center;
  }
  .vd-s9 .item-title span {
    font-size: 20px;
  }
}

.vd-s10 .sec-title {
  max-width: 60%;
  margin: 30px auto;
}
.vd-s10 .thumb {
  position: relative;
  z-index: 2;
}
.vd-s10 .inner-text {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 2px 2px 10px 0 rgba(24, 66, 42, 0.15);
  padding: 15px;
  max-width: calc(100% - 100px);
  margin: -50px auto 0 auto;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.vd-s10 .inner-text i {
  color: #FFA827;
}
.vd-s10 .contact-title {
  color: #1E5234;
  font-family: Phudu;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.vd-s10 .social-link {
  position: absolute;
  top: 50px;
  right: 15px;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.vd-s10 .social-link li {
  margin: 5px;
}
.vd-s10 .btn-cta {
  background-color: #FFA827;
  display: block;
  border-radius: 40px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.vd-s10 .btn-cta svg {
  margin: 0 5px;
}
.vd-s10 .btn-cta img {
  background-color: #fff;
  border-radius: 40px;
  border: none;
}
.vd-s10 .bottom-content {
  background-color: #1E5234;
  color: #fff;
  padding: 30px 30px 0 30px;
  border-radius: 30px;
}
.vd-s10 .bottom-content .contact-title {
  color: #fff;
}
.vd-s10 .bottom-content strong {
  display: block;
}
.vd-s10 .inner-item {
  position: relative;
  padding-left: 50px;
}
.vd-s10 .inner-item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 15px;
  width: 20px;
  height: 20px;
  background: url(thumb/icon-check.svg);
  background-size: 20px;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .vd-s10 {
    padding: 0px 0;
  }
  .vd-s10 .sec-title {
    text-align: center;
    margin: 0 auto 30px auto;
    max-width: 100%;
  }
  .vd-s10 .contact-title {
    font-size: 24px;
    text-align: center;
  }
  .vd-s10 .btn-cta {
    display: block;
  }
  .vd-s10 .social-link {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: 15px auto;
    justify-content: center;
  }
  .vd-s10 .bottom-content {
    margin-left: -15px !important;
    margin-right: -15px !important;
    border-radius: 0;
  }
}

.vd-s11 {
  background: url(thumb/s11-bg.png);
  margin-top: 50px;
  padding: 30px 0;
}
.vd-s11 .col-image img {
  display: block;
  margin: 0 auto;
  border: 30px solid rgba(255, 168, 39, 0.2);
  border-radius: 200px;
}
.vd-s11 .form-control {
  min-height: 40px;
}
.vd-s11 .sec-title {
  margin-bottom: 15px;
}
.vd-s11 .btn-submit {
  background-color: #FFA827;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
  width: 170px;
  display: block;
}
@media (max-width: 575px) {
  .vd-s11 {
    margin-top: 0;
  }
}
/*# sourceMappingURL=maps/ld_viemda.css.map */
