@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
/* NAV */
.uk-navbar-left p {
  margin: 0;
  line-height: 25px;
}

.uk-navbar-right .uk-button {
  line-height: 33px;
}

.uk-navbar-item {
  min-height: 78px;
}

.uk-navbar-transparent {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6705882353) 0%, rgba(0, 0, 0, 0) 100%);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.uk-navbar-sticky.uk-background-default {
  background-image: none !important;
  background-color: #ffffff;
}

.uk-navbar-sticky {
  z-index: 980;
}

.uk-navbar-left {
  max-width: 100% !important;
}

.uk-navbar-container:not(.uk-navbar-sticky) p, .uk-navbar-container:not(.uk-navbar-sticky) .uk-navbar-nav li a {
  color: #fff;
}
.uk-navbar-container:not(.uk-navbar-sticky) .uk-navbar-nav > li > a::before {
  background-color: #fff;
}

.uk-section-secondary {
  background-color: #fff;
}
.uk-section-secondary:not(.uk-preverse-color) h5, .uk-section-secondary:not(.uk-preverse-color) p {
  color: #222222;
}

/* end NAV */
/* GENERAL */
html {
  line-height: 1.7;
}

.diabetes-main-bg {
  background-color: #f9f9f9;
}

.uk-section-default {
  background-color: #f9f9f9;
}

#swup {
  margin-top: -78px;
}

.uk-button-default {
  background-image: radial-gradient(circle at 1% 100%, #005c84 1%, transparent 1%);
}
.uk-button-default:hover {
  color: #fff !important;
}

#navbar:not(.uk-sticky-fixed) .uk-navbar-toggle {
  color: #fff;
}

.uk-light a, .uk-light .uk-link,
.uk-offcanvas-bar a,
.uk-offcanvas-bar .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.uk-overlay-secondary a,
.uk-overlay-secondary .uk-link,
.uk-overlay-gradient a,
.uk-overlay-gradient .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link {
  color: #222222 !important;
}
.uk-light a:hover, .uk-light .uk-link:hover,
.uk-offcanvas-bar a:hover,
.uk-offcanvas-bar .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.uk-overlay-secondary a:hover,
.uk-overlay-secondary .uk-link:hover,
.uk-overlay-gradient a:hover,
.uk-overlay-gradient .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover {
  color: #222222;
}

.uk-card-primary > :not([class*=uk-card-media]) a, .uk-card-primary > :not([class*=uk-card-media]) .uk-link,
.uk-card-secondary > :not([class*=uk-card-media]) a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link {
  color: #222222;
}
.uk-card-primary > :not([class*=uk-card-media]) a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-link:hover,
.uk-card-secondary > :not([class*=uk-card-media]) a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link:hover {
  color: #222222;
}

.top-shape {
  direction: ltr;
  left: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.top-shape:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 100' preserveAspectRatio='none'%3E%3Cpath fill='%23f9f9f9' d='M0,6V0h1000v100L0,6z'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}

.bottom-shape {
  direction: ltr;
  left: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.bottom-shape:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 100' preserveAspectRatio='none'%3E%3Cpath fill='%23f9f9f9' d='M0,6V0h1000v100L0,6z'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.diabetes-subheading {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
}

.diabetes-heading {
  font-size: 30px;
}

.diabetes-text-primary {
  color: #005c84;
}

.hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-7px);
}

.bg-highlight, .diabetes-testimonials-section {
  background-color: #222222;
}

.bg-white {
  background-color: #fff;
}

.text-white {
  color: #fff;
}

.diabetes-pagination .page-item {
  font-size: 12px;
  font-weight: bold;
}
.diabetes-pagination .page-item a {
  color: #222222 !important;
}
.diabetes-pagination .uk-active span {
  color: #fff;
  background: #005c84;
  border-radius: 99px;
  padding: 5px 12px;
}

/* end GENERAL */
/* RELATED PAGES */
.relatedpages a {
  font-size: 18px;
  color: #222222;
}
.relatedpages img.image {
  border-radius: 0 !important;
}

/*  end RELATED PAGES */
/* FOOTER */
footer ul {
  padding-left: 0;
}
footer ul li {
  margin-bottom: 20px;
}

.diabetes-simple-footer {
  padding: 30px;
  background: #222222;
}
.diabetes-simple-footer li {
  color: #fff;
  margin-top: 0 !important;
}
.diabetes-simple-footer a {
  margin: 0 10px;
  color: #fff;
}

/* end FOOTER */
/* DIABETES HERO IMAGE */
.diabetes-hero-image-section .highlight {
  font-size: 45px;
  font-weight: 300;
  line-height: 1.2em;
}
.diabetes-hero-image-section .highlight strong {
  font-weight: 500;
}
.diabetes-hero-image-section .diabetes-headline {
  font-size: 13px;
  letter-spacing: 2px;
}

/*  end DIABETES HERO IMAGE */
/* DIABETES STEPS SECTION */
.diabetes-steps-section .card-label {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 70%;
  background: #fff;
  padding: 12px 24px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
}

/* end DIABETES STEPS SECTION */
/* DIABETES TESTIMONIALS */
.diabetes-testimonials-section {
  padding-top: 100px;
}
.diabetes-testimonials-section .uk-icon-link {
  background-color: rgba(255, 255, 255, 0.0705882353);
  color: #fff !important;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.diabetes-testimonials-section .uk-icon-link svg {
  color: #fff;
}
.diabetes-testimonials-section .uk-card {
  border-radius: 0;
}
.diabetes-testimonials-section .name {
  color: #666666;
}
.diabetes-testimonials-section .uk-dotnav li a {
  width: 10px;
  height: 10px;
}
.diabetes-testimonials-section .uk-dotnav li.uk-active a {
  width: 10px;
  background-color: #E4586A;
}
.diabetes-testimonials-section .uk-dotnav > * {
  padding-left: 10px;
}

/* end DIABETES TESTIMONIALS */
/* DIABETES BLOG MODULE*/
.diabetes-blog-section .uk-card {
  box-shadow: none;
  border-radius: 0;
  background-color: #fff;
}
.diabetes-blog-section .uk-card p {
  color: #222222;
}
.diabetes-blog-section .uk-card-media-top {
  position: relative;
}
.diabetes-blog-section .uk-card-media-top img {
  border-radius: 0;
}
.diabetes-blog-section .image-hover {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.diabetes-blog-section .image-hover::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #fff;
  transform: translateX(-50%);
  transition: top 0.5s ease;
  z-index: 2;
}
.diabetes-blog-section .image-hover:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -100%;
  width: 60px;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
  transition: right 0.5s ease;
  z-index: 2;
}
.diabetes-blog-section .image-hover:hover .image-overlay {
  opacity: 1;
}
.diabetes-blog-section .image-hover:hover:before {
  top: 50%;
  transform: translateY(-50%);
}
.diabetes-blog-section .image-hover:hover:after {
  right: 50%;
  transform: translateX(50%);
}
.diabetes-blog-section .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(34, 34, 34, 0.7) 0%, rgba(68, 68, 68, 0.7) 100%, rgba(102, 102, 102, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

/* end DIABETES BLOG MODULE*/
/* DIABETES GLOSSARY MODULE*/
.diabetes-glossary-section .uk-accordion-title {
  font-weight: 500;
  position: relative;
}
.diabetes-glossary-section .uk-accordion-title:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='14' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23222222' points='5,2 15,10 5,18' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease-in-out;
}
.diabetes-glossary-section .uk-open > .uk-accordion-title::before {
  transform: translateY(-50%) rotate(90deg); /* Xoay 90 độ xuống dưới */
}
.diabetes-glossary-section .uk-accordion-content {
  padding-left: 0;
  margin: 15px 20px 10px 30px;
}
.diabetes-glossary-section li.accordion-item {
  border: none !important;
  margin-top: 0;
}
.diabetes-glossary-section li.accordion-item a {
  padding-left: 30px;
}

/* end DIABETES GLOSSARY MODULE*/
/*  DIABETES STEPS NUMBER MODULE*/
.diabetes-steps-number-section .step-wrapper {
  box-shadow: 0px 0 60px 16px rgba(0, 0, 0, 0.05);
  padding: 60px;
}
.diabetes-steps-number-section .step-wrapper h3 {
  font-weight: 500;
}
.diabetes-steps-number-section .step-num {
  font-size: 44px;
  color: #e96d7c;
}

/* end DIABETES STEPS NUMBER MODULE*/
/* DIABETES IMAGE CONTENT (FULL) MODULE*/
.diabetes-image-content-full-section .content-wrapper, .diabetes-image-content-full-section .main-img {
  padding: 15px;
}

/* end DIABETES IMAGE CONTENT (FULL) MODULE*/
/* DIABETES DEFAULT TOP SECTION */
.default-top-section {
  padding: 160px 40px 80px 40px;
}

/* end DIABETES DEFAULT TOP SECTION */
/*  DIABETES BLOG SECTION */
.diabetes-blog-section .uk-icon {
  width: 14px;
  margin-right: 5px;
}
.diabetes-blog-section .uk-card-title a {
  color: #222222;
}
.diabetes-blog-section .category a {
  border-bottom: 0;
  letter-spacing: 2px;
  color: #444;
  font-size: 12px;
  font-weight: 500;
  margin-right: 15px;
}
.diabetes-blog-section .uk-text-meta {
  opacity: 0.4;
  color: #444;
  font-size: 14px;
}

/* end DIABETES BLOG SECTION */
/* BLOG POST CONTENT SECTION */
.blog-post-content-section .blog-post-container {
  background: #fff;
  margin-top: -200px;
  position: relative;
  z-index: 10;
  overflow-wrap: break-word;
}
.blog-post-content-section .blog-post-container .uk-input {
  background-color: #fff;
  border-radius: 5px 0 0 5px;
}
.blog-post-content-section .blog-post-container .uk-button {
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  width: 140px;
}
.blog-post-content-section .category a {
  border-bottom: 0;
  letter-spacing: 2px;
  color: #444;
  font-size: 12px;
  font-weight: 300;
  margin-right: 15px;
}
.blog-post-content-section .uk-text-meta {
  opacity: 0.6;
  color: #444;
  font-size: 14px;
}
.blog-post-content-section .side-link {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

/* end BLOG POST CONTENT SECTION */
/* POST NAV */
.post-nav .side-link {
  position: fixed;
  top: 65%;
}
.post-nav .side-link .nav-panel {
  z-index: 1000;
  position: relative;
  font-size: 11px;
  letter-spacing: 1px;
  writing-mode: vertical-rl;
  padding: 20px 10px;
  display: block;
  letter-spacing: 2px;
  color: #005c84;
}
.post-nav .side-preview {
  z-index: 500;
  position: fixed;
  top: 50%;
  width: 280px;
  transform: translateY(-50%);
  transition: transform 0.4s ease;
  background-color: #fff;
  width: 350px;
  min-height: 350px;
  box-sizing: border-box;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.post-nav .side-preview h4 {
  font-size: 18px;
  font-weight: 500;
}
.post-nav .side-left {
  left: 0;
}
.post-nav .side-left .side-preview {
  padding: 30px 30px 30px 100px;
  left: 0;
  transform: translateY(-50%) translateX(-100%);
}
.post-nav .side-left:hover .side-preview {
  transform: translateY(-50%) translateX(0);
}
.post-nav .side-left .nav-panel {
  transform: rotate(180deg);
}
.post-nav .side-right {
  right: 0;
}
.post-nav .side-right .side-preview {
  padding: 30px 100px 30px 30px;
  right: 0;
  transform: translateY(-50%) translateX(100%);
}
.post-nav .side-right:hover .side-preview {
  transform: translateY(-50%) translateX(0);
}

/* end POST NAV */
/* POST TAGS */
.tag-arrows {
  gap: 15px;
}
.tag-arrows .tag-item {
  position: relative;
  background: #f0f0f0;
  padding: 3px 5px 3px 10px;
  font-size: 12px;
  line-height: 2.3;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.tag-arrows .tag-item:after {
  content: "";
  position: absolute;
  right: -13px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 13px solid #f0f0f0;
}
.tag-arrows:last-child::after {
  display: none;
}
.tag-arrows .dot {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

/* end POST TAGS */
@media (max-width: 959px) {
  #navbar {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  #mobile-menu a {
    color: #fff !important;
  }
  #navbar .uk-navbar-container {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  #navbar .uk-navbar-nav > li > a {
    color: #222222 !important;
  }
  .uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
    height: 68px;
    min-height: 68px;
  }
  .diabetes-hero-image-section {
    min-height: calc(100vh - 10px) !important;
  }
  .uk-margin-medium {
    margin-bottom: 20px;
  }
  * + .uk-margin-medium {
    margin-top: 20px !important;
  }
  .diabetes-hero-image-section .highlight {
    font-size: 32px;
  }
  .top-shape:after, .bottom-shape:after {
    height: 50px;
  }
  .diabetes-steps-number-section .step-wrapper {
    padding: 40px;
  }
}
@media (min-width: 640px) {
  .diabetes-image-content-full-section .main-img, .diabetes-image-content-full-section .content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .diabetes-simple-footer li {
    display: inline;
  }
}
@media (min-width: 959px) {
  .default-top-section {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}
@media (min-width: 959px) and (max-width: 1024px) {
  .diabetes-hero-image-section .highlight {
    font-size: 24px;
  }
}
@media (min-width: 1080px) {
  .diabetes-image-content-full-section .main-img {
    padding-left: 0;
    padding-right: 0;
  }
  .diabetes-image-content-full-section .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1680px) {
  .uk-container-large {
    max-width: 1400px;
    margin: 0 auto;
  }
  .uk-container-expand {
    max-width: 1600px;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=diabetes.css.map */
