@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

:root {
  --default: #222222;
  --primary: #7E5497;
  --primary-rgb: 126, 84, 151;
  --secondary: #9774ac;
  --secondary-rgb: 151, 116, 172;
  --accent-color: #bda2cd;
  --accent-color-rgb: 189, 162, 205;
  --bg-default: #222222;
  --bg-primary: #ffffff;
  --bg-secondary: #f6f6f6;
  --navbar-bg: #ffffff;
  --navbar-bg-rgb: 255, 255, 255;
  --navbar-li: #222222;

  --heading-font: "Open Sans", "Noto Sans", sans-serif;
  --body-font: "Open Sans", "Noto Sans", sans-serif;
}

/* General Styles
--------------------------------------------------------------*/

html {
  height: 100%;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--default);
  background-color: var(--bg-default);
}

#page-top {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}

/* a
-------------------------------------------------- */

a {
  color: var(--default);
  transition: all 0.5s ease;
}

a:hover,
a:focus,
a:active {
  color: var(--primary);
}

#main-section {
  background-color: var(--bg-primary);
}

/* h1 h2 h3 h4 h5 h6
-------------------------------------------------- */

h1,
.h1 {
  color: #fff;
  font-size: 2em;
  font-weight: 700;
}

h1.error {
  color: #666;
}

h2,
.h2 {
  position: relative;
  font-size: 1.575em;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1.25em;
  padding-bottom: 0.75em;
}

h2::before {
  position: absolute;
  border-bottom: 5px solid var(--primary);
  top: 100%;
  left: 0;
  width: 60px;
  content: "";
}

h3,
.h3 {
  font-size: 1.375em;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--primary);
}

h3 a {
  color: var(--primary);
  text-decoration: none;
}

h3 a:hover,
h3 a:focus,
h3 a:active {
  color: var(--secondary);
  text-decoration: none;
}

h4,
.h4 {
  font-size: 1.25em;
  font-weight: 600;
  color: var(--default);
  margin-bottom: 0.75em;
}

h5,
.h5 {
  font-size: 1.125em;
  font-weight: 600;
  color: var(--default);
  margin-bottom: 0.75em;
}

h6,
.h6 {
  font-size: 1em;
  font-weight: 600;
  color: var(--default);
  margin-bottom: 0.75em;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 500;
}

@media screen and (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 1.5em;
  }

  h2,
  .h2 {
    font-size: 1.375em;
    font-weight: 700;
  }

  h3,
  .h3 {
    font-size: 1.3em;
    font-weight: 700;
  }

  h4,
  .h4 {
    font-size: 1.25em;
    font-weight: 700;
  }

  h5,
  .h5 {
    font-size: 1em;
    font-weight: 700;
  }

  h6,
  .h6 {
    font-size: 0.875em;
    font-weight: 700;
  }
}

@media screen and (max-width: 479.98px) {
  h1,
  .h1 {
    font-size: 1.3em;
  }

  h2,
  .h2 {
    font-size: 1.25em;
    font-weight: 700;
  }

  h3,
  .h3 {
    font-size: 1.2em;
    font-weight: 700;
  }

  h4,
  .h4 {
    font-size: 1.125em;
    font-weight: 700;
  }
}

/* p
-------------------------------------------------- */
p,
li,
dt,
dd,
th,
td,
.btn {
  font-size: 1em;
}

@media screen and (max-width: 767.98px) {
  p,
  li,
  dt,
  dd,
  th,
  td,
  .btn {
    font-size: 0.875em;
  }
  
  li li {
    font-size: 1em;
  }
}

@media screen and (max-width: 479.98px) {
  p,
  li,
  dt,
  dd,
  th,
  td .btn {
    font-size: 0.825em;
  }
}

/* Header
-------------------------------------------------- */

#main-header-page {
  margin-top: 130px;
  min-height: 160px;
  background-color: #0c152a;
  background-image: url("../images/bg-page.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

#main-header-page h1 {
  color: #fff;
  text-shadow: 5px 3px 10px rgba(var(--primary-rgb), 0.15);
  text-align: left;
  padding-top: 58px;
}

#main-header-page small {
  color: #fff;
  font-size: 0.725em;
  display: block;
}

a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

/* for english(single row) navigation
-------------------------------------------------- */

.lang-btn {
  font-size: 0.875em;
  padding: 2px 14px;
  text-decoration: none;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  border: 1px solid #fff;
  background-color: color-mix(in srgb, var(--primary) 80%, transparent);
  white-space: nowrap;
  border-radius: 50px;
  display: inline-block;
  max-width: 100px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.lang-btn:hover,
.lang-btn:focus,
.lang-btn:active {
  color: #fff !important;
  background-color: color-mix(in srgb, var(--primary) 60%, transparent);
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}

@media screen and (max-width: 767.98px) {
  .lang-btn {
    font-size: 0.725em;
    padding: 2px 8px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.hero .hero-wrapper {
  position: relative;
  width: 100%;
  min-height: 50vh;
  display: flex;
  align-items: center;
  padding: 140px 0 0 0;
}
.hero .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* .hero .hero-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, color-mix(in srgb, var(--background-color), transparent 20%) 0%, color-mix(in srgb, var(--background-color), transparent 50%) 100%);
  z-index: 2;
} */
.hero .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.hero .hero-content {
  position: relative;
  z-index: 3;
  padding: 3rem 0;
  width: 100%;
}
.hero .hero-content .content-box {
  padding: 5rem;
}
.hero .hero-content .content-box h1 {
  font-family: "Noto Serif Display", serif;
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.hero .hero-content .content-box h2 {
  color: #ffffff !important;
  font-family: "Noto Serif Display", serif;
  font-size: 2.625rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.hero .hero-content .content-box h2::before {
  content: none;
}
.hero .hero-content .content-box h3 {
  color: #ffffff !important;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  border-bottom: none;
}
.hero .hero-content .content-box h4 {
  color: #ffffff !important;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.hero .hero-content .content-box h4 small {
  color: #ffffff !important;
  font-size: 1.25rem;
  font-weight: 700;
}
.hero .hero-content .content-box p {
  color: #ffffff !important;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
}
.hero .hero-content .content-box p small {
  color: #ffffff !important;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 1399.98px) {
  .hero .hero-content .content-box {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .hero .hero-content .content-box {
    padding: 2.5rem;
  }
  .hero .hero-content .content-box h2 {
    font-size: 2.25rem;
    margin-bottom: 0.25rem;
    padding-bottom: 0.5rem;
  }
  .hero .hero-content .content-box h3 {
    font-size: 2rem;
    margin-bottom: 0.25rem;
  }
  .hero .hero-content .content-box h4 {
    font-size: 1.25rem;
  }
  .hero .hero-content .content-box h4 small,
  .hero .hero-content .content-box p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.98px) {
  .hero .hero-content .content-box {
    padding-left: 0;
  }
  .hero .hero-content .content-box h2{
    font-size: 1.725rem;
  }
  .hero .hero-content .content-box h3 {
    font-size: 1.5rem;
  }
  .hero .hero-content .content-box h4 {
    font-size: 1.125rem;
  }
  .hero .hero-content .content-box h4 small,
  .hero .hero-content .content-box p {
    font-size: 0.85rem;
  }
  .hero .hero-content .content-box p small {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .hero .hero-wrapper {
    padding: 100px 0 0 0;
  }
  .hero .hero-content {
    padding: 1rem 0;
  }
  .hero .hero-content .content-box {
    padding: 2.25rem;
  }
  .hero .hero-content .content-box h1{
    margin-bottom: 0;
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .hero .hero-content .content-box h2{
    font-size: 1.825rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 539.98px) {
  .hero .hero-content .content-box h2{
    font-size: 1.675rem;
  }
}
@media screen and (max-width: 479.98px) {
  .hero .hero-content .content-box {
    padding: 2rem;
  }
  .hero .hero-content .content-box h1{
    margin-bottom: 0;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .hero .hero-content .content-box h2{
    font-size: 1.375rem;
  }
  .hero .hero-content .content-box h3 {
    font-size: 1.25rem;
  }
  .hero .hero-content .content-box h4 {
    font-size: 1rem;
  }
  .hero .hero-content .content-box h4 small {
    font-size: 0.825rem;
  }
  .hero .hero-content .content-box p {
    font-size: 0.825rem;
  }
  .hero .hero-content .content-box p small {
    font-size: 0.725rem;
  }
}

/* home
-------------------------------------------------- */
.home-concept,
.home-news,
.home-contact {
  padding: 3.75em 0;
  background-color: var(--bg-primary);
  border-top: 1px solid #ccc;
}

.home-concept {
  padding: 5em 0 0;
}

.home-concept h2,
.home-news h2,
.home-contact h2 {
  font-size: 2em;
}

@media screen and (max-width: 1199.98px) {
  .home-concept h2,
  .home-news h2,
  .home-contact h2 {
    font-size: 1.75em;
  }
}

@media screen and (max-width: 767.98px) {
  .home-concept {
    padding: 3em 0 1.5em;
  }
  .home-news {
    padding: 1.5em 0;
  }
  .home-contact {
    padding: 1.5em 0 3em;
  }
  .home-movie .top-movie {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479.98px) {
  .home-concept h2,
  .home-news h2,
  .home-contact h2 {
    font-size: 1.5em;
  }
}

/* main-section
-------------------------------------------------- */

#main-section {
  background-color: #ffffff;
  color: #000;
  padding: 3.75em 0;
}

#main-section p .fa,
#main-section p .fab,
#main-section p .fal,
#main-section p .far,
#main-section p .fas {
  display: inline;
}

@media screen and (max-width: 767.98px) {
  #main-section {
    padding-bottom: 1.875em;
  }
}

/* section --------------------------------------- */

section {
  padding-bottom: 1.25em;
}

/* footer
-------------------------------------------------- */
footer {
  margin-top: auto;
  background-color: #fff;
}

.footer h6 {
  color: var(--default);
  line-height: 1.4;
}

.footer h5 small {
  font-size: 0.75em;
  font-weight: normal;
}

.footer p {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

.footer p,
.footer a {
  color: var(--default);
  transition: color 0.5s 0s ease;
}

.footer a:hover {
  color: var(--primary);
  text-decoration: none;
}

#top-footer {
  background-image: url("../images/footer-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5em;
  padding-bottom: 5em;
}

#bottom-footer {
  background-color: #fff;
  color: var(--default);
  padding-top: 3em;
  padding-bottom: 3em;
  border-top: 1px solid #ccc;
}

#bottom-footer .copyright {
  font-size: 0.875em;
  line-height: 1.2;
  margin-top: 1em;
}

#bottom-footer .ccm-block-social-links a > .fa {
  color: var(--default);
}

#bottom-footer .ccm-block-social-links a > .fa:hover,
#bottom-footer .ccm-block-social-links a > .fa:active,
#bottom-footer .ccm-block-social-links a > .fa:focus {
  color: var(--primary);
}

#bottom-footer .logo {
  text-align: right;
  padding-top: 8px;
}

@media screen and (max-width: 767.98x) {
  #bottom-footer .logo {
    text-align: left;
  }
}

.banner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  gap: 1.5em;
}

@media screen and (max-width: 1199.98px) {
  .banner {
    justify-content: space-around;
  }
}

/* max-width: 1199.98px
-------------------------------------------------- */

@media screen and (max-width: 1199.98px) {
  #main-header-page {
    margin-top: 120px;
  }
  .footer .banner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer .menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  #middle-footer .menu > div {
    padding: 0 1.25em;
  }
}

/* max-width: 999.98px
-------------------------------------------------- */

@media screen and (max-width: 999.98px) {
  #main-header-page {
    margin-top: 110px;
  }
}

/* max-width: 767.98px
-------------------------------------------------- */

@media screen and (max-width: 767.98px) {
  #main-header-page {
    margin-top: 60px;
    min-height: 120px;
  }
  #main-header-page h1 {
    padding-top: 48px;
  }

  .footer .banner,
  .footer .menu {
    display: flex;
    flex-direction: column;
    padding: 0px 15px;
  }

  .footer .banner > div,
  .footer .menu > div {
    padding: 0;
    width: 100%;
  }

  .footer .banner > div:not(:first-child),
  .footer .banner > div:not(:last-child),
  .footer .menu > div:not(:first-child),
  .footer .menu > div:not(:last-child) {
    padding: 0;
  }

  a.anchor {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
  }
}

/* max-width: 479.98px
-------------------------------------------------- */

@media screen and (max-width: 479.98px) {
  #main-header-page {
    margin-top: 60px;
    min-height: 100px;
  }

  #main-header-page h1 {
    font-size: 1.25em;
    padding-top: 40px;
  }
}

/* side nav menu
-------------------------------------------------- */

#sidebar h3 {
  color: #000;
  font-size: 1.125em;
  margin-bottom: 2px;
  padding: 20px 10px 20px 1.25em;
  border-top: 5px solid var(--primary);
}

ul.side-vertical-menu {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
}

ul.side-vertical-menu > li {
  position: relative;
  z-index: 0;
  background-color: var(--bg-secondary);
  border-bottom: 1px solid #ccc;
  transition: all 0.5s;
  width: 100%;
}

ul.side-vertical-menu > li::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--bg-primary) 25%, transparent),
    color-mix(in srgb, var(--bg-primary) 5%, transparent)
  );
  opacity: 0;
  transition: opacity 0.5s;
}

ul.side-vertical-menu > li:hover::before {
  opacity: 1;
}

ul.side-vertical-menu > li > a {
  color: var(--default);
  margin-left: 2em;
  padding: 13px 10px;
  text-decoration: none !important;
  display: block;
}

ul.side-vertical-menu > li > a:focus,
ul.side-vertical-menu > li > a:hover {
  color: rgb(var(--primary-rgb), 0.5);
  background-color: transparent !important;
  text-decoration: none;
  transition: color 0.5s ease 0s;
}

ul.side-vertical-menu > li > a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  font-weight: 900;
  margin-left: -1.5em;
  padding-right: 0.75em;
  transition: color 0.5s ease 0s;
}

ul.side-vertical-menu > li > a:hover:before {
  color: rgb(var(--primary-rgb), 0.5);
}

ul.side-vertical-menu > li.selected {
  color: #ffffff !important;
  font-weight: 600;
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--primary) 100%, transparent),
    color-mix(in srgb, var(--primary) 90%, transparent)
  );
}

ul.side-vertical-menu > li.selected a,
ul.side-vertical-menu > li.selected a:before {
  color: #ffffff !important;
}

ul.side-vertical-menu > li > ul > li {
  text-align: right;
  list-style: none;
  padding: 0 0.5em 0.5em;
}

ul.side-vertical-menu > li > ul > li > a {
  text-decoration: none !important;
  padding: 0.5em 0;
}

ul.side-vertical-menu > li > ul > li > a:hover:after {
  color: var(--primary) !important;
  transition: color 1s ease 0s;
}

ul.side-vertical-menu > li > ul > li.selected {
  color: var(--primary);
  font-weight: 600;
}

ul.side-vertical-menu > li > ul > li.selected > a {
  color: var(--primary);
}

ul.side-vertical-menu > li > ul > li.selected > a:after,
ul.side-vertical-menu > li > ul > li.selected > a:focus:after,
ul.side-vertical-menu > li > ul > li.selected > a:hover:after {
  color: var(--primary) !important;
}

.side-vertical-menu .collapse > li {
  border: none;
}

.side-vertical-menu .collapse > li > a:focus,
.side-vertical-menu .collapse > li > a:hover {
  background-color: transparent !important;
  text-decoration: none;
}

.vertical-menu-title > small:before {
  content: "\A";
  white-space: pre;
}

.vertical-menu-title > small {
  font-size: inherit;
}

@media screen and (max-width: 767.98px) {
  .vertical-menu-title > small:before {
    content: " ";
    white-space: pre;
  }
}

/* btn
-------------------------------------------------- */

.btn {
  border-radius: 50rem;
  font-weight: 500;
  padding: 0.725em 1.75em;
}

#main-section a.btn,
#main-section .btn {
  text-decoration: none;
}

.btn-group-lg > .btn,
.btn-lg {
  border-width: 2px;
}

.btn-xlg {
  padding: 16px 24px;
  line-height: 1.3333333;
  border-width: 3px;
}

a.btn-default,
.btn-default {
  color: #fff;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  text-align: center;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}

a.btn-default:hover,
a.btn-default:focus,
a.btn-default:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: var(--primary) !important;
  border: 1px solid var(--primary);
  background-color: color-mix(in srgb, var(--bg-primary) 80%, transparent);
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}

a.btn-default-bordered,
.btn-default-bordered {
  color: var(--primary);
  background-color: #fff;
  border: 1px solid var(--primary);
  text-align: center;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}

a.btn-default-bordered:hover,
a.btn-default-bordered:focus,
a.btn-default-bordered:active,
.btn-default-bordered:hover,
.btn-default-bordered:focus,
.btn-defaul-borderted:active {
  color: #fff !important;
  background-color: color-mix(in srgb, var(--primary) 80%, transparent);
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}

a.btn-transparent,
.btn-transparent {
  border-color: var(--primary);
  color: var(--primary);
  background-color: transparent;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}

a.btn-transparent:hover,
a.btn-transparent:focus,
a.btn-transparent:active,
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}

a.btn-light-transparent,
.btn-light-transparent {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}

a.btn-light-transparent:hover,
a.btn-light-transparent:focus,
a.btn-light-transparent:active,
.btn-light-transparent:hover,
.btn-light-transparent:focus,
.btn-light-transparent:active {
  color: #333;
  background-color: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.8);
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}

a.btn-dark-transparent,
.btn-dark-transparent {
  border-color: #000;
  color: #000;
  background-color: transparent;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}

a.btn-dark-transparent:hover,
a.btn-dark-transparent:focus,
a.btn-dark-transparent:active,
.btn-dark-transparent:hover,
.btn-dark-transparent:focus,
a.btn-dark-transparent:active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}

/* list
-------------------------------------------------- */

ul.list {
  counter-reset: counter-name;
  padding-left: 0;
  margin-bottom: 2em;
}

ul.list li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 1em 0 1em 20px;
  border-bottom: 1px dotted var(--primary);
  text-align: justify;
}

ul.bordered {
  counter-reset: counter-name;
  padding-left: 0;
  margin-bottom: 2em;
}

ul.bordered li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 1em 0 1em 1.75em;
  border-bottom: 1px dotted var(--primary);
}

ul.bordered li::before {
  content: "";
  background-color: var(--primary);
  width: 5px;
  height: 5px;
  border-radius: 10px;
  position: absolute;
  left: 0.5em;
  top: 1.625em;
  margin: auto 0;
  padding: 4px;
}

.list-styled {
  counter-reset: counter-name;
  padding: 0;
  margin: 0;
}

.list-styled li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0 0 0 1.75em;
}

.list-styled li::before {
  content: "";
  background-color: var(--primary);
  width: 5px;
  height: 5px;
  border-radius: 10px;
  position: absolute;
  left: 0.5em;
  top: 0.625em;
  margin: auto 0;
  padding: 4px;
}

ol {
  counter-reset: counter-name;
  padding-left: 0;
}

ol li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0 0 0 2.4em;
}

ol.bordered {
  counter-reset: counter-name;
  padding-left: 0;
}

ol.bordered li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 1em 0 1em 2.4em;
  border-bottom: 1px dotted var(--primary);
}

ol.bordered li:last-child {
  border-bottom: none;
}

ol.no-border {
  counter-reset: counter-name;
  padding-left: 0;
}

ol.no-border li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0 0 0 2.4em;
  border-bottom-style: none !important;
}

ol li:before,
ol.bordered li:before,
ol.no-border li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  color: var(--primary);
  font-weight: 700;
  position: absolute;
  left: 0;
  display: block;
  width: 1.6em;
  text-align: right;
}

/* achievements
-------------------------------------------------- */

#achievements ul {
  padding-left: 0;
  margin-bottom: 2em;
}

#achievements ul li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 1em 0em 1em 0.5em;
  border-bottom: 1px dotted var(--primary);
}

#achievements ul li > strong:first-child {
  color: var(--primary);
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.4;
  display: inline-block;
  margin: 0 0 0.5em -0.25em;
}

#achievements ul li strong {
  font-weight: 600;
  font-style: normal;
}

#achievements ul li img {
  margin-top: 1em;
  padding: 0.25em 0.5em;
}

#achievements ul li br {
  margin-bottom: 0.5em;
}

/* publications
-------------------------------------------------- */

.publications {
  padding: 1em;
  border-bottom: 1px dotted #ccc;
}

#main-section .publications p {
  margin-bottom: 0.25em;
}

#main-section .publications ul {
  list-style: none;
}

#main-section .publications ul li {
  color: rgba(var(--primary-rgb), 1);
}

.publications ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f105";
  margin-left: -1.5em;
  padding-right: 0.5em;
  transition: color 1s ease 0s;
}

#main-section .publications ul li a {
  color: rgba(var(--primary-rgb), 1);
}

#main-section .publications ul li a:hover,
#main-section .publications ul li a:focus,
#main-section .publications ul li a:active {
  color: rgba(var(--primary-rgb), 0.5);
}

/* news
-------------------------------------------------- */

.news-wrapper {
  margin-bottom: 2em;
}

dl.news,
dl.dates{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

dl.news dt,
dl.news dd,
dl.dates dt,
dl.dates dd {
  padding: 1.25em 0.25em;
  border-bottom: 1px dotted #999;
  box-sizing: border-box;
}

dl.news dt {
  color: var(--primary);
  width: 8em;
}

dl.news dd {
  margin: 0;
  width: calc(100% - 15.75em);
}

dl.dates dt {
  color: var(--primary);
  width: 12em;
}

dl.dates dd {
  margin: 0;
  width: calc(100% - 16.75em);
}

dl.news dd p,
dl.dates dd p {
  font-size: inherit !important;
  line-height: inherit !important;
}

dl.news dd p:last-of-type,
dl.dates dd p:last-of-type {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 991.98px) {
  .news-wrapper {
    margin-bottom: 24px;
  }
  dl.news dt,
  dl.dates dt {
    width: 100%;
    padding: 0.75em 0.25em 0;
    border-bottom: none;
  }

  dl.news dd,
  dl.dates dd {
    width: 100%;
    padding: 0.25em 0.25em 0.75em;
  }
}

@media screen and (min-width: 992px) {
  dl.news dt,
  dl.dates dt {
    position: relative;
  }
}

/* breadcrumb
-------------------------------------------------- */

.breadcrumb {
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 0.5em 0 0;
  font-size: 0.875em;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb a {
  text-decoration: none;
  transition: 0.5s;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb a.home::before {
  content: url("../images/icon_home.svg");
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.8);
}

/* Link
-------------------------------------------------- */

ul.link {
  list-style: none;
  padding-left: 0;
}

ul.link ul {
  list-style: none;
  padding-left: 0;
}

ul.link li {
  color: #000;
  display: block;
  padding: 8px 0px 8px 22px;
  position: relative;
}

ul.link li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-size: 0.875em;
  font-weight: 900;
  color: var(--primary);
  position: absolute;
  top: 0.75em;
  left: 5px;
}

ul.link li ul.link li {
  border-bottom: none;
}

ul.link li ul.link li:before {
  content: "\f068";
  font-size: 0.75em;
  top: 0.9em;
}

ul.link li a {
  display: block;
  padding: 5px 0;
  text-decoration: none !important;
}

ul.link li a:focus,
ul.link li a:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
}

ul.mini-bar {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

ul.mini-bar > li {
  border-bottom: 1px solid #ccc;
  color: #000;
  display: block;
  padding: 8px 5px 8px 10px;
  position: relative;
}

ul.mini-bar > li:first-child {
  border-top: 1px solid #ccc;
}

ul.mini-bar > li > a {
  display: block;
  position: relative;
  text-decoration: none !important;
}

ul.mini-bar > li > a:focus,
ul.mini-bar > li > a:hover {
  background-color: transparent !important;
  text-decoration: none;
}

ul.mini-bar > li.selected {
  color: #888;
  background-color: #fdeaeb;
}

ul.mini-bar > li.selected > a {
  color: #888 !important;
}

ul.mini-bar > li.selected > a:focus,
ul.mini-bar > li.selected > a:hover {
  color: #1f1f1f !important;
}

ul.mini-bar > li.selected > a:before {
  color: #fff !important;
}

ul.mini-bar > li.selected > a:focus:before,
ul.mini-bar > li.selected > a:hover:before {
  color: #fff !important;
}

/* Title
-------------------------------------------------- */

.title-link a {
  position: relative;
  display: inline-block;
  padding: 0.25em 1.25em 0.5em;
  color: var(--default);
  text-decoration: none;
  outline: none;
}

.title-link a::before {
  content: "";
  position: absolute;
  bottom: -0.2em;
  left: 5%;
  width: 95%;
  height: 1px;
  background: var(--primary);
  transition: all 0.3s;
}

.title-link a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 15px;
  height: 1px;
  background: var(--primary);
  transform: rotate(35deg);
  transition: all 0.3s;
}

.title-link a:hover::before {
  left: 20%;
  background: var(--primary);
}

.title-link a:hover::after {
  right: -15%;
  background: var(--primary);
}

.title-link span {
  font-size: 20px;
  padding-left: 4px;
  vertical-align: middle;
}

/* nav-horizontal
-------------------------------------------------- */
.nav-pills {
  margin-bottom: 24px;
}

.nav-pills li.nav-item:not(:first-child) {
  margin-left: 2px;
}

.nav-pills li.nav-item:not(:last-child) {
  margin-right: 2px;
}

.nav-pills li.nav-item a {
  color: #ffffff;
  background-color: var(--primary);
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  padding: 0.725em 1.75em;
  border-radius: 50px;
  border: 2px solid var(--primary);
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}

.nav-pills li.nav-item a:hover {
  color: var(--primary);
  background-color: color-mix(in srgb, var(--primary) 30%, transparent);
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}

.nav-pills li.nav-item a.active,
.nav-pills li.nav-item a.active:focus,
.nav-pills li.nav-item a.active:hover {
  color: #fff;
  background-color: var(--primary);
  cursor: default;
  pointer-events: none;
}

.nav-pills li.nav-item:has(small) > a {
  flex-grow: 1;
  line-height: 1;
}

.nav-pills li.nav-item a small::before {
  content: "\A";
  white-space: pre;
}

@media only screen and (max-width: 819.98px) {
  .nav-pills li.nav-item {
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .nav-pills {
    flex-flow: column;
  }

  .nav-pills li.nav-item:not(:first-child) {
    margin-left: initial;
    margin-top: 2px;
  }

  .nav-pills li.nav-item:not(:last-child) {
    margin-right: initial;
    margin-bottom: 2px;
  }
}

/* table-member
-------------------------------------------------- */
table {
  border-collapse: collapse;
  width: 100%;
}

.table-member th,
.table-member td {
  box-sizing: border-box;
}

@media screen and (max-width: 639.98px) {
  .table-member {
    width: 100%;
  }

  .table-member tr th,
  .table-member tr td:nth-child(2) {
    border-bottom: none;
  }

  .table-member tr td:nth-child(2) {
    padding-top: 0;
    padding-bottom: 0;
  }

  table.table-member tr th,
  table.table-member tr td {
    display: block;
    width: 100%;
  }
}

/* table-dark
-------------------------------------------*/
.table-dark {
  --bs-table-bg: var(--primary);
  --bs-table-border-color: #ccc;
}

/* speakers
-------------------------------------------*/
ul.speakers {
  margin-bottom: 0;
  list-style: none
}
ul.speakers li {
  line-height: 1.4em;
  padding: 1em 0;
  border-bottom: 1px dotted #666;
}
ul.speakers li:before {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.4em;
  color: var(--primary);
  margin-left: -1.4em;
  margin-right: 0.5em;
}
ul.speakers li strong {
  color: var(--primary);
}

/* to_top
-------------------------------------------*/
.to_top {
  position: fixed;
  right: 10px;
  z-index: 200;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.to_top a {
  text-decoration: none;
  color: var(--primary);
  text-align: center;
  display: block;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background-color: #fff;
  border: 1px solid var(--primary);
  padding: 6px 8px 8px 8px;
  height: 40px;
  width: 40px;
  transition: all 0.3s ease;
}
.to_top a:hover {
  color: #fff;
  background-color: var(--primary);
}

/* etc.
-------------------------------------------*/
.text-accent {
  color: var(--primary);
}

.greeting-photo {
  max-width: 110px;
}

@media screen and (min-width: 768px) {
  .greeting-photo {
    max-width: 140px;
  }
}