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

.bg-quote, .dd-s1 .quote-title {
  background: url(thumb/s1-bg-sec-title.svg);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  max-width: 820px;
  text-align: center;
  padding: 15px 40px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .bg-quote, .dd-s1 .quote-title {
    background-image: url(thumb/s1-bg-sec-title-mb.png);
    font-size: 18px;
    padding: 35px 25px;
  }
}

.doctor-quote {
  max-width: 65%;
  margin: 0 auto 30px auto;
  display: flex;
}
.doctor-quote .doctor-img {
  width: 80px;
  min-width: 80px;
}
.doctor-quote .quote-content {
  border-radius: 15px;
  background: linear-gradient(90deg, #FAEED3 0.06%, #FFF9E5 99.94%);
  box-shadow: 0 4px 0 0 #FFA827;
  padding: 15px;
  margin-left: 10px;
  position: relative;
}
.doctor-quote .quote-content.with-quote-icon {
  padding-right: 50px;
}
.doctor-quote .quote-content.with-quote-icon:after {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  width: 37px;
  height: 30px;
  background: url(thumb/close-quote.svg);
  z-index: 1;
  background-repeat: no-repeat;
}

.dd-s1 {
  padding: 80px 0;
  font-size: 16px;
  background-color: #FFFDF5;
}
.dd-s1 .quote-title {
  margin: 0px auto 30px auto;
}
.dd-s1 .item {
  text-align: center;
  padding: 30px 0;
}
.dd-s1 .item img {
  display: block;
  margin: 15px auto;
}
.dd-s1 .item-main {
  border-radius: 100%;
  background: linear-gradient(270deg, #FFEFD8 0%, rgba(255, 241, 221, 0) 25%, rgba(255, 241, 221, 0) 75%, #FFEFD8 100%);
  position: relative;
  width: 540px;
  height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dd-s1 .item-main img {
  display: block;
  margin: 0 auto;
}
.dd-s1 .quote-content p {
  color: #FE9900;
  text-align: center;
  font-family: Phudu;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .dd-s1 {
    padding: 60px 0;
  }
  .dd-s1 .item-main {
    max-width: 100%;
    background: none;
    width: 100%;
    height: auto;
  }
  .dd-s1 .item-main .img-thumb {
    display: block;
    position: relative;
  }
  .dd-s1 .item-main .img-thumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border-radius: 100%;
    display: block;
    margin-top: -20px;
    margin-left: -20px;
    background: linear-gradient(270deg, #FFEFD8 0%, rgba(255, 241, 221, 0) 25%, rgba(255, 241, 221, 0) 75%, #FFEFD8 100%);
  }
  .dd-s1 .item-main img {
    max-width: 330px;
  }
  .dd-s1 .align-items-center {
    align-items: flex-start !important;
  }
  .dd-s1 .item {
    padding-bottom: 0px;
  }
  .dd-s1 .item .inner {
    display: flex;
    flex-direction: column;
  }
  .dd-s1 .item-content {
    min-height: 145px;
    margin-bottom: 0;
  }
  .dd-s1 .quote-content p {
    font-size: 24px;
  }
}

.dd-s2 {
  padding: 50px 0 80px 0;
  background-image: url(thumb/s2-bg-1.png), url(thumb/s2-bg-2.png);
  background-size: auto, auto;
  background-position: center left -210px, center right;
  background-repeat: no-repeat;
}
.dd-s2 .sec-title {
  max-width: 80%;
  margin: 0 auto 30px auto;
}
.dd-s2 .list-text {
  padding: 15px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0 2px 10px 0 rgba(30, 82, 52, 0.15);
  margin-bottom: 30px;
  list-style: none;
}
.dd-s2 .list-text li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}
.dd-s2 .list-text li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #1E5234;
}
.dd-s2 .col-md-6.col-6 {
  border-right: 1px solid #ffa827;
}
.dd-s2 .col-md-6.col-6:last-child {
  border-right: none;
  border-top: 1px solid #ffa827;
}
.dd-s2 .col-md-6.col-6:nth-child(2) {
  border-right: none;
}
.dd-s2 .col-md-6.col-6:nth-child(3) {
  border-top: 1px solid #ffa827;
}
.dd-s2 .inner {
  text-align: center;
}
.dd-s2 .inner img {
  display: block;
  margin: 15px auto;
  max-width: 120px;
}
.dd-s2 .step-title {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 800;
  color: #1E5234;
  text-align: center;
  font-size: 20px;
}
.dd-s2 .step-number-title {
  color: #1E5234;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.dd-s2 .step-desc {
  margin-bottom: 5px;
}
.dd-s2 .bottom-content {
  color: #1E5234;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  margin-top: 20px;
}
.dd-s2 .banner {
  margin-top: 30px;
  cursor: pointer;
}
@media (max-width: 575px) {
  .dd-s2 {
    background-image: none;
    padding: 0 0 30px 0;
  }
  .dd-s2 .sec-title {
    max-width: 100%;
  }
}

.dd-s3 {
  background: url(thumb/s3-bg.png);
}
.dd-s3 .sub-sec-title {
  color: #1E5234;
  text-align: center;
  font-family: Phudu;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  max-width: calc(65% - 90px);
  margin: 0 auto 30px auto;
}
.dd-s3 .row {
  position: relative;
  background-color: #FFD9A1;
  border-radius: 15px;
  padding: 20px 30px;
  overflow: hidden;
}
.dd-s3 .col-content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.dd-s3 .col-content .title {
  background-color: #FE9900;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 15px 20px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.dd-s3 .col-content strong {
  font-weight: 700;
}
.dd-s3 .col-content:first-child {
  padding-right: 80px;
}
.dd-s3 .col-content:last-child {
  padding-left: 80px;
  z-index: 1;
}
.dd-s3 .col-content:last-child .title {
  background-color: #1E5234;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.dd-s3 .col-content:last-child .text-content {
  color: #000;
}
.dd-s3 .img-content {
  padding: 0;
}
.dd-s3 .img-content img {
  border-radius: 10px;
}
.dd-s3 .col-content-wrap {
  position: relative;
  z-index: 1;
}
.dd-s3 .col-content-wrap:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: calc(50% + 100px);
  height: 100%;
  background: url(thumb/s3-bg-2.svg);
  z-index: 2;
  background-repeat: no-repeat;
}
.dd-s3 .bottom-content {
  position: relative;
  max-width: 80%;
  margin: 30px auto;
  padding: 12px 20px;
  font-size: 16px;
  text-align: center;
  background: url(thumb/s3-bg-bottom-content.svg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 575px) {
  .dd-s3 {
    background-image: none;
  }
  .dd-s3 .doctor-quote {
    max-width: 100%;
  }
  .dd-s3 .sub-sec-title {
    max-width: 100%;
  }
  .dd-s3 .col-content-wrap {
    padding: 0;
  }
  .dd-s3 .col-content-wrap::before {
    background-image: url(thumb/s3-bg-2-mb.svg);
    width: 100%;
    background-size: 100% auto;
    background-position: top -50px center;
  }
  .dd-s3 .col-content:first-child {
    padding-top: 30px;
    padding-right: 15px;
  }
  .dd-s3 .col-content:last-child {
    padding-top: 150px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .dd-s3 .bottom-content {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(thumb/s3-bg-bottom-content-mb.svg);
  }
}

.dd-s4 {
  padding: 30px 0 50px 0;
}
.dd-s4 .sec-title {
  max-width: 70%;
  margin: 30px auto;
}
.dd-s4 .sub-title {
  max-width: 70%;
  margin: 0 auto 30px auto;
  text-align: center;
}
.dd-s4 .quote-content {
  color: #fff;
  margin: 30px auto;
  background-position: center;
  background-image: url(thumb/s4-bg-quote.svg);
}
.dd-s4 .quote-content p {
  margin-bottom: 0;
}
.dd-s4 .quote-content strong {
  color: #FE9900;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .dd-s4 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .dd-s4 .sec-title {
    max-width: 100%;
  }
  .dd-s4 .sub-title {
    max-width: 100%;
  }
  .dd-s4 .item-text-mb .item {
    border-bottom: 1px solid #FE9900;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .dd-s4 .item-text-mb .item:last-child {
    border: none;
  }
  .dd-s4 .quote-content {
    background-image: url(thumb/s4-bg-quote-mb.svg);
  }
}

.dd-s5 {
  position: relative;
}
.dd-s5 .sec-title {
  margin-bottom: 30px;
}
.dd-s5 .container {
  position: relative;
  z-index: 1;
}
.dd-s5 .list-item {
  position: relative;
  z-index: 1;
}
.dd-s5 .list-item .inner {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 10px 0 rgba(30, 82, 52, 0.15);
  padding: 15px;
  margin-bottom: 30px;
}
.dd-s5 .list-item-inner {
  justify-content: space-between;
}
.dd-s5 .title {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 5px 10px;
  background-color: #ffefd8;
  color: #1E5234;
}
.dd-s5 .img {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.dd-s5 .text {
  display: block;
  text-align: center;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
}
.dd-s5 .bottom-content {
  text-align: center;
  font-style: italic;
  font-weight: 500;
  max-width: 80%;
  margin: 15px auto;
}
.dd-s5 .bg-1,
.dd-s5 .bg-2 {
  position: absolute;
  top: 100px;
  z-index: 0;
}
.dd-s5 .bg-1 {
  left: 0;
}
.dd-s5 .bg-2 {
  right: 0;
}
@media (max-width: 575px) {
  .dd-s5 .doctor-quote {
    max-width: 100%;
  }
  .dd-s5 .bottom-content {
    max-width: 100%;
  }
}

.dd-s6 {
  padding: 80px 0;
}
.dd-s6 .quote-content p {
  margin-bottom: 5px;
}
.dd-s6 .col-cert {
  background: url(thumb/s6-bg-mockup.png);
  background-size: 100% auto;
  background-position: top center;
}
.dd-s6 .col-cert img {
  max-width: 365px;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}
.dd-s6 .col-cert .item {
  padding: 10px 15px 10px 20px;
}
.dd-s6 .list-cert .slick-dots {
  bottom: -50px;
}
.dd-s6 .list-cert .slick-dots li button:before {
  color: #007bff;
  font-size: 12px;
}
.dd-s6 .list-cert .slick-dots li.slick-active button:before {
  color: #0056b3;
}
.dd-s6 .list-cert .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 10;
}
.dd-s6 .list-cert .slick-arrow:before {
  font-size: 20px;
  color: #007bff;
}
.dd-s6 .list-cert .slick-arrow.slick-prev {
  left: 50px;
}
.dd-s6 .list-cert .slick-arrow.slick-next {
  right: 50px;
}
.dd-s6 .list-featured {
  margin-top: 50px;
}
.dd-s6 .list-featured .icon {
  display: block;
  text-align: center;
}
.dd-s6 .list-featured .title {
  display: block;
  font-weight: 700;
  color: #1E5234;
  margin-top: 15px;
  text-align: center;
  max-width: 70%;
  margin: 15px auto 0 auto;
}
.dd-s6 .bottom-content {
  background: url(thumb/s6-bg-text.svg);
  text-align: center;
  padding: 15px 20px;
  max-width: 850px;
  margin: 30px auto;
  background-position: center;
  background-repeat: no-repeat;
  color: #1E5234;
  font-weight: 600;
  font-size: 16px;
}
.dd-s6 .list-video-large {
  margin-bottom: 10px;
}
.dd-s6 .list-video-large .item {
  position: relative;
}
.dd-s6 .list-video-large .item:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(thumb/icon-play.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 360px;
  z-index: 1;
}
.dd-s6 .list-video-thumb {
  margin-left: -5px;
  margin-right: -5px;
}
.dd-s6 .list-video-thumb .item {
  padding: 5px;
}

@media (max-width: 575px) {
  .dd-s6 {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .dd-s6 .doctor-quote {
    max-width: 100%;
  }
  .dd-s6 .col-cert {
    background: none;
  }
  .dd-s6 .col-cert img {
    border: 10px solid #000;
  }
  .dd-s6 .list-cert .slick-prev {
    left: 0 !important;
  }
  .dd-s6 .list-cert .slick-next {
    right: 0 !important;
  }
  .dd-s6 .list-featured .title {
    max-width: 100%;
  }
  .dd-s6 .bottom-content {
    background-image: url(thumb/s6-bg-text-mb.svg);
  }
}

.dd-s7 {
  background: url(thumb/s7-bg.png);
  background-size: 100% auto;
  background-position: top center;
  padding: 80px 0 50px 0;
  background-repeat: no-repeat;
}
.dd-s7 .sec-title {
  max-width: 80%;
  margin: 30px auto;
}
.dd-s7 .sub-title {
  text-align: center;
  max-width: 80%;
  margin: 0 auto 30px auto;
}
.dd-s7 .quote-content p {
  margin-bottom: 5px;
}
.dd-s7 .quote-content p:last-child {
  padding-left: 40px;
  position: relative;
}
.dd-s7 .quote-content p img {
  position: absolute;
  top: 0;
  left: 0;
}
.dd-s7 .list-step {
  position: relative;
  margin-bottom: 30px;
}
.dd-s7 .list-step .img-arrow {
  position: absolute;
  top: 80px;
}
.dd-s7 .list-step .thumb {
  position: relative;
  margin-bottom: 40px;
}
.dd-s7 .list-step .thumb:before {
  content: "";
  display: block;
  width: 226px;
  height: 226px;
  background-color: #FFEBCE;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 360px;
  margin-top: -113px;
  margin-left: -113px;
}
.dd-s7 .list-step .thumb img {
  position: relative;
  display: block;
  margin: 0 auto;
}
.dd-s7 .inner {
  text-align: center;
  padding-bottom: 15px;
  font-size: 16px;
}
.dd-s7 .inner .title {
  background-color: #FE9900;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  width: 150px;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 5px 10px;
}

@media (max-width: 575px) {
  .dd-s7 {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .dd-s7 .sec-title {
    max-width: 100%;
  }
  .dd-s7 .sub-title {
    max-width: 100%;
  }
  .dd-s7 .img-arrow-mb {
    position: absolute;
    top: 0;
    left: 48px;
  }
  .dd-s7 .inner {
    position: relative;
    padding-left: 120px;
    text-align: left;
  }
  .dd-s7 .inner .thumb {
    position: absolute;
    top: 0;
    left: 0;
  }
  .dd-s7 .inner .thumb img {
    width: 84px;
    height: 84px;
  }
  .dd-s7 .inner .thumb:before {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
  }
  .dd-s7 .doctor-quote {
    max-width: 100%;
  }
}

.dd-s8 {
  padding: 0 0 80px 0;
}
.dd-s8 .sec-title {
  max-width: 80%;
  margin: 30px auto;
}
.dd-s8 .list-content {
  list-style: none;
  font-size: 16px;
}
.dd-s8 .list-content li {
  position: relative;
  margin-bottom: 15px;
}
.dd-s8 .list-content li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #FFA827;
  border-radius: 10px;
  position: absolute;
  top: 8px;
  left: -20px;
}
.dd-s8 .list-content li strong {
  color: #1E5234;
}
.dd-s8 .bottom-quote {
  border-radius: 0 20px;
  background: linear-gradient(109deg, #1E5234 12.81%, #348D5A 87.19%);
  color: #fff;
  padding: 15px;
  padding-right: 60px;
  position: relative;
}
.dd-s8 .bottom-quote:before {
  content: "";
  display: block;
  width: 37px;
  height: 31px;
  background-image: url(thumb/close-quote.svg);
  background-size: auto;
  background-position: center;
  position: absolute;
  top: 15px;
  right: 15px;
}
.dd-s8 .bottom-quote p {
  margin-bottom: 0;
}
.dd-s8 .bottom-quote strong {
  color: #FFA827;
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 575px) {
  .dd-s8 {
    padding-bottom: 30px;
  }
  .dd-s8 .sec-title {
    max-width: 100%;
    font-size: 33px;
  }
  .dd-s8 .list-content {
    padding-left: 15px;
  }
  .dd-s8 .bottom-quote {
    margin-bottom: 30px;
  }
}

.dd-s9 {
  font-size: 16px;
  padding-bottom: 50px;
}
.dd-s9 .sec-title {
  max-width: 80%;
  margin: 30px auto;
}
.dd-s9 img {
  display: block;
  margin-bottom: 15px;
}
.dd-s9 .title {
  font-weight: 700;
  color: #1E5234;
  font-size: 20px;
}
.dd-s9 ul {
  list-style: none;
  padding-left: 20px;
}
.dd-s9 ul li {
  position: relative;
  margin-bottom: 15px;
}
.dd-s9 ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #FFA827;
  border-radius: 10px;
  position: absolute;
  top: 8px;
  left: -20px;
}
.dd-s9 ul li strong {
  color: #1E5234;
}
.dd-s9 .hdsd {
  background: url(thumb/s9-bg-bottom.png);
  border-bottom: 3px solid #FFA827;
  border-radius: 10px;
  margin: 30px 0;
  padding: 20px 15px;
}
.dd-s9 .hdsd .title {
  font-style: italic;
}
.dd-s9 .hdsd ul {
  max-width: 60%;
  margin-bottom: 0;
  font-size: 16px;
}
.dd-s9 .hdsd ul li {
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .dd-s9 {
    padding-bottom: 30px;
  }
  .dd-s9 .sec-title {
    margin-top: 0;
    max-width: 100%;
    font-size: 33px;
  }
  .dd-s9 .hdsd {
    border: 2px solid #FFA827;
    background-color: #FAEED3;
    background-image: url(thumb/s9-bg-bottom-mb.png);
    padding-bottom: 180px;
  }
  .dd-s9 .hdsd ul {
    max-width: 100%;
  }
}

.dd-s10 .sec-title {
  max-width: 60%;
  margin: 30px auto;
}
.dd-s10 .img-center {
  display: block;
  margin: 0 auto;
}
.dd-s10 .title {
  background-color: #ffa827;
  color: #fff;
  font-weight: 700;
  display: block;
  border-radius: 10px;
  width: 190px;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.dd-s10 .list-content {
  border-radius: 20px;
  background: linear-gradient(109deg, #1E5234 12.81%, #348D5A 87.19%);
  color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.dd-s10 .list-content .col-md-6 {
  border-right: 2px solid #fff;
  padding-right: 80px;
}
.dd-s10 .list-content .col-md-6:last-child {
  border: none;
}
.dd-s10 .list-content .content {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .dd-s10 .sec-title {
    max-width: 100%;
    margin-top: 0;
    font-size: 34px;
  }
  .dd-s10 .list-content {
    margin-left: 0;
    margin-right: 0;
  }
  .dd-s10 .list-content .col-md-6 {
    padding: 0;
  }
  .dd-s10 .list-content .col-md-6:nth-child(1) {
    margin-bottom: 15px;
    border-right: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
  }
  .dd-s10 .doctor-quote {
    max-width: 100%;
  }
}

.dd-s11 {
  padding: 80px 0;
}
.dd-s11 .inner {
  color: #fff;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 445px;
  font-size: 16px;
}
.dd-s11 .inner .inner-content {
  position: relative;
  z-index: 1;
}
.dd-s11 .inner .title {
  text-transform: uppercase;
  font-family: Phudu;
  text-decoration: underline;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
}
.dd-s11 .inner .title span {
  color: #FE9900;
}
.dd-s11 .inner-1 {
  background-image: url(thumb/s11-bg-1.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  font-size: 16px;
}
.dd-s11 .inner-1 ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.dd-s11 .inner-1 ul li {
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.dd-s11 .inner-1 ul li span {
  color: #FE9900;
}
.dd-s11 .inner-1 ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #FFA827;
  border-radius: 10px;
  position: absolute;
  top: 8px;
  left: 0px;
}
.dd-s11 .inner-2 {
  border-radius: 20px;
  background: linear-gradient(118deg, #1E5234 0.83%, #348D5A 99.17%);
}
.dd-s11 .form-title {
  text-transform: uppercase;
  font-family: Phudu;
  font-weight: 700;
  font-size: 20px;
  background: none;
}
.dd-s11 .form-title span {
  color: #FE9900;
}
.dd-s11 .form-control {
  border: none;
  font-size: 16px;
  border-radius: 10px;
}
.dd-s11 .btn-submit {
  background-color: #FE9900;
  border: none;
  width: 100%;
  padding: 10px 0;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.dd-s11 .banner {
  margin-top: 50px;
}
@media (max-width: 575px) {
  .dd-s11 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dd-s11 .sec-title {
    max-width: 100%;
    font-size: 32px;
  }
  .dd-s11 .inner-1 {
    margin-bottom: 30px;
  }
}

.dd-s12 .inner-contact {
  display: flex;
  max-width: 70%;
  margin: 30px auto;
  justify-content: space-around;
  flex-wrap: wrap;
}
.dd-s12 .item {
  align-items: center;
  display: flex;
  border-radius: 20px;
  padding: 20px;
  color: #fff;
  max-width: 360px;
  background: linear-gradient(118deg, #1E5234 0.83%, #348D5A 99.17%);
  min-width: 360px;
}
.dd-s12 .item .icon {
  min-width: 65px;
  margin-right: 10px;
}
.dd-s12 .item p {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .dd-s12 .inner-contact {
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
  .dd-s12 .inner-contact .item {
    max-width: 100%;
  }
  .dd-s12 .inner-contact .item:first-child {
    margin-bottom: 20px;
  }
}

.list-gallery-image {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.list-gallery-image .col {
  flex: auto;
}
.list-gallery-image .col:nth-child(1) {
  width: 40%;
  padding-right: 10px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.list-gallery-image .col:nth-child(1) .item:nth-child(1) {
  margin-bottom: 20px;
}
.list-gallery-image .col:nth-child(1) .item:nth-child(2), .list-gallery-image .col:nth-child(1) .item:nth-child(3) {
  width: calc(50% - 10px);
}
.list-gallery-image .col:nth-child(2) {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}
.list-gallery-image .col:nth-child(2) .item:nth-child(1) {
  margin-bottom: 20px;
}
.list-gallery-image .col:nth-child(3) {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}
.list-gallery-image .col:nth-child(3) .item:nth-child(1), .list-gallery-image .col:nth-child(3) .item:nth-child(2) {
  margin-bottom: 20px;
}
.list-gallery-image .col:nth-child(3) .item:last-child {
  display: none;
}
.list-gallery-image .col:nth-child(3) .item:last-child {
  display: block;
}
.list-gallery-image .col:nth-child(4) {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}
.list-gallery-image .col:nth-child(4) .item:nth-child(1) {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .list-gallery-image .col:nth-child(1) {
    padding-left: 0;
    width: 100%;
    padding-right: 0;
  }
  .list-gallery-image .col:nth-child(1) .item:nth-child(2) {
    margin-bottom: 20px;
  }
  .list-gallery-image .col:nth-child(1) .item:nth-child(3) {
    margin-bottom: 20px;
  }
  .list-gallery-image .col:nth-child(2), .list-gallery-image .col:nth-child(4) {
    display: none;
  }
  .list-gallery-image .col:nth-child(3) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap;
  }
  .list-gallery-image .col:nth-child(3) .item {
    width: calc(50% - 10px);
  }
}

.modal-quiz .modal-dialog {
  border-radius: 20px;
}
.modal-quiz .modal-dialog {
  color: #fff;
  box-shadow: none;
  border: none;
}
.modal-quiz .modal-body {
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(118deg, #1E5234 0.83%, #348D5A 99.17%);
}
@media (max-width: 575px) {
  .modal-quiz .modal-body {
    padding: 10px 15px;
  }
}
.modal-quiz .modal-content {
  background-color: transparent;
  color: #fff;
  box-shadow: none;
  border: none;
  padding: 0 30px;
}

.form-quiz .quiz-title {
  color: #FE9900;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .form-quiz .quiz-title {
    margin-bottom: 5px;
  }
}
.form-quiz .form-check {
  margin-bottom: 10px;
  font-size: 16px;
}
.form-quiz .form-title {
  font-weight: 700;
  font-family: Phudu;
  text-transform: uppercase;
  text-align: center;
  font-size: 34px;
  margin-bottom: 15px;
  background: none;
}
.form-quiz .form-title span {
  color: #FE9900;
}
@media (max-width: 575px) {
  .form-quiz .form-title {
    font-size: 20px;
  }
  .form-quiz .form-title span {
    display: block;
  }
}
.form-quiz .form-control {
  border: none;
  border-radius: 10px;
}
.form-quiz .btn-submit {
  background: #FE9900;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 390px) {
  .dd-s1 .quote-title {
    font-size: 16px;
    padding-top: 25px;
  }
  .dd-s3 .bottom-content {
    font-size: 15px;
  }
  .dd-s4 .quote-content {
    font-size: 16px;
  }
  .dd-s5 .list-item .inner {
    padding-left: 5px;
    padding-right: 5px;
  }
  .dd-s5 .list-item .inner .text {
    font-size: 15px;
  }
  .dd-s6 .col-cert img {
    max-width: 330px;
  }
  .dd-s6 .list-featured .title {
    font-size: 15px;
  }
}
/*.primary-nav-collapse > .nav-item:first-child a {
  font-size: 0;
}*/
/*# sourceMappingURL=maps/ld_daday.css.map */
