@font-face {
  font-family: "vh-usual";
  src: url("../fonts/VH-USUAL-REGULAR.TTF");
  font-display: swap;
}

@font-face {
  font-family: "vh-usual";
  src: url("../fonts/VH-USUAL-MEDIUM.TTF");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "vh-usual";
  src: url("../fonts/VH-USUAL-BOLD.TTF");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "vh-usual";
  src: url("../fonts/VH-USUAL-EXTRABOLD.TTF");
  font-weight: 900;
  font-display: swap;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

p {
  margin-bottom: 0;
  overflow: hidden;
  display: block;
}



ul {
  margin-bottom: 0;
}

* {
  color: #5e7d88;
}

@media (min-width: 992px) {
  .container {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1194px;
  }
}

a:hover {
  text-decoration: none;
}

article.media {
  display: block;
}

.navbar img.menu-logo {
  max-width: 220px;
  width: 100%;
}

.region-header {
  flex: 1;
}

.navbar-main .nav-item a {
  color: #184354 !important;
  font-size: 13px;
  font-weight: 500;
}

.region-header .navbar-main {
  display: flex;
  gap: 10px;
  margin: 0;
  font-size: 13px;
  justify-content: center;
}

.region-header .navbar-main .nav-item {
  border-radius: 5px;
  overflow: hidden;
}

.region-header .navbar-main .nav-item:hover a,
.region-header .navbar-main .nav-item a.is-active {
  background: #184354;
}

.region-header .navbar-main .nav-item:hover>a,
.region-header .navbar-main .nav-item>a.is-active {
  text-decoration: none;
  color: #fff !important;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.border-seperate {
  width: 2px;
  height: 38px;
  display: inline-block;
  background-color: #e0e0e0;
}

.global-header-wrapper {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.global-header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-bar form .search__fieldset .search__submit {
  display: inline-block;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.search-bar form .search__fieldset .search__submit:before {
  content: '';
  vertical-align: middle;
  color: #686b6f;
  width: 15px;
  height: 15px;
  background-image: url("../images/search-icon.png");
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
}

.search-bar .search__fieldset {
  position: relative;
}

.search-bar form .search__fieldset .search__input {
  padding: 8px 5px 8px 30px;
  font-weight: 400;
  font-size: 13px;
  color: #4f4f4f;
  background: #fff;
  border-radius: 6px;
  outline: none;
  border: 1px solid #d4d4d4;
}

.footer-block {
  padding: 70px;
  background: #f3f3f3;
  border-radius: 30px;
  margin-bottom: 30px;
  box-shadow: -4px 15px 20px rgba(0, 0, 0, 0.08), 4px 4px 8px rgba(0, 0, 0, 0.08);
}

.menu-footer-item {
  color: #5e7d88;
}

.footer-block .footer-text {
  font-size: 13px;
}

.footer-block .main-logo-footer img {
  width: 270px;
  height: auto;
}

.footer-block .footer-group-logo {
  height: 100%;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.footer-block .footer-group-logo .logo-hoi img {
  width: 100px;
  height: auto;
}

.footer-block .footer-group-logo .logo-takeda img {
  width: 140px;
  margin-bottom: 20px;
  height: auto;
}

.number {
    font-size: 7rem !important;
    line-height: 1.15 !important;
}


@media (min-width: 375px) and (max-width: 430px) {
    .number {
        font-size: 5rem !important;
        line-height: 1.2 !important;
    }
}

@media (max-width: 767px) {
    .number-right {
        width: 100%;
        line-height: 1 !important;
    }
}

@media (max-width: 991px) {
  .footer-block .main-logo-footer img {
    max-width: 100%;
  }

  .slider-content-and-image-keep-main-img-header p {
    font-size: 1rem !important;
  }
}

@media (max-width: 767px) {
  .footer-block {
    padding: 16px;
    margin-bottom: 45px;
  }

  .footer-block {
    margin-top: 10px;
  }

  .footer-block .footer-group-logo {
    margin-top: 10px;
  }

  .footer-block .main-logo-footer img {
    margin-bottom: 20px;
  }
}

.dengue-block-title {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}

.dengue-block-title p,
.dengue-block-title span {
  background: linear-gradient(to right, #184354, #469DB1);
  color: #fff;
  font-weight: 700;
  padding: 15px 40px 15px;
  border-radius: 30px;
  display: block;
  overflow: hidden;
  font-size: 26px;
  text-align: center;
}

.block-block-content .cta-btn-wrapper {
  background: linear-gradient(to right, #84C7D5, #648894);
  font-weight: 700;
  padding: 10px 10px 10px 34px;
  border-radius: 50px;
  display: block;
  overflow: hidden;
  font-size: 26px;
  text-align: center;
  width: 45%;
  margin: 0 auto;
  max-width: 580px;
}

.block-block-content .cta-btn-wrapper:hover {
  background: linear-gradient(to right, #469DB1, #184354);
}

.block-block-content .cta-btn-wrapper .cta-btn:hover {
  text-decoration: none;
}

.block-block-content .cta-btn-wrapper .cta-btn {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

.block-block-content .cta-btn-wrapper .cta-text {
  color: #fff;
  flex: 1;
}

.block-block-content .cta-btn-wrapper .cta-text-icon {
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .block-block-content .cta-btn-wrapper {
    width: 100%;
    font-size: 17px;
    padding: 10px 10px 10px 14px;
  }

  .block-block-content .cta-btn-wrapper .cta-btn {
    gap: 5px;
  }

  .dengue-block-title p,
  .dengue-block-title span {
    padding: 15px;
  }
}

.sticky-block {
  position: fixed;
  bottom: 5%;
  right: 2%;
  transform: translate(-5%, -5%);
  z-index: 15;
}

.sticky-block .sticky-block-img {
  text-align: center;
}

.sticky-block .sticky-block-img img {
  width: 55px;
  height: auto;
}

.sticky-block a {
  display: block;
  margin-top: -2px;
}

.sticky-block .sticky-block-text {
  font-size: 10px;
  background: linear-gradient(to right, #184354, #C5D0D4);
  color: #fff;
  padding: 5px 8px;
  display: inline-block;
}

@media (max-width: 767px) {
  .sticky-block {
    right: 0;
    bottom: 10%;
  }
}

.header-wrapper-with-icon {
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.header-wrapper-with-icon .main-text-header {
  display: inline-block;
  overflow: hidden;
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 700;
  background: linear-gradient(to right, #184354, #469DB1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-wrapper-with-icon .media--type-image {
  display: inline-block;
}

.header-wrapper-with-icon .media--type-image img {
  height: 40px;
  width: auto;
  margin-left: 2px;
  float: left;
}

.header-wrapper-with-icon .sub-header-text {
  font-size: 38px;
  width: 100%;
  font-weight: 700;
}

.main-text-header,
.sub-header-text {
  line-height: 1.2;
  margin-top: 4px;
  margin-bottom: 4px;
}



.navbar-main .navbar-nav {
  gap: 5px;
}

@media (min-width: 992px) {
  .search-bar {
    order: 2;
  }
}

@media (max-width: 991px) {
  .navbar-main .navbar-toggler {
    padding: 5px;
    border: 0;
  }

  .navbar-main .navbar-nav {
    padding: 10px;
  }

  .box p {
    font-size: 1rem !important;
  }
}

@media (max-width: 500px) {
  .search-bar form .search__fieldset .search__input {
    font-size: 12px;
    width: 110px;
  }

  .navbar img.menu-logo {
    max-width: 150px;
  }
}

.header-title-wrapper .sub-header,
.header-title-wrapper .text-with-img-inline {
  display: inline-block;
  overflow: hidden;
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 700;
  color: #5E7D88;
}

.header-title-wrapper {
  text-align: center;
  margin: 30px 20px 20px;
  display: block;
  overflow: hidden;
}

.header-title-wrapper .media--type-image {
  display: inline-block;
}

.header-title-wrapper .text-with-img-inline img {
  height: 50px;
  width: auto;
  margin-left: 2px;
  float: left;
  display: inline-block;
}

.header-title-wrapper .text-with-img-inline.color-green,
.header-title-wrapper .sub-header {
  background: linear-gradient(to right, #184354, #469DB1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.simplelogin {
  background-color: #fff;
}

body.simplelogin .simplelogin-form .simplelogin-link {
  display: none;
}

body.simplelogin .simplelogin-form .form-submit {
  background: #EF426F;
}

.title-width-blue-background {
  color: #fff;
  background: linear-gradient(to right, #184354, #469DB1);
  font-weight: 700;
  font-size: 30px;
  padding: 5px 20px;
  border-radius: 25px;
  display: inline-block;
}

.blue-title-no-background {
  background: linear-gradient(to right, #184354, #469DB1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-size: 45px;
  font-weight: 700;
}

.title-width-red-background {
  color: #fff;
  background: linear-gradient(to right, #D30A2B, #FF6C6C);
  font-weight: 700;
  font-size: 30px;
  padding: 5px 20px;
  border-radius: 25px;
  display: inline-block;
}

.red-title-no-background {
  color: #C61518;
  width: 100%;
  font-size: 45px;
  font-weight: 700;
}

.carousel-item img.accordion-thumb {
  border: 9px solid #d3d3d3;
  box-shadow: 0px 0px 0px 3px #f5a3b5;
  border-radius: 25px;
}

.carousel-item {
  padding: 5px 0;
}

.title-sxh {
  font-size: 32px;
}

.small {
  font-size: 12px;
}

.slider-item-content-description p {
  font-size: 1.4rem;
}

@media (min-width: 375px) and (max-width: 430px) {

  .slider-item-content-description p {
    font-size: 1rem !important;
  }
  .small {
    font-size: 10px;
  }

  .title-width-red-background,
  .red-title-no-background,
  .blue-title-no-background,
  .title-width-blue-background {
    font-size: 1rem !important;
    padding: 5px 17px;
  }

  .header-title-wrapper .sub-header,
  .header-title-wrapper .text-with-img-inline {
    font-size: 22px;
  }

  .dengue-block-title p,
  .dengue-block-title span {
    font-size: 20px;
  }

  .reference-wrapper .accordion-item-wrapper {
    padding: 20px 20px;
  }

  .carousel-item img.accordion-thumb {
    box-shadow: 0px 0px 0px 3px #f5a3b5;
    border-radius: 20px;
    border: none;
  }

  .main-text-header {
    font-size: 1rem !important;
  }

  .box p {
    font-size: 1.4rem !important;
  }

  .sub-header-text {
    font-size: 0.95rem !important;
  }

  .header-wrapper-with-icon .media--type-image img {
    height: 20px !important;
  }
}

.text-with-img-inline.color-grey {
  font-size: 28px;
}

@media (min-width: 375px) and (max-width: 430px) {

  .header-title-wrapper .sub-header,
  .header-title-wrapper .text-with-img-inline {
    font-size: 1rem;
  }

  
}

p.sub-header.color-green {
  font-size: 28px !important;
}

@media (min-width: 375px) and (max-width: 430px) {
  p.sub-header.color-green {
    font-size: 0.95rem !important;
  }

  

  .slider-content-and-image-keep-main-img-header p {
    font-size: 1rem !important;
  }
}

.explore {
  background: transparent !important;
  color: #184354 !important;
  font-size: 32px !important;
}

.navbar-main-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  padding: 12px 20px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  gap: 25px;
  z-index: 15;
}

.navbar-main-sp a.menu-link-sp-item {
  text-decoration: none;
  width: 35px;
  text-align: center;
  border-bottom: 5px solid transparent;
}

.navbar-main-sp img {
  width: auto;
  height: 40px;
  padding: 5px;
}

.navbar-main-sp a.menu-link-sp-item.active {
  border-bottom: 5px solid #184354;
}




@media (min-width: 375px) and (max-width: 430px) {
  .hd_title {
    font-size: 1rem !important;
  }
}


@media (max-width: 767px) {
  .navbar-main-sp {
    display: flex;
  }
}

@media (min-width: 431px) {
  .navbar-main-sp {
    display: none;
  }
}

@media (min-width: 375px) and (max-width: 430px) {
  .header-wrapper-with-icon {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 375px) and (max-width: 430px) {

  .pb-5,
  .py-5 {
    padding-bottom: 1rem !important;
  }
}

