/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
 html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}/**
 * Remove the margin in all browsers (opinionated).
 */

 body {
  margin: 0;
}/* HTML5 display definitions
   ========================================================================== *//**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}/**
 * Add the correct display in IE 9-.
 */audio,
canvas,
progress,
video {
  display: inline-block;
}/**
 * Add the correct display in iOS 4-7.
 */audio:not([controls]) {
  display: none;
  height: 0;
}/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */progress {
  vertical-align: baseline;
}/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */template, /* 1 */
[hidden] {
  display: none;
}/* Links
   ========================================================================== *//**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */a:active,
a:hover {
  outline-width: 0;
}/* Text-level semantics
   ========================================================================== *//**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */b,
strong {
  font-weight: inherit;
}/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */b,
strong {
  font-weight: bolder;
}/**
 * Add the correct font style in Android 4.3-.
 */dfn {
  font-style: italic;
}/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */h1 {
  font-size: 2em;
  margin: 0.67em 0;
}/**
 * Add the correct background and color in IE 9-.
 */mark {
  background-color: #ff0;
  color: #000;
}/**
 * Add the correct font size in all browsers.
 */small {
  font-size: 80%;
}/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/* Embedded content
   ========================================================================== *//**
 * Remove the border on images inside links in IE 10-.
 */img {
  border-style: none;
}/**
 * Hide the overflow in IE.
 */svg:not(:root) {
  overflow: hidden;
}/* Grouping content
   ========================================================================== *//**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}/**
 * Add the correct margin in IE 8.
 */figure {
  margin: 1em 40px;
}/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}/* Forms
   ========================================================================== *//**
 * 1. Correct color not being inherited.
      Known issue: affects color of disabled elements.
 * 2. Change font properties to `inherit` in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
  vertical-align: middle;
}/**
 * Restore the font weight unset by the previous rule.
 */optgroup {
  font-weight: bold;
}/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */button,
input { /* 1 */
  overflow: visible;
}/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */button,
select { /* 1 */
  text-transform: none;
}/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}/**
 * Remove the inner border and padding in Firefox.
 */button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}/**
 * Restore the focus styles unset by the previous rule.
 */button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}/**
 * Remove the default vertical scrollbar in IE.
 */textarea {
  overflow: auto;
  resize: none;
  vertical-align: top;
}/* webkit focus outline */input,
select,
textarea {
  outline: 0;
}/* Re-set default cursor for disabled elements. */[disabled] {
  cursor: default;
}/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}/**
 * Correct the text style of placeholders in Chrome, Edge, ff, and Safari.
 */input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 0.54;
}input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 0.54;
}input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}input::-ms-clear,
input::-ms-reveal {
  display: none;
}/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/* table
   ========================================================================== *//* Remove table cell spacing and padding */table {
  border-collapse: collapse;
  border-spacing: 0;
}td,
th {
  padding: 0;
}h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0;
}ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}ul, ol {
  list-style: none outside none;
}h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

@font-face {
  font-family: "MavenPro";
  src: url("./../fonts/maven-pro/MavenPro-VariableFont_wght.ttf");
}

@font-face {
  font-family: "IBMPlexSansThai";
  font-weight: 100;
  src: url("./../fonts/ibm-plex-sans-thai/IBMPlexSansThai-Thin.ttf");
}

@font-face {
  font-family: "IBMPlexSansThai";
  font-weight: 200;
  src: url("./../fonts/ibm-plex-sans-thai/IBMPlexSansThai-ExtraLight.ttf");
}

@font-face {
  font-family: "IBMPlexSansThai";
  font-weight: 300;
  src: url("./../fonts/ibm-plex-sans-thai/IBMPlexSansThai-Light.ttf");
}

@font-face {
  font-family: "IBMPlexSansThai";
  font-weight: 400;
  src: url("./../fonts/ibm-plex-sans-thai/IBMPlexSansThai-Regular.ttf");
}

@font-face {
  font-family: "IBMPlexSansThai";
  font-weight: 500;
  src: url("./../fonts/ibm-plex-sans-thai/IBMPlexSansThai-Medium.ttf");
}

@font-face {
  font-family: "IBMPlexSansThai";
  font-weight: 600;
  src: url("./../fonts/ibm-plex-sans-thai/IBMPlexSansThai-SemiBold.ttf");
}

@font-face {
  font-family: "IBMPlexSansThai";
  font-weight: 700;
  src: url("./../fonts/ibm-plex-sans-thai/IBMPlexSansThai-Bold.ttf");
}

.font-maven {
  font-family: "MavenPro";
}

.font-ibm {
  font-family: "IBMPlexSansThai";
}
:lang(th){
  font-family: "IBMPlexSansThai";
}
:root {
  --web-font-size: 16px;
  --web-background-color: white;
  --web-text-color: #242424;
  --web-font-family: "MavenPro";
  --primary-color: #0086c4;
  --letter-spacing: -0.25px;
}

html {
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

body {
  font-family: "MavenPro";
  font-size: var(--web-font-size);
  background-color: var(--web-background-color);
  color: var(--web-text-color);
  letter-spacing: var(--letter-spacing);
}

main {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: initial;
}

input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
}

@media (hover: hover) {
    .link-text-parent:hover .link-text {
      color: var(--primary-color) !important;
    }
}

.link-text-parent:active .link-text {
    color: var(--primary-color) !important;
  }

.link-text {
  transition: color 0.25s;
}

@media (hover: hover) {
    .link-text:hover {
      color: var(--primary-color) !important;
    }
  }

.link-text:active {
    color: var(--primary-color) !important;
  }

.tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.25rem 1rem;
  color: white;
  text-transform: uppercase;
  border-radius: 10000px;
  white-space: nowrap;
}

.tag.blue {
    background-color: #03afff;
  }

.tag.pink {
    background-color: #e291ae;
  }

.tag.purple {
    background-color: #a79ae0;
  }

.tag.filter-item {
    font-size: 0.875rem;
    font-weight: 500;
    color: #000000;
    border: 1px solid rgba(0 0 0 / 0.25);
    cursor: pointer;
    transition: all 0.25s;
  }

@media (hover: hover) {
      .tag.filter-item:hover {
        color: white;
        border-color: #000000;
        background-color: #000000;
      }
    }

.tag.filter-item:active {
      color: white;
      border-color: #000000;
      background-color: #000000;
    }

.tag.rating {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0.25rem 0.625rem;
    color: #000000;
    background: #e5eeed;
    display: inline-flex;
    gap: 0.25rem;
    align-items: center;
  }

.tag.rating::before {
      width: 0.75rem;
      height: 0.75rem;
      content: "";
      -webkit-mask: url("../images/icons/icon-star.svg") no-repeat 50% 50%;
              mask: url("../images/icons/icon-star.svg") no-repeat 50% 50%;
      -webkit-mask-size: contain;
              mask-size: contain;
      background-color: #085e51;
    }

@media (max-width: 992px) {

.tag {
    font-size: 0.625rem
}
    .tag.rating {
      font-size: 0.625rem;
    }
      .tag.rating::before {
        width: 0.625rem;
        height: 0.625rem;
      }
  }

.paginations {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 1rem;
}

.paginations .pagination-button {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 0.5rem;
  }

.dot {
  width: 4px;
  height: 4px;
  background-color: rgba(0 0 0 / 0.5);
  display: inline-block;
  border-radius: 50%;
}

.v-divider {
  width: 1px;
  height: 20px;
  background: #b6b6b6;
}

.articles-switch {
  position: relative;
  display: inline-flex;
  border-radius: 10000px;
  padding: 0.875rem 0.25rem;
  background-color: #e6e7e8;
}

.articles-switch .switch-item {
    flex: 1;
    position: relative;
    font-size: 1.125rem;
    font-weight: 500;
    color: rgba(0 0 0 / 0.5);
    width: 100px;
    text-align: center;
    cursor: pointer;
    transition: color 0.25s;
  }

.articles-switch .switch-item:nth-of-type(2) {
    color: white;
  }

.articles-switch .switch-highlight {
    background: #0086c4;
    position: absolute;
    width: 50%;
    top: 4px;
    bottom: 4px;
    left: 4px;
    border-radius: 10000px;
    transition: transform 0.25s;
  }

.lang-switch {
  position: relative;
  display: inline-flex;
  border-radius: 10000px;
  padding: 0.5rem 0.625rem;
  gap: 8px;
  background-color: #f2f3f3;
}

.lang-switch .switch-item {
    position: relative;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(0 0 0 / 0.2);
    padding: 2px 4px;
    text-align: center;
    cursor: pointer;
    transition: color 0.25s;
  }

.lang-switch .switch-item:nth-of-type(2) {
    color: white;
  }

.lang-switch .switch-highlight {
    background: #000000;
    position: absolute;
    width: 50%;
    top: 4px;
    bottom: 4px;
    left: 4px;
    border-radius: 10000px;
    transition: transform 0.25s;
  }

.lang-switch.th .switch-item:nth-of-type(3) a{
      color: white;
    }

.lang-switch.th .switch-item:nth-of-type(2) a{
      color: rgba(0 0 0 / 0.2);
    }

.lang-switch.th .switch-highlight {
      left: unset;
      right: 4px;
    }

.searchbox {
  width: 100%;
  max-width: 40rem;
  border: none;
  outline: none;
  border-bottom: 2px solid #000000;
  padding-right: 2rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  position: relative;
}

.searchbox input {
    width: 100%;
    border: none;
    outline: none;
  }

.searchbox::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    width: 1rem;
    height: 1rem;
    -webkit-mask: url("../images/icons/icon-search.svg") no-repeat center center;
            mask: url("../images/icons/icon-search.svg") no-repeat center center;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #000000;
  }

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 993px) {
  .mb-show {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .mb-hide {
    display: none !important;
  }
}

@media (min-width: 577px) {
  .xs-show {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .xs-hide {
    display: none !important;
  }
}

:root {
  --header-height: 5rem;
  --header-height-negative: -5rem;
  --header-logo-height: 3rem;
  --header-logo-height-m: 2.125rem;
  --header-px: 3rem;
  --header-drawer-mah: calc(100dvh - 5rem);
  --header-drawer-h: 480px;
}

header {
  position: sticky;
  top: 0px;
  z-index: 10000;
  transition: 0.35s all;
}

header .container {
    display: grid;
    grid-template-columns: 320px 1fr;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

@media (max-width: 1440px) {
    header .container {
      grid-template-columns: 240px 1fr;
    }
  }

@media (max-width: 1200px) {
    header .container {
      grid-template-columns: 140px 1fr;
    }
  }

.header-dt .header-bar {
    background-color: white;
    height: var(--header-height);
    position: relative;
    z-index: 9999;
  }

.header-dt .header-bar .container {
      height: 100%;
      align-items: center;
      padding-left: var(--header-px);
      padding-right: var(--header-px);
    }

.header-dt .header-bar .container .header-logo {
        height: var(--header-logo-height);
      }

.header-dt .header-bar .container .header-logo img {
          width: auto;
          height: 100%;
        }

.header-dt .header-bar .container .header-content {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
      }

.header-dt .header-bar .container .header-content .header-navs ul {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
          }

.header-dt .header-bar .container .header-content .header-navs ul li {
              padding: 0px 1rem;
              cursor: pointer;
              text-transform: uppercase;
              display: inline-flex;
              align-items: center;
              gap: 0.5rem;
              transition: 0.25s all;
              font-size: 0.875rem;
              line-height: 1rem;
              font-weight: 500;
              color: #000000;
            }

.header-dt .header-bar .container .header-content .header-navs ul li.has-submenu::after {
                flex-shrink: 0;
                width: 0.5rem;
                height: 0.375rem;
                content: "";
                -webkit-mask: url("../images/icons/icon-arrow-down.svg") no-repeat 50% 50%;
                        mask: url("../images/icons/icon-arrow-down.svg") no-repeat 50% 50%;
                -webkit-mask-size: contain;
                        mask-size: contain;
                background-color: #000000;
                transition: 0.25s all;
              }

.header-dt .header-bar .container .header-content .header-navs ul li.active {
              color: var(--primary-color);
            }

.header-dt .header-bar .container .header-content .header-navs ul li.active::after {
                background-color: var(--primary-color);
                transform: rotate(-180deg);
              }

@media (hover: hover) {
              .header-dt .header-bar .container .header-content .header-navs ul li:hover {
                color: var(--primary-color);
              }
                .header-dt .header-bar .container .header-content .header-navs ul li:hover::after {
                  background-color: var(--primary-color);
                }
            }

.header-dt .header-bar .container .header-content .header-navs ul li:active {
              color: var(--primary-color);
            }

.header-dt .header-bar .container .header-content .header-navs ul li:active::after {
                background-color: var(--primary-color);
              }

.header-dt .header-bar .container .header-content .header-actions {
          display: flex;
          flex-flow: row nowrap;
          align-items: center;
          gap: 2rem;
        }

.header-dt .header-bar .container .header-content .header-actions #search-btn {
            width: 1rem;
            height: 1rem;
            -webkit-mask: url("../images/icons/icon-search.svg") no-repeat 50% 50%;
                    mask: url("../images/icons/icon-search.svg") no-repeat 50% 50%;
            -webkit-mask-size: contain;
                    mask-size: contain;
            background-color: #000000;
            cursor: pointer;
            transition: 0.25s all;
          }

@media (min-width: 992px) {
              .header-dt .header-bar .container .header-content .header-actions #search-btn:hover {
                background-color: var(--primary-color);
              }
            }

.header-dt .header-bar .container .header-content .header-actions #search-btn.active {
              background-color: var(--primary-color);
            }

.header-dt .header-bar .container .header-content .header-actions #lang-switcher {
            position: relative;
          }

.header-dt .header-bar .container .header-content .header-actions #lang-switcher .lang-button {
              font-size: 0.875rem;
              line-height: 1rem;
              font-weight: 500;
              transition: 0.25s all;
              color: #000000;
              cursor: pointer;
              text-transform: uppercase;
              display: inline-flex;
              align-items: center;
              gap: 0.5rem;
            }

.header-dt .header-bar .container .header-content .header-actions #lang-switcher .lang-button::after {
                width: 0.5rem;
                height: 0.375rem;
                content: "";
                -webkit-mask: url("../images/icons/icon-arrow-down.svg") no-repeat 50% 50%;
                        mask: url("../images/icons/icon-arrow-down.svg") no-repeat 50% 50%;
                -webkit-mask-size: contain;
                        mask-size: contain;
                background-color: #000000;
                transition: 0.25s all;
              }

.header-dt .header-bar .container .header-content .header-actions #lang-switcher .lang-menu-list {
              position: absolute;
              transition: 0.5s all;
              top: calc(100% + 0.25rem);
              left: 50%;
              opacity: 0;
              transform: translate(-50%, -4px);
              z-index: -1;
              overflow: hidden;
              background-color: white;
              border: 1px solid #f2f3f3;
              border-radius: 0.25rem;
              padding: 0.5rem;
              pointer-events: none;
            }

.header-dt .header-bar .container .header-content .header-actions #lang-switcher .lang-menu-list .lang-menu-item {
                cursor: pointer;
                font-size: 0.875rem;
                line-height: 1rem;
                font-weight: 500;
                text-align: center;
                padding: 0.25rem 1rem;
                border-radius: 0.25rem;
              }

.header-dt .header-bar .container .header-content .header-actions #lang-switcher .lang-menu-list .lang-menu-item.active {
                  color: var(--primary-color);
                  background-color: #def2fb;
                }

@media (hover: hover) {
                  .header-dt .header-bar .container .header-content .header-actions #lang-switcher .lang-menu-list .lang-menu-item:hover {
                    color: var(--primary-color);
                  }
                }

.header-dt .header-bar .container .header-content .header-actions #lang-switcher .lang-menu-list .lang-menu-item:active {
                  color: var(--primary-color);
                }

.header-dt .header-bar .container .header-content .header-actions #lang-switcher.open .lang-button {
                color: var(--primary-color);
              }

.header-dt .header-bar .container .header-content .header-actions #lang-switcher.open .lang-button::after {
                transform: rotate(-180deg);
                background-color: var(--primary-color);
              }

.header-dt .header-bar .container .header-content .header-actions #lang-switcher.open .lang-menu-list {
                opacity: 1;
                transform: translateX(-50%);
                z-index: 30;
                pointer-events: unset;
              }

@media (hover: hover) {
                .header-dt .header-bar .container .header-content .header-actions #lang-switcher:hover .lang-button {
                  color: var(--primary-color);
                }
                .header-dt .header-bar .container .header-content .header-actions #lang-switcher:hover .lang-button::after {
                  background-color: var(--primary-color);
                }
            }

.header-dt .header-drawer {
    background-color: white;
    max-height: var(--header-drawer-mah);
    height: var(--header-drawer-h);
    z-index: 9999;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    overflow: hidden;
    transition: 0.85s all;
    border-top: 1px solid #e6e7e8;
  }

.header-dt .header-drawer.hide {
      border-top-width: 0px;
      max-height: 0px;
    }

.header-dt .header-drawer .drawer-container {
      position: relative;
      z-index: 1;
      padding: 1.5rem 3rem;
      transform: translateY(0);
      opacity: 1;
      transition: opacity 0.5s;
    }

.header-dt .header-drawer .drawer-container.hide {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: -1;
      }

.header-dt .header-drawer .drawer-container.with-border {
        padding: 0px 0px;
      }

.header-dt .header-drawer .drawer-container.with-border .container {
          padding: 1.5rem 3rem 3rem;
        }

.header-dt .header-drawer .drawer-container.with-border .container:not(:last-of-type) {
          border-bottom: 1px solid #bfbfbf;
        }

.header-dt .header-drawer .drawer-container .drawer-label {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 1.125rem;
        font-weight: 400;
      }

.header-dt .header-drawer .drawer-container .drawer-label::before {
          width: 1rem;
          height: 1rem;
          content: "";
          -webkit-mask: url("../images/icons/icon-hospital.svg") no-repeat 50% 50%;
                  mask: url("../images/icons/icon-hospital.svg") no-repeat 50% 50%;
          -webkit-mask-size: contain;
                  mask-size: contain;
          background-color: #000000;
        }

.header-dt .header-drawer .drawer-container .drawer-content {
        padding: 0px 1rem;
      }

.header-dt .header-drawer .drawer-container .drawer-content .drawer-subnav-list {
          display: flex;
          flex-flow: column nowrap;
          gap: 1.5rem;
        }

.header-dt .header-drawer .drawer-container .drawer-content .drawer-subnav-list .drawer-subnav-head {
            font-size: 1.125rem;
            text-decoration: underline;
            margin-bottom: 1.5rem;
          }

.header-dt .header-drawer .drawer-container .drawer-content .drawer-subnav-list .drawer-subnav-item {
            font-size: 1.5rem;
          }

.header-dt .header-drawer .drawer-container .drawer-content .drawer-link {
          font-size: 1.125rem;
          text-decoration: underline;
        }

.header-dt .header-drawer .drawer-container .drawer-content .tag {
          text-transform: capitalize;
        }

.header-dt .header-drawer .drawer-container .drawer-content.multi-cols {
        display: flex;
        gap: 10.75rem;
      }

.header-dt .header-drawer .drawer-container .drawer-content.multi-cols .drawer-subnav-list {
          width: 320px;
        }

.header-mb .header-bar {
    padding: 0.75rem 1.25rem;
    background-color: white;
    height: var(--header-height);
    position: relative;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

.header-mb .header-bar .header-logo {
      height: var(--header-logo-height-m);
    }

.header-mb .header-bar .header-logo img {
        width: auto;
        height: 100%;
      }

.header-mb .header-bar .header-actions {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      gap: 1rem;
    }

.header-mb .header-bar .header-actions #search-btn {
        width: 1.325rem;
        height: 1.325rem;
        -webkit-mask: url("../images/icons/icon-search.svg") no-repeat 50% 50%;
                mask: url("../images/icons/icon-search.svg") no-repeat 50% 50%;
        -webkit-mask-size: contain;
                mask-size: contain;
        background-color: #000000;
        cursor: pointer;
        transition: 0.25s all;
      }

@media (hover: hover) {
          .header-mb .header-bar .header-actions #search-btn:hover {
            background-color: var(--primary-color);
          }
        }

.header-mb .header-bar .header-actions #search-btn.active {
          background-color: var(--primary-color);
        }

.header-mb .header-bar .header-actions #menu-burger {
        width: 1.325rem;
        height: 1.325rem;
        -webkit-mask: url("../images/icons/icon-burger.svg") no-repeat 50% 50%;
                mask: url("../images/icons/icon-burger.svg") no-repeat 50% 50%;
        -webkit-mask-size: contain;
                mask-size: contain;
        background-color: #0086c4;
        cursor: pointer;
      }

.header-mb .header-bar .header-actions #menu-burger.active {
          -webkit-mask: url("../images/icons/icon-close.svg") no-repeat 50% 50%;
                  mask: url("../images/icons/icon-close.svg") no-repeat 50% 50%;
        }

.header-mb .header-drawer {
    background-color: white;
    max-height: var(--header-drawer-mah);
    height: var(--header-drawer-h);
    z-index: 9999;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    overflow: hidden;
    transition: 0.85s all;
    border-top: 1px solid #e6e7e8;
  }

.header-mb .header-drawer.hide {
      border-top-width: 0px;
      max-height: 0px;
    }

.header-mb .header-drawer .drawer-content {
      padding: 2.5rem 0.75rem;
    }

.header-mb .header-drawer .drawer-content .drawer-label {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.875rem;
        font-weight: 400;
        margin-bottom: 1rem;
      }

.header-mb .header-drawer .drawer-content .drawer-label::before {
          width: 1rem;
          height: 1rem;
          content: "";
          -webkit-mask: url("../images/icons/icon-hospital.svg") no-repeat 50% 50%;
                  mask: url("../images/icons/icon-hospital.svg") no-repeat 50% 50%;
          -webkit-mask-size: contain;
                  mask-size: contain;
          background-color: #000000;
        }

.header-mb .header-drawer .drawer-content .drawer-link {
        text-decoration: underline;
      }

.header-mb .header-drawer .drawer-content .result-container {
        display: flex;
        flex-flow: row wrap;
        gap: 0.5rem;
      }

.header-mb .header-drawer .drawer-content .tag {
        text-transform: capitalize;
      }

.header-mb .header-drawer .drawer-content:not(:last-of-type) {
      border-bottom: 1px solid #bfbfbf;
    }

.header-mb .menu-drawer {
    background-color: white;
    max-height: calc(100dvh - 80px);
    background-color: white;
    height: 100dvh;
    z-index: 9999;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    overflow: auto;
    transition: 0.85s all;
    border-top: 1px solid #e6e7e8;
    padding: 1rem 0px;
  }

.header-mb .menu-drawer.hide {
      padding: 0px;
      overflow: hidden;
      border-top-width: 0px;
      max-height: 0px;
    }

.header-mb .menu-drawer .lang-container {
      padding: 1rem 0.75rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #f2f5fc;
    }

.header-mb .menu-drawer .lang-container > span {
        font-size: 1rem;
        color: rgba(0 0 0 / 0.5);
      }

.header-mb .menu-drawer .nav-container .nav-list-item {
        padding: 1.5rem 0.75rem;
        border-bottom: 1px solid #f2f5fc;
        max-height: 4.25rem;
        overflow: hidden;
        transition:
          max-height 0.75s,
          background-color 0.35s;
      }

.header-mb .menu-drawer .nav-container .nav-list-item .content {
          font-size: 1rem;
          font-weight: 500;
        }

.header-mb .menu-drawer .nav-container .nav-list-item:not(.no-sub) > .content {
          display: flex;
          justify-content: space-between;
        }

.header-mb .menu-drawer .nav-container .nav-list-item:not(.no-sub) > .content::after {
            content: "";
            width: 0.8rem;
            height: 0.5rem;
            -webkit-mask: url("../images/icons/icon-arrow-down.svg") no-repeat center
              center;
                    mask: url("../images/icons/icon-arrow-down.svg") no-repeat center
              center;
            -webkit-mask-size: contain;
                    mask-size: contain;
            background-color: #000000;
            transition: transform 0.35s;
          }

.header-mb .menu-drawer .nav-container .nav-list-item .subnav {
          display: flex;
          flex-flow: column nowrap;
          gap: 0.5rem;
          margin-top: 0.5rem;
          opacity: 0;
          transition: opacity 0.35s;
        }

.header-mb .menu-drawer .nav-container .nav-list-item .subnav li {
            padding: 0.75rem 1rem;
          }

.header-mb .menu-drawer .nav-container .nav-list-item.active:not(.no-sub) {
          background-color: #f2f5fc;
          max-height: 100dvh;
        }

.header-mb .menu-drawer .nav-container .nav-list-item.active:not(.no-sub) .content {
            color: #03afff;
          }

.header-mb .menu-drawer .nav-container .nav-list-item.active:not(.no-sub) .content::after {
            background-color: #0086c4;
            transform: rotate(-180deg);
          }

.header-mb .menu-drawer .nav-container .nav-list-item.active:not(.no-sub) .subnav {
            opacity: 1;
          }

.dimmer {
  background: rgba(0 0 0 / 0.7);
  position: fixed;
  inset: 0;
  z-index: 2;
  transition: 0.35s all;
}

.dimmer.hide {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
  }

.specialty-card {
  display: flex;
  margin: 4.5rem 0px 0px;
  gap: 1rem;
  max-width: 30rem;
}

.specialty-card .sc-img {
    flex-shrink: 0;
    width: 13.125rem;
  }

.specialty-card .sc-img img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover;
    }

.specialty-card .sc-info {
    display: flex;
    flex-flow: column nowrap;
    gap: 0.5rem;
  }

.specialty-card .sc-info .sc-title {
      font-size: 1.125rem;
      font-weight: 500;
    }

.specialty-card .sc-info .sc-desc {
      font-size: 0.875rem;
      font-weight: 400;
      color: rgba(0 0 0 / 0.5);
    }

@media (max-width: 992px) {

.specialty-card {
    margin: 2rem 0.75rem 0px;
    gap: 1.5rem
}
    .specialty-card .sc-img {
      width: 7.5rem;
    }
      .specialty-card .sc-info .sc-title {
        font-size: 1rem;
      }
      .specialty-card .sc-info .sc-desc {
        font-size: 0.75rem;
      }
  }

footer {
  margin: 1.5rem;
  padding: 7.5rem 1.5rem 5rem;
  border-radius: 0.5rem;
  background-color: #f2f3f3;
}

footer .footer-container {
    display: flex;
    justify-content: space-evenly;
    gap: 1.5rem;
    padding-bottom: 4.5rem;
  }

footer .footer-container .logo {
      width: 140px;
      height: auto;
      -o-object-fit: contain;
         object-fit: contain;
    }

footer .footer-container .footer-group-label {
      font-size: 1.125rem;
      color: rgba(0 0 0 / 0.5);
      margin-bottom: 1.5rem;
    }

footer .footer-container .footer-nav .footer-nav-list .footer-nav-item {
          font-size: 1.125rem;
          line-height: 1.4rem;
          color: #000000;
          margin-bottom: 1rem;
        }

footer .footer-container .footer-contact-us {
      max-width: 300px;
    }

footer .footer-container .footer-contact-us button.get-direction {
        margin-bottom: 1.5rem;
      }

footer .footer-container .footer-contact-us .footer-contact-list li {
          margin-bottom: 1.5rem;
          line-height: 1.4rem;
          display: flex;
          gap: 0.5rem;
          align-items: flex-start;
          font-size: 1.125rem;
        }

footer .footer-container .footer-contact-us .footer-contact-list li::before {
            content: "";
            flex-shrink: 0;
            margin-top: 0.25rem;
            background-color: #000000;
          }

footer .footer-container .footer-contact-us .footer-contact-list .contact-location::before {
          width: 0.625rem;
          height: 0.875rem;
          -webkit-mask: url("../images/icons/icon-pin.svg") no-repeat center center;
                  mask: url("../images/icons/icon-pin.svg") no-repeat center center;
          -webkit-mask-size: 100% auto;
                  mask-size: 100% auto;
        }

footer .footer-container .footer-contact-us .footer-contact-list .contact-phone::before {
          width: 0.875rem;
          height: 0.875rem;
          -webkit-mask: url("../images/icons/icon-phone.svg") no-repeat center center;
                  mask: url("../images/icons/icon-phone.svg") no-repeat center center;
          -webkit-mask-size: 100% auto;
                  mask-size: 100% auto;
        }

footer .footer-container .footer-contact-us .footer-contact-list .contact-fax::before {
          width: 1rem;
          height: 1rem;
          -webkit-mask: url("../images/icons/icon-fax.svg") no-repeat center center;
                  mask: url("../images/icons/icon-fax.svg") no-repeat center center;
          -webkit-mask-size: 100% auto;
                  mask-size: 100% auto;
        }

footer .footer-container .footer-contact-us .footer-contact-list .contact-mail::before {
          width: 0.875rem;
          height: 0.625rem;
          -webkit-mask: url("../images/icons/icon-mail.svg") no-repeat center center;
                  mask: url("../images/icons/icon-mail.svg") no-repeat center center;
          -webkit-mask-size: 100% auto;
                  mask-size: 100% auto;
          margin-top: 0.5rem;
        }

footer .footer-container .footer-contact-us .footer-social-list {
        display: flex;
        gap: 0.625rem;
      }

footer .footer-container .map {
      width: 550px;
      height: 320px;
      border-radius: 0.5rem;
      overflow: hidden;
    }

footer .footer-container .map img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
      }

footer .footer-extra {
    letter-spacing: -0.5px;
    border-top: 1px solid rgba(0 0 0 / 0.25);
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(0 0 0 / 0.5);
  }

footer .footer-extra .terms-list {
      display: flex;
      gap: 1rem;
    }

@media (max-width: 1280px) {
    footer .footer-container {
      gap: 1rem;
    }
      footer .footer-container .map {
        width: 400px;
      }
  }

@media (max-width: 1140px) {
    footer .footer-container {
      gap: 1rem;
    }
      footer .footer-container .map {
        width: 320px;
      }
  }

@media (max-width: 992px) {

footer {
    margin: 0.75rem;
    padding: 4rem 0.75rem 5rem
}
    footer .footer-container {
      flex-flow: column nowrap;
    }
      footer .footer-container .logo {
        width: auto;
        height: 4rem;
      }
      footer .footer-container .footer-nav {
        order: 4;
      }
        footer .footer-container .footer-nav .footer-group-label {
          transform: translateY(0.5rem);
        }
        footer .footer-container .footer-nav .footer-nav-list {
          display: grid;
          grid-auto-flow: column;
          grid-template-columns: repeat(2, 1fr);
          grid-template-rows: repeat(3, 1fr);
          -moz-column-gap: 1rem;
               column-gap: 1rem;
        }
      footer .footer-container .footer-contact-us {
        max-width: 100%;
        order: 3;
      }
        footer .footer-container .footer-contact-us .footer-group-label {
          display: none;
        }
        footer .footer-container .footer-contact-us .get-direction {
          font-size: 1rem;
        }
      footer .footer-container .map {
        width: 100%;
        order: 2;
      }
    footer .footer-extra {
      flex-flow: column nowrap;
      gap: 0.825rem;
    }
  }

:root {
  --floater-transition-duration: 0.25s;
}

.floater-menu {
  position: fixed;
  z-index: 9999;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255 255 255 / 0.5);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10000px;
  padding: 1rem 4rem;
  transition: var(--floater-transition-duration) background-color;
}

.floater-menu ul {
    display: inline-flex;
    justify-content: center;
    gap: 2rem;
  }

.floater-menu ul li {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      text-transform: uppercase;
      width: 150px;
      gap: 0.625rem;
      font-size: 0.75rem;
      font-weight: 500;
      color: #000000;
      cursor: pointer;
      transition: var(--floater-transition-duration) all;
    }

.floater-menu ul li .floater-icon {
        display: inline-block;
        width: 100%;
        height: 25px;
        background-color: #9e9e9e;
        transition: var(--floater-transition-duration) all;
        -webkit-mask-size: auto 25px;
                mask-size: auto 25px;
      }

.floater-menu ul li .floater-icon.icon-doctor {
          -webkit-mask: url("../images/icons/icon-doctor.svg") no-repeat 50% 50%;
                  mask: url("../images/icons/icon-doctor.svg") no-repeat 50% 50%;
        }

.floater-menu ul li .floater-icon.icon-appointment {
          -webkit-mask: url("../images/icons/icon-appointment.svg") no-repeat 50% 50%;
                  mask: url("../images/icons/icon-appointment.svg") no-repeat 50% 50%;
        }

.floater-menu ul li .floater-icon.icon-cc {
          -webkit-mask: url("../images/icons/icon-contact.svg") no-repeat 50% 50%;
                  mask: url("../images/icons/icon-contact.svg") no-repeat 50% 50%;
        }
.floater-menu ul li .floater-icon.icon-preregister {
          -webkit-mask: url("../images/icons/icon-preregister.svg") no-repeat 50% 50%;
                  mask: url("../images/icons/icon-preregister.svg") no-repeat 50% 50%;
        }
@media (hover: hover) {
        .floater-menu ul li:hover {
          color: #03afff;
        }
          .floater-menu ul li:hover .floater-icon {
            background-color: var(--primary-color);
          }
      }

.floater-menu ul li:active {
        color: #0086c4;
      }

.floater-menu ul li:active .floater-icon {
          background-color: #0086c4;
        }

@media (hover: hover) {
    .floater-menu:hover {
      background-color: rgba(255 255 255 / 0.9);
    }
  }

.floater-menu:active {
    background-color: rgba(255 255 255 / 0.9);
  }

@media (max-width: 992px) {

.floater-menu {
    padding: 0.75rem;
    bottom: 0px;
    left: 0px;
    right: 0px;
    transform: none;
    border-radius: 0px
}
    .floater-menu ul {
      display: flex;
      gap: 2rem;
    }
      .floater-menu ul li {
        max-width: 4.75rem;
        text-align: center;
        gap: 0.5rem;
      }
  }

:root {
  --button-transition-time: 0.25s;
  --button-arrow-animate-time: 0.25s;
  --ghost-arrow-animate-time: 0.25s;
}

button {
  border-radius: 10000px;
  padding: 0.625rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
  transition-property: border-color, color, background-color;
  transition-duration: var(--button-transition-time);
  text-transform: uppercase;
}

@media (max-width: 992px) {

button {
    font-size: 0.875rem
}
  }

.with-arrow::after {
    content: "";
    width: 1.125rem;
    height: 0.875rem;
    -webkit-mask: url("../images/icons/icon-arrow-right.svg") repeat-x 50% 50%;
            mask: url("../images/icons/icon-arrow-right.svg") repeat-x 50% 50%;
    -webkit-mask-size: contain;
            mask-size: contain;
    transition:
      var(--button-transition-time) background-color,
      var(--button-arrow-animate-time) mask-position ease-in;
  }

@media (max-width: 992px) {

.with-arrow::after {
      width: 0.875rem;
      height: 0.625rem
  }
    }

@media (hover: hover) {
    .with-arrow:hover::after {
      -webkit-mask-position: 1.125rem center;
              mask-position: 1.125rem center;
    }
  }

.primary {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}

.primary::after {
    background-color: white;
  }

@media (hover: hover) {
    .primary:hover {
      color: var(--primary-color);
      background-color: white;
    }
      .primary:hover::after {
        background-color: var(--primary-color);
      }
  }

.primary:active {
    color: var(--primary-color);
    background-color: white;
  }

.primary:active::after {
      background-color: var(--primary-color);
    }

.secondary {
  background-color: transparent;
  color: #000000;
  border: 1px solid #7f7f7f;
}

.secondary::after {
    background-color: #000000;
  }

@media (hover: hover) {
    .secondary:hover {
      color: white;
      background-color: var(--primary-color);
      border-color: var(--primary-color);
    }
      .secondary:hover::after {
        background-color: white;
      }
  }

.secondary:active {
    color: white;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
  }

.secondary:active::after {
      background-color: white;
    }

.ghost {
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: unset;
  padding: 0.25rem 0px;
  border: none;
  outline: none;
  background: transparent;
  color: #000000;
  transition:
    var(--ghost-arrow-animate-time) color,
    var(--ghost-arrow-animate-time) gap;
}

.ghost::after {
    content: "";
    width: 0.5rem;
    height: 0.4rem;
    margin-top: 0.25rem;
    background-color: #000000;
    -webkit-mask: url("../images/icons/icon-arrow-right.svg") no-repeat center center;
            mask: url("../images/icons/icon-arrow-right.svg") no-repeat center center;
    -webkit-mask-size: contain;
            mask-size: contain;
    transition:
      var(--ghost-arrow-animate-time) background-color,
      var(--ghost-arrow-animate-time) transform;
    transform: translateX(0px);
  }

@media (hover: hover) {
    .ghost:hover {
      color: var(--primary-color);
    }
    .ghost:hover::after {
      transform: translateX(0.125rem);
      background-color: var(--primary-color);
    }
  }

.ghost:active {
    color: var(--primary-color);
  }

.ghost:active::after {
    transform: translateX(0.125rem);
    background-color: var(--primary-color);
  }

@media (hover: hover) {
  .ghost-btn-parent:hover {
    cursor: pointer;
  }
    .ghost-btn-parent:hover button.ghost {
      color: var(--primary-color);
    }
    .ghost-btn-parent:hover button.ghost::after {
      transform: translateX(0.125rem);
      background-color: var(--primary-color);
    }
}

.cta {
  background-color: #26a9e0;
  color: white;
  border: 1px solid var(--primary-color);
  border-radius: 10000px;
  padding: 0.5rem 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.cta::before {
    width: 1.125rem;
    height: 1.125rem;
    content: "";
    -webkit-mask: url("../images/icons/icon-phone.svg") no-repeat 50% 50%;
            mask: url("../images/icons/icon-phone.svg") no-repeat 50% 50%;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: white;
    transition: var(--button-transition-time) all;
  }

@media (hover: hover) {
    .cta:hover {
      background-color: #ffffff;
      border-color: #26a9e0;
      color: #26a9e0;
    }
      .cta:hover::before {
        background-color: #26a9e0;
      }
  }

.cta:active {
    background-color: #ffffff;
    border-color: #26a9e0;
    color: #26a9e0;
  }

.cta:active::before {
      background-color:#26a9e0;
    }

@media (max-width: 992px) {

.cta {
    font-size: 1rem;
    font-weight: 600;
    padding: 0.5rem 1.25rem
}
    .cta::before {
      width: 0.625rem;
      height: 0.625rem;
    }
  }

.buy-now {
  cursor: pointer;
  width: 100%;
  padding: 0.75rem 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #03afff;
  border: 1px solid #000000;
  border-radius: 10000px;
  font-size: 1.125rem;
  font-weight: 500;
  outline: none;
  box-shadow: none;
}

.buy-now::before {
    content: "";
    width: 2rem;
    height: 2rem;
    -webkit-mask: url("../images/icons/icon-cart.svg") no-repeat 50% 50%;
            mask: url("../images/icons/icon-cart.svg") no-repeat 50% 50%;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #ffffff;
  }

@media (max-width: 992px) {

.buy-now {
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.625rem 1rem
}
    .buy-now::before {
      width: 0.875rem;
      height: 0.875rem;
    }
  }

.get-direction {
  cursor: pointer;
  width: 100%;
  padding: 0.75rem 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  text-transform: uppercase;
  color: #000000;
  background-color: transparent;
  border: 1px solid #7f7f7f;
  border-radius: 10000px;
  font-size: 1.125rem;
  font-weight: 400;
  outline: none;
  box-shadow: none;
  text-transform: capitalize;
}

.get-direction::before {
    content: "";
    width: 0.75rem;
    height: 0.875rem;
    -webkit-mask: url("../images/icons/icon-direction.svg") no-repeat 50% 50%;
            mask: url("../images/icons/icon-direction.svg") no-repeat 50% 50%;
    -webkit-mask-size: contain;
            mask-size: contain;
    transition: background-color var(--button-transition-time);
    background-color: #000000;
  }

@media (hover: hover) {
    .get-direction:hover {
      background-color: var(--primary-color);
      border-color: var(--primary-color);
      color: #ffffff;
    }
      .get-direction:hover::before {
        background-color: #ffffff;
      }
  }

.get-direction:active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #ffffff;
  }

.get-direction:active::before {
      background-color: #ffffff;
    }

.arrow-button {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0px;
  border: 1px solid #000000;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-property: background-color, border-color;
  transition-duration: var(--button-transition-time);
}

.arrow-button::before {
    content: "";
    width: 18px;
    height: 14px;
    background-color: #000000;
    transition:
      var(--button-transition-time) background-color,
      var(--button-transition-time) mask-position;
  }

@media (max-width: 992px) {

.arrow-button {
    width: 2.25rem;
    height: 2.25rem
}
    .arrow-button::before {
      width: 13px;
      height: 10px;
    }
  }

@media (hover: hover) {
    .arrow-button:not([aria-disabled="true"]):hover {
      background-color: var(--primary-color);
      border-color: var(--primary-color);
    }
      .arrow-button:not([aria-disabled="true"]):hover::before {
        background-color: white;
      }
      .arrow-button:not([aria-disabled="true"]):hover.left::before {
        -webkit-mask-position: -1.125rem center;
                mask-position: -1.125rem center;
      }
        @media (max-width: 992px) {
      .arrow-button:not([aria-disabled="true"]):hover.left::before {
          -webkit-mask-position: -0.875rem center;
                  mask-position: -0.875rem center
      }
        }
      .arrow-button:not([aria-disabled="true"]):hover.right::before {
        -webkit-mask-position: 1.125rem center;
                mask-position: 1.125rem center;
      }
        @media (max-width: 992px) {
      .arrow-button:not([aria-disabled="true"]):hover.right::before {
          -webkit-mask-position: 0.875rem center;
                  mask-position: 0.875rem center
      }
        }
  }

.arrow-button.left::before {
  -webkit-mask: url("../images/icons/icon-arrow-left.svg") repeat-x 50% 50%;
          mask: url("../images/icons/icon-arrow-left.svg") repeat-x 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.arrow-button.right::before {
  -webkit-mask: url("../images/icons/icon-arrow-right.svg") repeat-x 50% 50%;
          mask: url("../images/icons/icon-arrow-right.svg") repeat-x 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.arrow-button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.25;
}

.social-button {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0px;
  border: 1px solid rgba(0 0 0 / 0.25);
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    background-color var(--button-transition-time),
    border-color var(--button-transition-time);
}

.social-button::before {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background-color: #000000;
    transition: background-color var(--button-transition-time);
  }

.social-button.facebook::before {
    -webkit-mask: url("../images/icons/icon-facebook.svg") no-repeat center center;
            mask: url("../images/icons/icon-facebook.svg") no-repeat center center;
    -webkit-mask-size: auto 100%;
            mask-size: auto 100%;
  }

.social-button.instagram::before {
    -webkit-mask: url("../images/icons/icon-instagram.svg") no-repeat center center;
            mask: url("../images/icons/icon-instagram.svg") no-repeat center center;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
  }

.social-button.line::before {
    -webkit-mask: url("../images/icons/icon-line.svg") no-repeat center center;
            mask: url("../images/icons/icon-line.svg") no-repeat center center;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
  }

.social-button.youtube::before {
    -webkit-mask: url("../images/icons/icon-youtube.svg") no-repeat center center;
            mask: url("../images/icons/icon-youtube.svg") no-repeat center center;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
  }

/* .social-button.tiktok::before {
    -webkit-mask: url("../images/icons/logo_tiktok.png") no-repeat center center;
            mask: url("../images/icons/logo_tiktok.png") no-repeat center center;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
  } */

@media (hover: hover) {
    .social-button:hover {
      background-color: var(--primary-color);
      border-color: var(--primary-color);
    }
    .social-button:hover::before {
      background-color: white;
    }
  }

.social-button:active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
  }

.social-button:active::before {
    background-color: white;
  }

.package-card {
  width: 100%;
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #f2f5fc;
  border-radius: 0.5rem;
  cursor: pointer;
  transform-origin: center center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition:
    opacity 1s,
    scale 1s,
    transform 1s;
}

.package-card .image-container {
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: calc(280 / 400 * 100%);
    border-radius: 0.5rem;
    overflow: hidden;
  }

.package-card .image-container img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover;
      transition: transform 0.75s;
      pointer-events: none;
    }

.package-card .image-container .tag {
      position: absolute;
      top: 0.5rem;
      left: 0.5rem;
    }

.package-card .package-slug {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    font-weight: 400;
    color: rgba(0 0 0 / 0.5);
    margin: 0.625rem 0px 0.5rem;
  }

.package-card .package-slug .dot {
      transform: translateY(50%);
    }

.package-card .package-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    height: 108px;
  }

.package-card .package-content .package-info .package-title {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 500;
        margin-bottom: 0.5rem;
      }

.package-card .package-content .package-info .package-description {
        font-size: 0.875rem;
        line-height: 1.2rem;
        font-weight: 400;
        color: #000000;
      }

.package-card .package-content .package-extra {
      display: flex;
      flex-flow: column nowrap;
      gap: 0.5rem;
      align-items: flex-end;
      padding-top: 0.5rem;
    }

.package-card .package-content .package-extra .package-sold-count {
        font-size: 0.875rem;
        font-weight: 400;
        color: rgba(0 0 0 / 0.5);
        white-space: nowrap;
      }

.package-card .package-price {
    padding: 1rem 0px;
    display: inline-flex;
    align-items: flex-end;
    gap: 0.75rem;
  }

.package-card .package-price .price {
      font-size: 1.875rem;
      font-weight: 500;
      line-height: 2.25rem;
      color: rgb(1, 132, 219);
    }

.package-card .package-price .old-price {
      display: inline-block;
      margin-bottom: 0.25rem;
      font-size: 0.875rem;
      font-weight: 400;
      color: rgb(236, 182, 3);
      text-decoration: line-through;
    }

@media (max-width: 992px) {

.package-card {
    padding: 0.5rem 0.5rem 1rem
}
    .package-card .package-slug {
      margin: 0.5rem 0px 0.375rem;
      font-size: 0.625rem;
    }
    .package-card .package-content {
      flex-direction: column;
      gap: 1rem;
      height: auto;
    }
      .package-card .package-content .package-info {
        height: 72px;
      }
        .package-card .package-content .package-info .package-title {
          font-size: 1rem;
          margin-bottom: 0.25rem;
        }
        .package-card .package-content .package-info .package-description {
          font-size: 0.75rem;
        }
      .package-card .package-content .package-extra {
        flex-direction: row;
        align-items: center;
        gap: 0.375rem;
      }
        .package-card .package-content .package-extra .package-sold-count {
          font-size: 0.75rem;
        }
    .package-card .package-price {
      padding: 0.75rem 0px;
    }
      .package-card .package-price .price {
        font-size: 1.075rem;
      }
      .package-card .package-price .old-price {
        font-size: 0.75rem;
        color: #7f7f7f;
      }
  }

@media (hover: hover) {
      .package-card:hover .image-container img {
        transform: scale(1.05);
      }
}

.article-card {
  width: 100%;
  padding: 1rem 1rem 3rem;
  background-color: #ffffff;
  border: 1px solid #f2f5fc;
  border-radius: 0.5rem;
  cursor: pointer;
}

.article-card .image-container {
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: calc(280 / 400 * 100%);
    border-radius: 0.5rem;
    overflow: hidden;
  }

.article-card .image-container img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover;
      transition: transform 0.75s;
    }

.article-card .article-slug {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    font-weight: 400;
    color: rgba(0 0 0 / 0.5);
    margin: 1rem 0px;
  }

.article-card .article-slug .dot {
      transform: translateY(50%);
    }

.article-card .article-content {
    margin-bottom: 1rem;
    min-height: 138px;
  }

.article-card .article-content .article-title {
      font-size: 1.125rem;
      font-weight: 500;
      margin-bottom: 0.5rem;
      line-height: 1.5rem;
    }

.article-card .article-content .article-description {
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.2rem;
      color: #000000;
    }

@media (max-width: 992px) {

.article-card {
    padding: 0.5rem 0.5rem 2rem
}
    .article-card .article-slug {
      font-size: 0.625rem;
      margin: 0.5rem 0px;
      letter-spacing: -0.5px;
    }
      .article-card .article-content .article-title {
        font-size: 1rem;
        margin-bottom: 0.375rem;
      }
      .article-card .article-content .article-description {
        font-size: 0.75rem;
      }
  }

@media (hover: hover) {
      .article-card:hover .image-container img {
        transform: scale(1.05);
      }
}

:root {
  --feedback-card-color-transition-time: 0.35s;
}

.feedback-card {
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.feedback-card .feedback-content {
    padding: 2rem;
    height: 16rem;
    margin-bottom: 1.5rem;
    background-color: #f3f3f3;
    border-radius: 0.5rem;
    position: relative;
    transition: background-color var(--feedback-card-color-transition-time);
  }

.feedback-card .feedback-content::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0px;
      transform: translate(-50%, 67%);
      background-color: #f3f3f3;
      transition: background-color var(--feedback-card-color-transition-time);
      width: 2rem;
      height: 2rem;
      -webkit-mask: url("../images/icons/icon-hospital.svg") no-repeat center center;
              mask: url("../images/icons/icon-hospital.svg") no-repeat center center;
      -webkit-mask-size: contain;
              mask-size: contain;
    }

.feedback-card .feedback-content .tag {
      display: inline-block;
      margin-bottom: 1.5rem;
      border: 1px solid rgba(127 127 127 / 0.5);
      color: #000000;
      background-color: transparent;
      font-size: 0.875rem;
      font-weight: 400;
      text-transform: capitalize;
      transition:
        background-color var(--feedback-card-color-transition-time),
        color var(--feedback-card-color-transition-time);
    }

.feedback-card .feedback-content .feedback-text {
      font-size: 1.125rem;
      font-weight: 500;
      color: #000000;
      transition: color var(--feedback-card-color-transition-time);
    }

.feedback-card .feedback-customer {
    display: flex;
    gap: 1.5rem;
    align-items: center;
  }

.feedback-card .feedback-customer img {
      width: 5rem;
      height: 5rem;
      border-radius: 50%;
      -o-object-fit: cover;
         object-fit: cover;
    }

.feedback-card .feedback-customer .customer-name {
      margin-bottom: 0.25rem;
      font-size: 0.875rem;
      font-weight: 500;
    }

.feedback-card .feedback-customer .customer-describe {
      font-size: 0.875rem;
      font-weight: 400;
      color: rgba(0 0 0 / 0.5);
    }

@media (max-width: 992px) {
    .feedback-card .feedback-content {
      padding: 1.5rem 1.5rem 2rem;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
    }
      .feedback-card .feedback-content::after {
        width: 1.5rem;
        height: 1.5rem;
      }
      .feedback-card .feedback-content .tag {
        font-size: 0.75rem;
        margin-bottom: 0.75rem;
      }
      .feedback-card .feedback-content .feedback-text {
        font-size: 1rem;
        -webkit-line-clamp: 7;
        text-overflow: ellipsis;
        line-height: 1.15;
        overflow: hidden;
      }
        .feedback-card .feedback-content .feedback-text * {
          display: inline;
        }
    .feedback-card .feedback-customer {
      gap: 0.75rem;
    }
      .feedback-card .feedback-customer img {
        width: 3rem;
        height: 3rem;
      }
      .feedback-card .feedback-customer .customer-name {
        font-size: 0.75rem;
      }
      .feedback-card .feedback-customer .customer-describe {
        font-size: 0.625rem;
      }
  }

.feedback-card.active .feedback-content {
    background-color:#43afe0;
  }

.feedback-card.active .feedback-content::after {
      background-color: #43afe0;
    }

.feedback-card.active .feedback-content .tag {
      color: white;
      border-color: white;
    }

.feedback-card.active .feedback-content .feedback-text {
      color: white;
    }

.fade-up {
  transition:
    opacity 1s,
    transform 1s;
  opacity: 0;
  transform: translateY(3rem);
}

.fade-up.start {
    opacity: 1;
    transform: translateY(0);
  }

.fade-in {
  transition: opacity 2s;
  opacity: 0;
}

.fade-in.start {
    opacity: 1;
  }

.ribbon {
  transition:
    opacity 1s,
    bottom 2s;
  opacity: 0;
  bottom: -100% !important;
}

.ribbon.start {
    opacity: 1;
    bottom: 0 !important;
  }

.slide-in {
  transition: transform 1.5s;
  transform: translateX(100%);
}

.slide-in.start {
    transform: translateX(0);
  }

.slide-fade-in {
  transition:
    opacity 1s,
    transform 1.5s;
  transform: translateX(100%);
  opacity: 0;
}

.slide-fade-in.start {
    opacity: 1;
    transform: translateX(0);
  }

.bg-focus {
  transition: background-size 1.5s;
  background-size: 120% 120% !important;
}

.bg-focus.start {
    background-size: 100% 100% !important;
  }

.delay-1 {
  transition-delay: 0.25s;
}

.delay-2 {
  transition-delay: 0.5s;
}

.delay-3 {
  transition-delay: 0.75s;
}

.delay-4 {
  transition-delay: 1s;
}

.duration-2 {
  transition-duration: 2s;
}

.duration-3 {
  transition-duration: 3s;
}

.home-page section {
    margin-bottom: 1.5rem;
  }

.home-page section .container {
      display: grid;
      grid-template-columns: 320px 1fr;
      -moz-column-gap: 20px;
           column-gap: 20px;
    }

.home-page section .section-head {
      padding: 120px 1.5rem 0px;
    }

.home-page section .section-head .container {
        padding-bottom: 3.5rem;
        border-bottom: 1px solid rgba(0 0 0 / 0.25);
      }

.home-page section .section-head .section-label {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 1.125rem;
        font-weight: 400;
      }

.home-page section .section-head .section-label::before {
          width: 1rem;
          height: 1rem;
          content: "";
          -webkit-mask: url("../images/icons/icon-hospital.svg") no-repeat 50% 50%;
                  mask: url("../images/icons/icon-hospital.svg") no-repeat 50% 50%;
          -webkit-mask-size: contain;
                  mask-size: contain;
          background-color: #000000;
        }

.home-page section .section-head .section-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }

.home-page section .section-head .section-title h1 {
          font-size: 4rem;
          font-weight: 400;
          line-height: 4.75rem;
        }

@media (max-width: 1280px) {
      .home-page section .container {
        grid-template-columns: 280px 1fr;
      }
    }

@media (max-width: 992px) {
      .home-page section .section-head {
        padding: 4rem 0.75rem 0rem;
      }
        .home-page section .section-head .container {
          padding-left: 0.75rem;
          padding-right: 0.75rem;
          padding-bottom: 1.5rem;
          grid-template-columns: 1fr;
          grid-template-rows: auto auto;
          gap: 0.5rem;
        }
        .home-page section .section-head .section-label {
          font-size: 0.875rem;
        }
          .home-page section .section-head .section-label::before {
            width: 0.875rem;
            height: 0.875rem;
          }
        .home-page section .section-head .section-title {
          flex-flow: column wrap;
          align-items: flex-start;
          gap: 1.5rem;
        }
          .home-page section .section-head .section-title h1 {
            font-size: 1.875rem;
            line-height: 2.5rem;
          }
      .home-page section .container {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        row-gap: 1rem;
      }
    }

#hero-banner {
  width: 100dvw;
  height: auto;
  padding: 0px 1.5rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#hero-banner .img-container {
    width: 100%;
    height: 0px;
    position: relative;
    padding-top: calc(727 / 1160 * 100%);
    transition: 2s transform;
  }

#hero-banner .img-container div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      overflow: hidden;
      border-radius: 0.5rem;
      transition:
        2s left,
        1s opacity;
      z-index: -1;
      opacity: 0;
    }

#hero-banner .img-container div img {
        border-radius: 0.5rem;
        transition: scale 2s;
        scale: 1.1;
        width: 100%;
        height: auto;
        pointer-events: none;
      }

#hero-banner .img-container div.show {
        z-index: 10;
        opacity: 1;
      }

#hero-banner .img-container div.show img {
          scale: 1;
        }

#hero-banner .hero-content > div {
    position: absolute;
    top: 19vw;
    left: 3rem;
    opacity: 0;
    z-index: -1;
    transform: translateY(3rem);
    transition:
      opacity 1s,
      transform 1.5s,
      z-index 1s;
  }

#hero-banner .hero-content > div.show {
      transform: translateY(0);
      opacity: 1;
      z-index: 20;
    }

#hero-banner .hero-content > div .hero-title {
      display: flex;
      flex-flow: column nowrap;
      gap: 4px;
      max-width: 560px;
      margin-bottom: min(2.5rem, 3vw);
      color: white;
    }

#hero-banner .hero-content > div .hero-title span {
        font-size: min(18px, 3vw);
        line-height: min(20px, 4vw);
      }

#hero-banner .hero-content > div .hero-title .small {
        font-size: min(16px, 2.5vw);
        line-height: min(20px, 4vw);
      }

#hero-banner .hero-content > div .hero-title .big {
        font-size: min(40px, 5vw);
        line-height: min(48px, 4.5vw);
        font-weight: 400;
      }

#hero-banner .hero-content > div .hero-title .medium {
        font-weight: 500;
      }

#hero-banner .hero-content > div .hero-title .bold {
        font-weight: 600;
      }

#hero-banner .hero-content > div .title-blue {
      color: #26a9e0;
    }
  
#hero-banner .hero-content > div .title-darkblue {
      color: #0038C6;
    }

#hero-banner .hero-content > div .title-package {
      gap: 8px;
      margin-bottom: 16px;
    }

#hero-banner .hero-content > div:has(.title-package) {
    top: 16vw;
  }

#hero-banner .paginations {
    z-index: 20;
    position: absolute;
    top: 42vw;
    left: 3rem;
  }

@media (max-width: 992px) {

#hero-banner {
    padding: 0px 0.75rem;
    height: 100dvh
}
    #hero-banner .img-container {
      height: 100%;
      transition: 1s transform;
    }
      #hero-banner .img-container div {
        height: 100dvh;
        border-radius: 0.5rem;
        overflow: hidden;
      }
        #hero-banner .img-container div::before {
          content: "";
          position: absolute;
          inset: 8.75rem 0px 0px;
          z-index: 1;
          background: linear-gradient(
            0deg,
            rgba(3, 37, 112, 0.8) 0%,
            rgba(3, 37, 112, 0.8) 0%,
            rgba(255, 255, 255, 0) 0%
          );
        }
        #hero-banner .img-container div img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
        }
    #hero-banner .hero-content > div {
      top: unset !important;
      bottom: 10rem;
      left: 1.5rem;
      right: 1.5rem;
    }
      #hero-banner .hero-content > div .hero-title {
        margin-bottom: 1rem;
        gap: 0.25rem;
        max-width: 360px;
      }
        #hero-banner .hero-content > div .hero-title .big {
          line-height: 2.25rem;
        }
        #hero-banner .hero-content > div .hero-title .small {
          line-height: 1.5rem;
        }
      #hero-banner .hero-content > div .title-blue, .title-darkblue {
        color: white !important;
      }
    #hero-banner .paginations {
      bottom: 6.25rem;
      top: unset;
      left: 1.5rem;
      transition: 0.5s opacity;
      opacity: 1;
    }
      #hero-banner .paginations .arrow-button {
        border-color: white;
      }
      #hero-banner .paginations .arrow-button::before {
        background-color: white;
      }
      #hero-banner .paginations .paginate {
        color: white;
      }
      #hero-banner .paginations.hide {
        opacity: 0;
      }
  }

#special-centers {
  position: relative;
  margin-bottom: 0px;
}

#special-centers .section-head {
    padding-left: 3rem;
    padding-right: 3rem;
  }

#special-centers .section-body {
    position: relative;
    padding: 3rem 3rem 125px;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

#special-centers .section-body .card-item {
      cursor: pointer;
    }

#special-centers .section-body .card-item .card-image {
        position: relative;
        width: 100%;
        height: 0px;
        padding-top: 130%;
        border-radius: 0.5rem;
        overflow: hidden;
        margin-bottom: 1rem;
      }

#special-centers .section-body .card-item .card-image img {
          position: absolute;
          inset: 0;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          transition: transform 0.75s;
        }

#special-centers .section-body .card-item .card-image .tag {
          position: absolute;
          top: 1rem;
          left: 1rem;
        }

#special-centers .section-body .card-item .card-title {
        font-size: 1.5rem;
        font-weight: 500;
        transition: color 0.75s;
      }

@media (hover: hover) {
          #special-centers .section-body .card-item:hover .card-image img {
            transform: scale(1.05);
          }
        #special-centers .section-body .card-item:hover .card-title {
          color: var(--primary-color);
        }
    }

#special-centers .section-body .card-item:active .card-title {
        color: var(--primary-color);
      }

#special-centers .ribbon {
    background-image: url("../images/ribbon.svg");
    width: 100%;
    position: absolute;
    inset: 0px;
    pointer-events: none;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: min(max(30vw, 320px), 640px);
    mix-blend-mode: multiply;
  }

@media (max-width: 992px) {
    #special-centers .section-head {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
    #special-centers .section-body {
      grid-template-columns: 1fr 1fr;
      grid-gap: 1.5rem 0.75rem;
      padding: 1.5rem 0.75rem 4rem;
    }
        #special-centers .section-body .card-item .card-image {
          margin-bottom: 0.5rem;
        }
          #special-centers .section-body .card-item .card-image .tag {
            top: 0.5rem;
            left: 0.5rem;
          }
        #special-centers .section-body .card-item .card-title {
          font-size: 1rem;
        }
    #special-centers .ribbon {
      background-size: 200px;
    }
  }

#highlight-packages {
  position: relative;
  margin: 1.5rem;
  margin-top: 0px;
  border-radius: 0.5rem;
  background-color: #f2f5fc;
  overflow: hidden;
}

#highlight-packages .section-body {
    padding: 1rem 1.5rem 8.75rem;
  }

#highlight-packages .section-body .filter {
      position: relative;
      z-index: 20;
      display: flex;
      flex-flow: column nowrap;
      justify-content: space-between;
      align-items: flex-start;
      gap: 1rem;
    }

#highlight-packages .section-body .filter .filter-label {
        font-size: 1.125rem;
        font-weight: 400;
        margin-bottom: 1rem;
      }

#highlight-packages .section-body .filter .filter-tag-list {
        display: flex;
        flex-flow: row wrap;
        gap: 0.5rem;
      }

#highlight-packages .section-body .filter .filter-tag-list .tag {
          text-transform: capitalize;
        }

#highlight-packages .section-body .package-list {
      position: relative;
      z-index: 10;
      gap: 1rem;
      transition: transform 1s;
      height: 584px;
    }

#highlight-packages .section-body .package-list > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 440px;
        transition: left 1s;
      }

@media (max-width: 992px) {

#highlight-packages {
    margin: 0px 0.75rem
}
      #highlight-packages .section-head .container {
        padding-left: 0px;
        padding-right: 0px;
      }
    #highlight-packages .section-body {
      padding: 1rem 0.75rem 4rem;
    }
        #highlight-packages .section-body .filter .trending-container {
          width: calc(100vw - 3rem);
        }
          #highlight-packages .section-body .filter .trending-container .filter-label {
            font-size: 0.875rem;
            margin-bottom: 0.75rem;
          }
          #highlight-packages .section-body .filter .trending-container .filter-tag-list {
            width: 100%;
            flex-wrap: nowrap;
            overflow-x: auto;
          }
            #highlight-packages .section-body .filter .trending-container .filter-tag-list::-webkit-scrollbar {
              display: none;
            }
      #highlight-packages .section-body .package-list {
        gap: 0.75rem;
      }
      #highlight-packages .section-body .package-list > div {
        width: 15rem;
      }
  }

#vision {
  border-radius: 0.5rem;
  position: relative;
  width: 100%;
  padding-top: calc((800 / 2784) * 100%);
  margin: 1.5rem 0px;
}

#vision .image-container {
    position: absolute;
    inset: 0px 1.5rem;
    background: url("../upload/img/vision-banner.jpg") no-repeat;
    background-position: top center;
    background-size: 150% 150%;
    border-radius: 0.5rem;
  }

#vision .image-container p {
      width: max(400px, 24vw);
      position: absolute;
      left: 1.5rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: max(1.5rem, 1.4vw);
      font-weight: 400;
      color: #001433;
    }

@media (max-width: 992px) {

#vision {
    padding-top: calc((300 / 350) * 100%);
    margin: 0.75rem 0px
}
    #vision .image-container {
      inset: 0px 0.75rem;
    }
      #vision .image-container p {
        width: auto;
        top: 1.5rem;
        left: 0.75rem;
        right: 0.75rem;
        transform: none;
        font-size: max(1rem, 4vw);
      }
  }

#articles {
  margin: 1.5rem;
  border-radius: 0.5rem;
  background-color: #f2f3f3;
  position: relative;
  overflow: hidden;
}

#articles .section-body {
    padding: 3rem 1.5rem 9rem;
    z-index: 2;
    position: relative;
  }

#articles .section-body .articles-showdown {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 1rem;
    }

#articles .section-body .articles-showdown .article-card-container {
        flex: 0 0 50%;
        position: relative;
        height: 100%;
      }

#articles .section-body .articles-showdown .article-card-container .article-card {
          position: absolute;
          top: 0px;
          left: 50%;
          transform: translateX(-50%);
          transition: opacity 1s;
          width: 440px;
          opacity: 0;
          z-index: -1;
        }

#articles .section-body .articles-showdown .article-card-container .show .article-card {
          opacity: 1;
          z-index: 1;
        }

#articles .section-body .articles-showdown .article-list {
        width: 440px;
      }

#articles .section-body .articles-showdown .article-list .article-list-item {
          cursor: pointer;
          padding: 1.5rem 0px;
          border-bottom: 1px solid rgba(0 0 0 / 0.5);
          opacity: 0.3;
          transition: all 0.15s;
        }

#articles .section-body .articles-showdown .article-list .article-list-item:first-of-type {
            margin-top: -1.5rem;
          }

#articles .section-body .articles-showdown .article-list .article-list-item .ali-title {
            font-size: 1.5rem;
            font-weight: 500;
            margin-bottom: 1.5rem;
            line-height: 1.75rem;
          }

#articles .section-body .articles-showdown .article-list .article-list-item .ali-date {
            line-height: 1rem;
            font-size: 0.875rem;
            font-weight: 400;
            display: inline-block;
            padding: 0.25rem 0px;
          }

#articles .section-body .articles-showdown .article-list .article-list-item .ali-readmore {
            line-height: 1rem;
            display: none;
          }

#articles .section-body .articles-showdown .article-list .article-list-item.active {
          opacity: 1;
        }

#articles .section-body .articles-showdown .article-list .article-list-item.active .ali-date {
            display: none;
          }

#articles .section-body .articles-showdown .article-list .article-list-item.active .ali-readmore {
            display: inline-flex;
          }

#articles .ribbon {
    background-image: url("../images/ribbon.svg");
    width: 100%;
    position: absolute;
    inset: 0px;
    pointer-events: none;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: min(max(35vw, 320px), 480px);
    z-index: 1;
  }

@media (max-width: 1440px) {
      #articles .section-body .articles-showdown {
        justify-content: space-between;
      }
          #articles .section-body .articles-showdown .article-card-container .article-card {
            width: 320px;
          }
            #articles .section-body .articles-showdown .article-list .article-list-item .ali-title {
              font-size: 1.25rem;
              margin-bottom: 1rem;
            }
  }

@media (max-width: 992px) {

#articles {
    margin: 0.75rem
}
    #articles .section-body {
      padding: 1.5rem 0.75rem 8.25rem;
    }
      #articles .section-body .section-side {
        width: calc(100vw - 3rem);
      }
        #articles .section-body .section-side .articles-switch {
          width: 100%;
        }
      #articles .section-body .articles-showdown {
        width: 100%;
      }
        #articles .section-body .articles-showdown .article-card-container {
          flex: 1;
          position: relative;
          gap: 0.75rem;
          transition: transform 1s;
        }
          #articles .section-body .articles-showdown .article-card-container > div {
            position: absolute;
            width: 15rem;
            top: 0;
            left: 0;
            transition:
              opacity 1s,
              scale 1s,
              left 1s;
          }
          #articles .section-body .articles-showdown .article-card-container .article-card {
            width: 240px;
            position: relative;
            inset: 0px;
            transform: none;
            opacity: 1;
            z-index: 1;
          }
        #articles .section-body .paginations .arrow-button {
          border-color: white;
        }
        #articles .section-body .paginations .arrow-button::before {
          background-color: white;
        }
        #articles .section-body .paginations .paginate {
          color: white;
        }
    #articles .ribbon {
      background-size: 220px;
    }
  }

#awards {
  margin: 1.5rem;
  border-radius: 0.5rem;
  background-color: #def2fb;
  position: relative;
  overflow: hidden;
}

#awards .section-body {
    padding: 3rem 1.5rem 9.75rem;
  }

#awards .section-body .award-container {
      display: flex;
      align-items: center;
      gap: 1.5rem;
    }

#awards .section-body .award-container > button {
        position: relative;
        flex-shrink: 0;
        flex-grow: 0;
        z-index: 30;
      }

#awards .section-body .award-container .award-list {
        width: 100%;
        position: relative;
        transition: transform 1s;
      }

#awards .section-body .award-container .award-list > div {
          width: 33%;
          position: absolute;
          top: 0;
          left: 0;
          transition:
            left 1s,
            opacity 1s;
        }

#awards .section-body .award-container .award-list .award-list-item {
          width: 100%;
          height: 0px;
          padding-top: 100%;
          position: relative;
          cursor: pointer;
          transition: transform 1s;
          -webkit-user-select: none;
             -moz-user-select: none;
                  user-select: none;
        }

#awards .section-body .award-container .award-list .award-list-item .award-list-content {
            position: absolute;
            inset: 0.5rem;
            display: flex;
            flex-flow: column nowrap;
            justify-content: center;
            align-items: center;
            gap: 1rem;
            text-align: center;
            z-index: 10;
          }

#awards .section-body .award-container .award-list .award-list-item .award-list-content .award-list-title {
              height: 5rem;
              font-size: 1.5rem;
              font-weight: 500;
              transition: color 1s;
            }

#awards .section-body .award-container .award-list .award-list-item .award-list-content button {
              font-weight: 400;
            }

#awards .section-body .award-container .award-list .award-list-item .award-images {
            opacity: 0;
            position: absolute;
            inset: 0.5rem;
            width: min(100%, 640px);
            -webkit-mask: url("../upload/img/white.png")
              no-repeat center center;
                    mask: url("../upload/img/white.png")
              no-repeat center center;
            -webkit-mask-size: contain;
                    mask-size: contain;
            background: #ffffff00;
            z-index: 20;
            pointer-events: none;
          }

#awards .section-body .award-container .award-list .award-list-item .award-images img {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              width: auto;
              height: 50%;
              max-height: 720px;
              -o-object-fit: contain;
                 object-fit: contain;
            }

#awards .section-body .award-container .award-list .award-list-item .award-images.show {
            opacity: 1;
          }

@media (hover: hover) {
            #awards .section-body .award-container .award-list .award-list-item:hover .award-list-content {
              z-index: 30;
            }
            #awards .section-body .award-container .award-list .award-list-item:hover h3,
            #awards .section-body .award-container .award-list .award-list-item:hover button {
              color: var(--primary-color);
            }
            #awards .section-body .award-container .award-list .award-list-item:hover button:after {
              background-color: var(--primary-color);
            }
        }

#awards .section-body .award-container .award-list .award-list-item:active .award-list-content {
            z-index: 30;
          }

#awards .section-body .award-container .award-list .award-list-item:active h3,
          #awards .section-body .award-container .award-list .award-list-item:active button {
            color: var(--primary-color);
          }

#awards .section-body .award-container .award-list .award-list-item:active button:after {
            background-color: var(--primary-color);
          }

@media (max-width: 992px) {

#awards {
    margin: 0.75rem;
    overflow: hidden
}
      #awards .section-head .container {
        padding: 0px 0px 1.5rem;
      }
    #awards .section-body {
      padding-bottom: 4rem;
    }
      #awards .section-body .award-container {
        flex-flow: column nowrap;
        margin-bottom: 3.5rem;
      }
        #awards .section-body .award-container > div {
          width: calc(100vw - 3rem);
        }
          #awards .section-body .award-container > div .award-list {
            gap: 2.5rem;
            height: 312.5px;
          }
            #awards .section-body .award-container > div .award-list > div {
              width: 200px;
            }
            #awards .section-body .award-container > div .award-list .award-list-item {
              display: flex;
              gap: 1rem;
              flex-flow: column-reverse nowrap;
              width: 200px;
              height: auto;
              padding-top: 0px;
            }
              #awards .section-body .award-container > div .award-list .award-list-item .award-images {
                position: relative;
                opacity: 1;
                inset: 0;
                transform: none !important;
                width: 100%;
                padding-top: 100%;
              }
                #awards .section-body .award-container > div .award-list .award-list-item .award-images img {
                  height: 6rem;
                }
              #awards .section-body .award-container > div .award-list .award-list-item .award-list-content {
                position: relative;
              }
                #awards .section-body .award-container > div .award-list .award-list-item .award-list-content .award-list-title {
                  height: auto;
                  font-size: 1rem;
                }
  }

#feedback {
  margin: 1.5rem;
  border-radius: 0.5rem;
  position: relative;
}

#feedback .section-body {
    padding: 3rem 1.5rem 7.5rem;
    overflow: hidden;
  }

#feedback .section-body .feedback-list {
      position: relative;
      transition: transform 1s;
      gap: 1rem;
      margin-bottom: 3rem;
      height: 363px;
    }

#feedback .section-body .feedback-list > div {
        width: 33%;
        position: absolute;
        top: 0;
        left: 0;
        transition:
          left 1s,
          opacity 1s;
      }

@media (max-width: 992px) {

#feedback {
    margin: 0.75rem
}
      #feedback .section-head .container {
        padding: 0px 0px 1.5rem;
      }
    #feedback .section-body {
      padding: 1.5rem 0.75rem 4rem;
    }
      #feedback .section-body .feedback-list {
        height: 292px;
      }

        #feedback .section-body .feedback-list > div {
          width: 240px;
        }
  }

.contact-center-page {
  padding: 5rem 3rem;
}

.contact-center-page .page-title {
    display: inline-flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 4rem;
    font-weight: 400;
    letter-spacing: -2px;
    padding-bottom: 3.5rem;
  }

.contact-center-page .page-title .title {
      line-height: 1;
    }

.contact-center-page .page-title .phone {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
    }

.contact-center-page .page-title .phone span {
        line-height: 1;
      }

.contact-center-page .page-title .phone::before {
        content: "";
        width: 2.5rem;
        height: 2.5rem;
        -webkit-mask: url("../images/icons/icon-phone.svg") no-repeat center center;
                mask: url("../images/icons/icon-phone.svg") no-repeat center center;
        -webkit-mask-size: contain;
                mask-size: contain;
        background-color: #000000;
      }

.contact-center-page .divider {
    width: 100%;
    height: 1px;
    background-color: rgba(0 0 0 / 0.25);
    margin-bottom: 1rem;
  }

.contact-center-page .highlight {
    margin-bottom: 8.25rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

.contact-center-page .highlight .highlight-item .image-container {
        width: 100%;
        height: 0px;
        padding-top: calc(256 / 440 * 100%);
        position: relative;
        margin-bottom: 1rem;
      }

.contact-center-page .highlight .highlight-item .image-container img {
          position: absolute;
          inset: 0;
          width: 100%;
          height: 100%;
        }

.contact-center-page .highlight .highlight-item h3 {
        font-size: 1.5rem;
        font-weight: 500;
      }

.contact-center-page .contact-list-title {
    font-size: 3.125rem;
    font-weight: 400;
    padding-bottom: 3.5rem;
  }

.contact-center-page .contact-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
  }

.contact-center-page .contact-list .contact-card {
      background-color: #f2f3f3;
      border-radius: 0.5rem;
      padding: 2.5rem;
      font-size: 1.125rem;
      line-height: 1.5rem;
      height: 9rem;
      transition:
        background-color 0.25s,
        color 0.25s;
      cursor: pointer;
    }

.contact-center-page .contact-list .contact-card .contact-name {
        display: inline-flex;
        gap: 0.5rem;
        align-items: flex-start;
        margin-bottom: 0.5rem;
      }

.contact-center-page .contact-list .contact-card .contact-name::before {
          content: "";
          width: 1rem;
          height: 1rem;
          -webkit-mask: url("../images/icons/icon-hospital.svg") no-repeat center center;
                  mask: url("../images/icons/icon-hospital.svg") no-repeat center center;
          -webkit-mask-size: contain;
                  mask-size: contain;
          flex-shrink: 0;
          margin-top: 0.25rem;
          background-color: #000000;
          transition: background-color 0.25s;
        }

.contact-center-page .contact-list .contact-card .contact-phone-number {
        display: block;
        padding-left: 1.5rem;
      }

@media (hover: hover) {
      .contact-center-page .contact-list .contact-card:hover {
        background-color: var(--primary-color);
        color: #ffffff;
      }
        .contact-center-page .contact-list .contact-card:hover .contact-name::before {
          background-color: #ffffff;
        }
    }

.contact-center-page .contact-list .contact-card:active {
      background-color: var(--primary-color);
      color: #ffffff;
    }

.contact-center-page .contact-list .contact-card:active .contact-name::before {
        background-color: #ffffff;
      }

@media (max-width: 1200px) {
      .contact-center-page .contact-list .contact-card {
        padding: 1.5rem;
      }
        .contact-center-page .contact-list .contact-card .contact-name {
          margin-bottom: 0px;
        }
  }

@media (max-width: 992px) {

.contact-center-page {
    padding: 2.5rem 0.75rem 5rem
}
    .contact-center-page .page-title {
      font-size: 1.875rem;
      padding-bottom: 1.5rem;
      gap: 1rem;
    }
      .contact-center-page .page-title .phone {
        gap: 0.25rem;
      }
      .contact-center-page .page-title .phone::before {
        width: 1.25rem;
        height: 1.25rem;
      }
    .contact-center-page .highlight {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(3, 1fr);
      gap: 1.5rem;
      margin-bottom: 4.5rem;
    }
        .contact-center-page .highlight .highlight-item h3 {
          font-size: 1rem;
        }
    .contact-center-page .contact-list-title {
      font-size: 1.625rem;
      padding-bottom: 1.5rem;
      margin-bottom: 1.5rem;
    }
    .contact-center-page .contact-list {
      grid-template-columns: 1fr;
      gap: 0.75rem;
      margin-bottom: 0px;
    }
      .contact-center-page .contact-list .contact-card {
        padding: 1rem 2rem;
        height: auto;
        font-size: 1rem;
      }
  }
