@charset "UTF-8";
:root {
  --primary-color: #595966;
  --active-color: #ff6432;
  --nav-color: #528392;
}
/*@font-face {
  font-family: "Noto";
  src: url("../font-face/04219e2f2010127aaa13bb87e6dc50ec.woff2") format("woff2"),
  url("../font-face/04219e2f2010127aaa13bb87e6dc50ec.woff") format("woff"),
  url("../font-face/04219e2f2010127aaa13bb87e6dc50ec.ttf") format("truetype"), 
  url("../font-face/04219e2f2010127aaa13bb87e6dc50ec.svg#Noto Sans") format("svg");
}*/
body, html {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Roboto', sans-serif;
}
.nodisplay {
  display: none !important;
}
.navbar a {
  font-size: 12px;
  color: var(--primary-color);
}
.navbar .active a {
  color: var(--active-color);
}
.navbar a:hover {
  color: var(--active-color);
}
.nav-upper {
  justify-content: flex-end;
}
.nav-upper a {
  font-size: 12px;
  margin: auto 6px;
  text-decoration: none;
}
.navbar-toggler-icon {
  /*	background-color: #666;*/
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar input {
  border: none;
}
.navbar-brand {
  padding-top: 0;
}
.navbar-brand img {
  width: 300px;
}
.right {
  margin-left: auto;
  padding-top: 32px
}
button.search {
  background-image: url("../images/btn-search.jpg");
  background-size: cover;
  border: none;
  margin-right: 8px;
  height: 36px;
  width: 36px;
}
.jumbotron {
  color: white;
  background-image: url("../images/hero-new.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 416px;
}
.jumbotron .btn {
  background-color: white;
  border-radius: 0;
  color: var(--primary-color);
  padding: 6px 25px 6px 10px;
}
.jumbotron p {
  font-size: 15px;
  text-shadow: 1px 1px 2px #333;
}
.jumbotron h1 {
  text-shadow: 1px 1px 2px #333;
}
.jumbotron a {
  font-size: 12px;
}
.jumbotron a::after {
  content: '';
  position: relative;
  right: -12px;
  top: 9px;
  display: block;
  border-left: 1px solid var(--primary-color);
  border-top: 1px solid var(--primary-color);
  width: 7px;
  height: 7px;
  float: right;
  transform: translate(50%, -50%) rotate(135deg);
}
.slider-responsive img {
  width: 100%;
  padding: 0 10px;
}
.spacer {
  font-size: 0;
  line-clamp: 0;
  padding: 36px 0;
}
.no-padd {
  padding: 0 !important;
}
.news-ttl {
  font-size: 24px;
  padding-left: 10px;
}
.news-head .more-links {
  padding-right: 8px;
}
.more-links {
  float: right;
  font-size: 14px;
}
.more-links a {
  color: var(--primary-color);
  text-decoration: none;
}
.more-links a:hover {
  color: var(--active-color);
}
.more-links a::after {
  content: '';
  position: relative;
  right: 2px;
  top: 9px;
  display: block;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  width: 7px;
  height: 7px;
  float: right;
  transform: translate(50%, -50%) rotate(135deg);
}
.more-links a:hover::after {
  border-left: 2px solid var(--active-color);
  border-top: 2px solid var(--active-color);
}
.slick-control {
  display: flex;
  justify-content: center;
}
.slick-control button {
  background: none;
  border: none;
  padding: 0;
}
.slick-dots {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 10px 10px 20px;
}
.slick-active button {
  border-color: var(--active-color) !important;
}
.slick-dots li button {
  border: 4px solid var(--primary-color);
  border-radius: 4px;
  font-size: 0;
  height: 8px;
  width: 8px;
  margin: 0 4px;
}
.journals .card, .event .card, .event-mobile .card {
  background-color: var(--primary-color);
  border: none;
  border-radius: 0;
  margin-bottom: 1rem;
}
.journals .card-body {
  height: 144px;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.journals a {
  color: white;
  text-shadow: 1px 1px 2px #333;
}
.journals span::after {
  content: '';
  position: absolute;
  right: 30px;
  bottom: 12px;
  display: block;
  border-left: 3px solid white;
  border-top: 3px solid white;
  width: 8px;
  height: 8px;
  float: right;
  transform: translate(50%, -50%) rotate(135deg);
}
.journals-ttl {
  font-size: 24px;
  padding-left: 0 !important;
  padding-bottom: 4px !important;
}
button.journal-search {
  background-image: url("../images/btn-journal-search.jpg");
  background-size: auto;
  background-repeat: no-repeat;
  border: none;
  height: 16px;
  width: 16px;
}
.journals-search {
  border: 1px solid var(--primary-color);
  border-radius: 14px;
  height: 34px;
}
.journal-input {
  font-size: 12px;
  border: none;
  color: var(--primary-color);
  margin-left: 8px;
}
.journal-input::-webkit-input-placeholder, .journal-input::-moz-placeholder {
  color: var(--primary-color);
  opacity: 1;
}
.event .card {
  color: white;
  position: absolute;
  top: 200px;
  width: 82%;
}
.event p {
  font-size: 20px;
}
.event span {
  font-size: 14px;
}
.event-tag {
  background-color: white;
  left: 40px;
  top: 190px;
  color: var(--primary-color);
  font-size: 12px;
  padding: 0px 4px;
}
.event-tag a {
  color: var(--primary-color);
  text-decoration: none;
}
.event {
  height: 350px;
}
.nav-bottom {
  color: #666;
}
.nav-bottom li {
  list-style-type: none;
}
.nav-bottom h7 {
  font-size: 12px;
  font-weight: 600;
}
.nav-bottom a {
  color: #666;
  font-size: 11px;
  text-decoration: none;
}
.menu-contact {
  font-size: 12px;
  font-weight: 600;
}
.menu-mobile {
  border-top: 1px solid rgba(37, 89, 112, 0.3);
}
.last {
  border-top: 1px solid rgba(37, 89, 112, 0.3);
  border-bottom: 1px solid rgba(37, 89, 112, 0.3);
}
.menu-mobile a {
  font-size: 16px;
  color: var(--primary-color);
}
.accordion li a {
  font-size: 13px;
  color: var(--primary-color);
}
.menu-mobile a::after {
  content: '';
  position: relative;
  right: 10px;
  top: 10px;
  display: block;
  border-left: 3px solid var(--primary-color);
  border-top: 3px solid var(--primary-color);
  width: 10px;
  height: 10px;
  float: right;
  transform: translate(50%, -50%) rotate(-135deg);
}
.no-after::after {
  content: none !important;
}
.event-mobile {
  height: 410px;
  margin: 0 15px !important;
}
.event-mobile .card {
  color: white;
  top: -100px;
  width: 300px;
}
footer {
  background-color: var(--primary-color);
}
footer a {
  font-size: 14px;
}
footer a:hover {
  color: var(--active-color) !important;
  text-decoration: none !important;
}

@media (max-width: 768px) {
	.e2 {
		display: none;
	}
	.jb-sub {
		width: 350px
	}
}

@media (max-width: 992px) {
  .navbar-brand img {
    width: 205px !important;
	  padding-top: 6px
  }
  .right {
    padding-top: 12px;
  }
  .jumbotron {
    background-position: center top;
    min-height: 216px;
  }
  .journals .card-body {
    height: 200px;
  }
  .event {
    height: 260px;
  }
  .event .card {
    top: 150px;
    width: 80%;
  }
  .event .card h5 {
    font-size: 0.85rem
  }
  .event span {
    font-size: 11px;
  }
  .event-tag {
    top: 140px;
  }
  .j2 {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .event {
    height: 430px;
  }
  .event .card {
    top: 280px;
    width: 82%;
  }
  .event-tag {
    top: 270px;
  }
}
.etmp .card-body {
  height: 200px;
}
.jb-sub {
	width:480px
}
