@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
}

.btn-rounded {
  background: #2E348A;
  height: 40px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  border-radius: 20px;
  text-transform: uppercase;
}

h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #2E348A;
}

.bg-main {
  background: #2E348A;
}

.bg-0 {
  background: #FFF;
}

.bg-1 {
  background: #F0F5F9;
}

.mt-110 {
  margin-top: 110px;
}

.menu-header {
  font-size: 16px;
  font-weight: 500;
  color: #2E348A;
  text-transform: uppercase;
}

#products .swiper,
#product-detail .swiper {
  width: 100%;
  height: 100%;
}
#products .swiper-slide,
#product-detail .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#products .swiper-slide img,
#product-detail .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#products .swiper,
#product-detail .swiper {
  margin-left: auto;
  margin-right: auto;
}
#products .swiper-slide,
#product-detail .swiper-slide {
  background-size: cover;
  background-position: center;
}
#products .mySwiper2,
#product-detail .mySwiper2 {
  height: 80%;
  width: 100%;
}
#products .mySwiper,
#product-detail .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
#products .mySwiper .swiper-slide,
#product-detail .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
#products .mySwiper .swiper-slide-thumb-active,
#product-detail .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
#products .swiper-slide img,
#product-detail .swiper-slide img {
  display: block;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#products h1,
#product-detail h1 {
  font-size: 32px;
  font-weight: 600;
  color: #2E348A;
}
#products .description,
#product-detail .description {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 22px;
}
#products .vaccine-card,
#product-detail .vaccine-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s;
}
#products .vaccine-card img,
#product-detail .vaccine-card img {
  max-width: 100%;
  height: 220px;
  margin-bottom: 15px;
}
#products .vaccine-card:hover,
#product-detail .vaccine-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#products .vaccine-title,
#product-detail .vaccine-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}

.btn-polyvac a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}
.btn-polyvac:hover {
  background: #FFEF00;
}
.btn-polyvac:hover a {
  color: #000;
}

#product-information .active {
  background: #2E348A;
  color: #fff;
}
#product-information h2 {
  padding-top: 20px;
  color: #333;
}
#product-information h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #2E348A;
}
#product-information p {
  color: #333;
}
#product-information .card-title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #2E348A;
}
#product-information .soft-hr {
  width: 90%;
  margin: 1rem auto;
  border: none;
  border-top: 1px dashed #999;
}
#product-information #scrollspy-section {
  position: relative;
}
#product-information .scroll-area {
  height: 700px;
  overflow-y: auto;
  scroll-behavior: smooth;
}
#product-information .scroll-area::-webkit-scrollbar {
  width: 8px;
}
#product-information .scroll-area::-webkit-scrollbar-track {
  border-radius: 10px;
}
#product-information .scroll-area::-webkit-scrollbar-thumb {
  background: #2E348A;
  border-radius: 10px;
}
#product-information .scroll-area::-webkit-scrollbar-thumb:hover {
  background: #FFEF00;
}
#product-information .scroll-fade {
  mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
}

#article-news {
  overflow: hidden;
}
#article-news .card {
  border: none;
}
#article-news h5 {
  line-height: 18px;
}
#article-news h5 a {
  color: #333;
  text-decoration: none;
}
#article-news p {
  color: #737373;
}

#article-related {
  overflow: hidden;
}
#article-related .card {
  padding-bottom: 2rem;
  border: none;
}
#article-related h5 {
  line-height: 28px;
}
#article-related h5 a {
  color: #333;
  text-decoration: none;
}
#article-related p {
  color: #737373;
}
#article-related small {
  font-size: 13px;
  font-weight: 400;
  background: url(./images/icons/clock.png) no-repeat center left;
  padding-left: 20px;
  color: #737373;
}

#article-list .card {
  background: #F0F5F9;
  padding-bottom: 1.5rem;
  border: none;
}
#article-list h4 {
  line-height: 25px;
}
#article-list h4 a {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}
#article-list p {
  color: #737373;
}
#article-list small {
  font-size: 13px;
  font-weight: 400;
  background: url(./images/icons/clock.png) no-repeat center left;
  padding-left: 20px;
  color: #737373;
}
#article-list .pagination .page-link {
  font-size: 14px;
  font-weight: 500;
  background: #F0F5F9;
  margin: 0 5px;
  border-radius: 0;
}
#article-list .pagination .page-link.active,
#article-list .pagination .active > .page-link {
  background: #2E348A !important;
  color: #fff;
}

#article-detail #sticky {
  width: 100%;
  transition: position 0.3s ease;
  position: sticky;
  top: 20px;
}
#article-detail #sticky .fixed-bottom {
  position: absolute !important;
  top: auto;
  bottom: 0;
}
#article-detail h1 {
  font-family: "Inter", sans-serif;
  color: #333;
}
#article-detail .author {
  height: 40px;
  overflow: hidden;
}
#article-detail .author ul {
  margin: 0;
  padding: 0;
}
#article-detail .author li {
  list-style-type: none;
  background: url(./images/icons/author.png) center left no-repeat;
  font-size: 14px;
  padding-left: 40px;
  line-height: 35px;
}
#article-detail .network-social ul {
  margin: 0;
  padding: 0;
}
#article-detail .network-social ul li {
  text-align: center;
  list-style-type: none;
  clear: both;
}
#article-detail .network-social ul li img {
  padding-bottom: 16px;
}

#content {
  font-family: "Noto Serif", sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 400;
}
#content .description {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.line {
  margin: 10px 0 20px 0;
  width: 100%;
  border-top: solid 1px #AAA;
}

#n-news img {
  -o-object-fit: cover;
     object-fit: cover;
}
#n-news h3 {
  line-height: 25px;
}
#n-news h3 a {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}
#n-news p {
  font-size: 16px;
  font-weight: 400;
  color: #737373;
}

#service-activity .activity-card {
  text-align: center;
}
#service-activity .activity-card img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
#service-activity .activity-title {
  font-size: 16px;
  font-weight: 500;
  font-weight: 600;
  margin-top: 12px;
}

#notification {
  background-color: white;
  border-radius: 1rem;
  /* bo góc */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  /* bóng đổ */
  overflow: hidden;
  align-items: flex-start;
}
#notification h3 a {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}
#notification p {
  font-size: 16px;
  font-weight: 400;
  color: #737373;
}

#partner {
  overflow: hidden;
}

#organization .accordion-button {
  font-size: 16px;
  font-weight: 600;
  color: #2E348A;
}
#organization .accordion-body ul {
  margin: 0;
  padding: 0;
}
#organization .accordion-body ul li {
  list-style-type: circle;
  color: #2E348A;
  line-height: 30px;
  margin-left: 10px;
}
#organization .accordion-body ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #2E348A;
  text-decoration: none;
}
#organization .intro-content h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  margin: 5px 0;
}
#organization .intro-content ul {
  margin: 0;
  padding: 5px 0;
}
#organization .intro-content ul li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-left: 20px;
  line-height: 25px;
}
#organization .intro-content p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 25px;
}

#header-desktop {
  /* Kích hoạt menu dropdown khi hover thay vì click */
  /* Giúp dropdown đóng mở mượt hơn */
  /* Tránh nhấp nháy khi di chuyển chuột */
}
#header-desktop .composite {
  color: #fff;
  background: #2E348A;
  height: 48px;
}
#header-desktop .composite .language {
  overflow: hidden;
}
#header-desktop .composite .language ul {
  margin: 0;
  padding: 0;
}
#header-desktop .composite .language ul li {
  float: left;
  padding: 10px 10px 0 0;
  list-style-type: none;
  overflow: hidden;
}
#header-desktop .composite .brand-text-up {
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 14px;
  font-weight: 500;
}
#header-desktop .composite .brand-text-down {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
}
#header-desktop .composite .network-social ul {
  margin: 0;
  padding: 0;
}
#header-desktop .composite .network-social ul li {
  float: left;
  margin: 10px 0 0 11px;
  list-style-type: none;
  height: 28px;
  overflow: hidden;
  border-right: solid 1px #6A71CF;
  padding-right: 10px;
}
#header-desktop .composite .network-social ul li img {
  height: 24px;
}
#header-desktop .composite .network-social ul li:last-child {
  border-right: none;
}
#header-desktop .navbar-brand .logo {
  width: 80px;
  height: 80px;
}
#header-desktop #navbarNavDropdown ul {
  margin: 0;
  padding: 0;
}
#header-desktop #navbarNavDropdown ul li .dropdown-menu li {
  margin: 5px 10px 5px 10px;
}
#header-desktop #navbarNavDropdown ul li .dropdown-menu a {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-transform: none;
}
#header-desktop #navbarNavDropdown ul li a {
  font-size: 15px;
  font-weight: 600;
  color: #2E348A;
  text-transform: uppercase;
}
#header-desktop .navbar .dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}
#header-desktop .dropdown-menu {
  transition: all 0.2s ease-in-out;
}
#header-desktop .dropdown-toggle::after {
  transition: transform 0.2s ease-in-out;
}
#header-desktop .search input {
  font-size: 14px;
}
#header-desktop .search .input-group-text {
  background: #2E348A;
}
#header-desktop .search i {
  color: #fff;
}

#footer {
  padding-top: 25px;
  background: #2E348A;
  color: #fff;
}
#footer .polyvac-name {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
#footer .network-social ul {
  margin: 0;
  padding: 0;
}
#footer .network-social ul li {
  list-style-type: none;
  float: left;
  padding: 5px 10px 0 0;
  height: 40px;
}
#footer .information h5 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
#footer .information ul li {
  border: none;
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 8px;
  background-color: #2E348A;
  color: #fff;
}
#footer .information ul li img {
  float: left;
  padding-top: 2px;
}
#footer .information ul li p {
  margin: 0;
  padding: 0 0 0 25px;
}
#footer .copyright {
  background: #fff;
  text-align: center;
}
#footer .copyright p {
  padding: 10px 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #737373;
  line-height: 22px;
}

@media (max-width: 576px) {
  .offcanvas-collapse-product,
  .offcanvas-collapse-organization,
  .offcanvas-collapse {
    position: fixed;
    top: 66px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 1000;
  }
  .offcanvas-collapse-product.open,
  .offcanvas-collapse-organization.open,
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
  #myCarousel,
  #board-of-directors,
  #organization,
  .breadcrumb {
    margin-top: 80px;
  }
  #header-mobile {
    position: fixed;
    top: 0;
    height: 66px;
    z-index: 999;
    background-color: #2E348A;
  }
  #header-mobile .logo {
    width: 46px;
  }
  #header-mobile .dropstart .dropdown-toggle::before {
    display: none !important;
  }
  #header-mobile .nav-item .nav-link {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    padding: 20px 0 15px 0;
    border-bottom: solid 1px #E0E4E8;
  }
  #header-mobile .active {
    color: #2E348A !important;
  }
  #header-mobile .no-caret::after {
    display: none;
  }
  #header-mobile .dropdown-menu {
    border: none;
  }
  #header-mobile .dropdown-menu .dropdown-item {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    padding: 20px 0 15px 15px;
    text-transform: uppercase;
    border-bottom: solid 1px #E0E4E8;
  }
  #header-mobile .navbar li:focus,
  #header-mobile .navbar a:focus,
  #header-mobile .navbar .nav-link:focus,
  #header-mobile .navbar .dropdown-item:focus {
    outline: none !important;
    box-shadow: none !important;
  }
  .dropdown-product {
    background: #F8F8F8;
    height: 50px;
  }
  #article-list .card {
    background: #F0F5F9;
    border: none;
    padding-bottom: 0.5rem;
  }
  #article-list h4 {
    line-height: 22px;
  }
  #article-list h4 a {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
  }
  #article-detail h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
  #article-news .card {
    padding-bottom: 0.5rem;
    border: none;
  }
  #article-news h5 {
    line-height: 22px;
  }
  #article-news h5 a {
    font-size: 16px;
    font-weight: 600;
  }
  #article-related .card {
    padding-bottom: 0.5rem;
    border: none;
  }
  #article-related h5 {
    line-height: 22px;
  }
  #article-related h5 a {
    font-size: 16px;
    font-weight: 600;
  }
  #products .vaccine-card img {
    height: auto;
  }
  #product-detail .swiper-slide img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #product-information h2 {
    font-size: 24px;
    font-weight: 600;
  }
  #product-information h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #2E348A;
  }
  #product-information p {
    font-size: 18px;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  #article-detail h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
  }
  #article-news h5 a {
    font-size: 14px;
    font-weight: 500;
  }
}/*# sourceMappingURL=style.css.map */