.workspace {
  min-height: 100%;
  overflow: hidden;
}

.section-container {
  margin: 0 auto;
  width: 1296px;
}

.theme_two {
  background: #fff;
  position: relative;
}
.theme_two a {
  color: #32657f;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.theme_two a:focus {
  outline: none;
  /* for Firefox Google Chrome  */
  behavior: expression(this.onFocus=this.blur());
  /* for IE */
}
.theme_two a:hover {
  color: #b5998b;
}
.theme_two h1, .theme_two h2, .theme_two h3, .theme_two h4, .theme_two h5, .theme_two h6 {
  font-weight: 400;
}
.theme_two .menu-item, .theme_two .menu-item li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.theme_two p {
  line-height: 1.8;
}
.theme_two .link-control {
  margin-top: 2rem;
  display: flex;
}
.theme_two .link-control .link-more {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  padding-right: 64px;
  color: #090909;
  transition: all 0.2s ease-in;
  position: relative;
}
.theme_two .link-control .link-more span {
  display: block;
  line-height: 48px;
  height: 48px;
  transition: all 0.2s ease-in;
}
.theme_two .link-control .link-more:before {
  content: "";
  position: absolute;
  transition: all 0.2s ease-in;
  border: 1px solid #d3c2ba;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  right: 0;
  top: 0;
}
.theme_two .link-control .link-more .link-arrow {
  position: absolute;
  right: 16px;
  top: 17px;
  transform: scale(1.375);
  transition: all 0.2s ease-in;
  transition-delay: .2s;
}
.theme_two .link-control .link-more:hover {
  color: #b5998b;
}
.theme_two .link-control .link-more:hover:before {
  background: rgba(211, 194, 186, 0.5);
}
.theme_two .link-control .link-more:hover .link-arrow {
  transform: scale(1.375) translateX(2px);
}
.theme_two .link-control .link-more:focus {
  color: #32657f;
}
.theme_two .link-control .link-more:focus:before {
  background: #32657f;
  border-color: #32657f;
}
.theme_two .link-control .link-more:focus .link-arrow {
  color: #fff;
}

/* `Theme Two
-----------------------------------------------------------------------------*/
.theme_two {
  margin-top: 4px;
}
.theme_two .element-section {
  margin-bottom: 10rem;
}
.theme_two .element-title h2 {
  margin-bottom: 1.5rem;
  font-size: 4.5rem;
  font-weight: 700;
  color: #585858;
}
.theme_two .element-title h3 {
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.7;
}
.theme_two .element-title-horizontal {
  margin-bottom: 10rem;
  position: relative;
}
.theme_two .element-title-horizontal:after {
  content: "";
  background: #dcdcdc;
  width: 7680px;
  height: 1px;
  position: absolute;
  left: -250%;
  bottom: -5rem;
}
.theme_two .element-title-horizontal h2 {
  font-size: 5rem;
}
.theme_two .element-title-horizontal h3 {
  font-size: 1.75rem;
}
.theme_two .element-information .padding-inner {
  padding-bottom: 24px;
}
.theme_two .menu-information {
  display: flex;
  flex-wrap: wrap;
}
.theme_two .menu-information li {
  padding-left: 4.125rem;
  padding-right: 1.25rem;
  margin-bottom: 1.5rem;
  width: 33.33333%;
  position: relative;
}
.theme_two .menu-information li:before {
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  width: 48px;
  height: 48px;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: .875rem;
  color: #666;
  line-height: 48px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.theme_two .menu-information li.subject:before {
  content: "\f0b0";
}
.theme_two .menu-information li.date:before {
  content: "\f073";
  font-weight: 400;
}
.theme_two .menu-information li.location:before {
  content: "\f3c5";
}
.theme_two .menu-information li.organization:before {
  content: "\f19c";
}
.theme_two .menu-information li .label, .theme_two .menu-information li .output {
  display: block;
}
.theme_two .menu-information li .label {
  font-size: .9375rem;
  color: #777;
}
.theme_two .section-row {
  display: flex;
  justify-content: space-between;
}
.theme_two .section-row .element-title {
  width: 50%;
}
.theme_two .section-row .element-information {
  width: 38%;
}
.theme_two .section-row .element-information .padding-inner {
  padding-bottom: 40px;
}
.theme_two .section-row .menu-information {
  display: block;
}
.theme_two .section-row .menu-information li {
  margin-bottom: 1rem;
  width: 100%;
}
.theme_two .img-cover {
  display: block;
  width: 100%;
  height: auto;
}
.theme_two .element-cover {
  box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.5);
  position: relative;
}
.theme_two .element-cover .cover-inner {
  display: block;
  overflow: hidden;
}
.theme_two .element-cover .img-cover {
  transform-origin: center center;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease-in;
}
.theme_two .element-cover:after {
  content: "";
  background-color: #dcdcdc;
  margin-left: 50%;
  width: 100vw;
  height: 1px;
  position: absolute;
  left: -50vw;
  top: 50%;
  z-index: 0;
}
.theme_two .element-introduce h4 {
  margin-bottom: 2rem;
  font-size: 2.25rem;
  font-weight: 500;
}
.theme_two .element-introduce p {
  font-weight: 300;
}
.theme_two .element-introduce .column {
  column-count: 2;
  column-gap: 64px;
}
.theme_two .element-article-list .section-title {
  margin-bottom: 3.625rem;
  font-size: 2.25rem;
  font-weight: 300;
  text-align: center;
  position: relative;
}
.theme_two .element-article-list .section-title:before {
  content: "";
  background: #d8d8d8;
  height: 1px;
  position: absolute;
  left: 15%;
  right: 15%;
  top: 50%;
  z-index: 0;
  opacity: 0;
}
.theme_two .element-article-list .section-title span {
  display: inline-block;
  background: #fff;
  padding: 0 1rem;
  position: relative;
  z-index: 1;
}
.theme_two .element-article-list .article-list-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.theme_two .element-article-list .article-list-menu li {
  margin-bottom: 4rem;
  padding: 0 12px;
  width: 33.33333%;
}
.theme_two .element-article-list .article-link {
  display: block;
  background: #fff;
  transition: all 0.4s ease-in-out;
}
.theme_two .element-article-list .article-link .h5 {
  display: block;
  margin-bottom: 0;
  margin-top: 40px;
  padding-right: 72px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.theme_two .element-article-list .article-link .arrow-right {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-8px);
  transition: all 0.4s ease-in-out;
}
.theme_two .element-article-list .article-link .bi-arrow-right {
  fill: #c9a697;
  transition: all 0.4s ease-in-out;
}
.theme_two .element-article-list .article-link:hover .img-wrap .img-cover {
  transform-origin: center center;
  transform: scale(1.1, 1.1);
}
.theme_two .element-article-list .article-link:hover .h5 {
  color: #32657f;
}
.theme_two .element-article-list .article-link:hover .arrow-right {
  transform: translateX(0);
}
.theme_two .element-article-list .article-link:hover .bi-arrow-right {
  fill: #32657f;
}
.theme_two .element-article-list .article-link:focus {
  background: #32657f;
}
.theme_two .element-article-list .article-link:focus .img-wrap .img-cover {
  transform-origin: center center;
  transform: scale(1.1, 1.1);
}
.theme_two .element-article-list .article-link:focus .h5 {
  color: #fff;
}
.theme_two .element-article-list .article-link:focus .bi-arrow-right {
  fill: #fff;
}
.theme_two .element-article-list .img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.theme_two .element-article-list .img-wrap .img-cover {
  position: relative;
  left: 0;
  top: 0;
  transition: all 0.4s ease-in-out;
}
.theme_two .element-article-list-extend {
  background: #fff;
  padding-bottom: calc(2.5rem + 3.5vw);
  position: relative;
}
.theme_two .element-article-list-extend:before, .theme_two .element-article-list-extend:after {
  content: "";
  background: #fff;
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.theme_two .element-article-list-extend:before {
  left: 0;
  margin-left: -100vw;
}
.theme_two .element-article-list-extend:after {
  right: 0;
  margin-right: -100vw;
}
.theme_two .element-article-list-extend .section-title span {
  background: #fff;
}
.theme_two .element-article-list-extend .article-list-menu {
  border-left: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  margin: 0;
}
.theme_two .element-article-list-extend .article-list-menu li {
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 0;
  padding: 0;
}
.theme_two .element-article-list-extend .article-link {
  padding: 1.5rem;
  padding-bottom: 0;
  position: relative;
}
.theme_two .element-article-list-extend .article-link:after {
  content: "";
  background: #32657f;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform-origin: center top;
  transform: scaleY(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.theme_two .element-article-list-extend .article-link span {
  position: relative;
  z-index: 2;
}
.theme_two .element-article-list-extend .article-link .h5 {
  padding-right: 0;
  padding-left: 0;
}
.theme_two .element-article-list-extend .article-link:hover {
  color: #fff;
}
.theme_two .element-article-list-extend .article-link:hover:after {
  transform: scaleY(1);
}
.theme_two .element-article-list-extend .article-link:hover .img-wrap .img-cover {
  transform-origin: center center;
  transform: scale(1.1, 1.1);
}
.theme_two .element-img-direction .cover-wrap,
.theme_two .element-img-direction .element-content {
  width: 48%;
}
.theme_two .element-img-direction .element-content p {
  margin-bottom: 1.25rem;
  font-weight: 300;
}
.theme_two .element-img-direction h4 {
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.4;
}
.theme_two .element-img-direction.element-img-right .section-row {
  flex-direction: row-reverse;
}
.theme_two .element-img-direction.cover-square {
  position: relative;
}
.theme_two .element-img-direction.cover-square .section-row {
  align-items: center;
}
.theme_two .element-img-direction.cover-square .square-inner {
  background: #f7f7f7;
  padding: 6rem;
  position: relative;
  z-index: 1;
}
.theme_two .element-img-direction.cover-square:after {
  content: "";
  background-color: #dcdcdc;
  margin-left: 50%;
  width: 100vw;
  height: 1px;
  position: absolute;
  left: -50vw;
  top: 50%;
  z-index: 0;
}
.theme_two .element-img-direction.cover-square .cover-wrap {
  box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.5);
  min-width: 448px;
  height: 448px;
}
.theme_two .element-img-direction.cover-square .element-content {
  padding-left: 6rem;
  flex-grow: 1;
  width: auto;
}
.theme_two .element-img-direction.cover-square .element-content p {
  font-weight: 400;
}
.theme_two .element-img-direction.cover-square.dark-background .square-inner {
  background: #434343;
}
.theme_two .element-img-direction.cover-square.dark-background:after {
  background: #434343;
}
.theme_two .element-img-direction.cover-square.dark-background .element-content {
  color: #fff;
}
.theme_two .element-img-direction.cover-square.dark-background .link-control .link-more {
  color: #d3c2ba;
}
.theme_two .element-img-direction.cover-square.dark-background .link-control .link-more:hover {
  color: #fff;
}
.theme_two .element-img-direction.cover-square.dark-background .link-control .link-more:hover:before {
  background-color: transparent;
  border-color: #fff;
  transition-delay: .2s;
}
.theme_two .element-img-direction.cover-square.dark-background .link-control .link-more:focus {
  color: #fff;
}
.theme_two .element-img-direction.cover-square.dark-background .link-control .link-more:focus:before {
  background-color: #32657f;
  border-color: #32657f;
  transition-delay: .2s;
}
.theme_two .element-img-direction.element-img-right.cover-square .element-content {
  padding: 0 6rem 0 0;
}
/* `Responsive
-----------------------------------------------------------------------------*/

@media (max-width: 1440px) {
  
  .theme_two .element-section {
    margin-bottom: 8rem;
  }
  .theme_two .section-row .element-title {
    width: 56%;
  }
}
@media (max-width: 1344px) {
  .theme_two .section-container {
    padding: 0 1.5rem;
    width: 100%;
  }
  .theme_two .element-section {
    margin-bottom: calc(2.5rem + 5.5vw);
  }
  .theme_two .element-title h2 {
    margin-bottom: calc(.5rem + 1vw);
    font-size: calc(1.5rem + 3vw);
  }
  .theme_two .element-title h3 {
    font-size: calc(.85rem + 1vw);
  }
  .theme_two .element-introduce h4 {
    font-size: calc(1.25rem + 1vw);
  }
  .theme_two .element-article-list .section-title {
    margin-bottom: calc(2rem + 2vw);
    font-size: calc(1.25rem + 1vw);
  }
  .theme_two .element-img-direction.cover-square .section-row {
    align-items: flex-start;
  }
  .theme_two .element-img-direction.cover-square .square-inner {
    padding: calc(1rem + 5vw);
  }
  .theme_two .element-img-direction.cover-square .element-content {
    padding-left: calc(1rem + 5vw);
  }
  .theme_two .element-img-direction.cover-square .element-content {
    width: 60%;
  }
  .theme_two .element-img-direction.cover-square .cover-wrap {
    width: 40%;
    min-width: 40%;
    height: auto;
  }
  .theme_two .element-img-direction.element-img-right.cover-square .element-content {
    padding: 0 calc(1rem + 5vw) 0 0;
  }
  .theme_two .section-row .menu-information .date span {
    display: block;
  }
}
@media (max-width: 1199px) {
  .theme_two .element-introduce .column {
    column-gap: 32px;
  }
  .theme_two .element-article-list .article-list-menu li {
    margin-bottom: calc(2rem + 2vw);
  }
  .theme_two .element-article-list .article-link .h5 {
    margin-top: calc(1.25rem + 1.25vw);
    padding-right: 48px;
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .theme_two .row-title-info {
    display: block;
  }
  .theme_two .menu-information .date .output span {
    display: inline-block;
  }
  .theme_two .section-row .element-title,
  .theme_two .section-row .element-information {
    width: 100%;
  }
  .theme_two .section-row .element-title {
    margin-bottom: calc(1rem + 1vw);
  }
  .theme_two .section-row .menu-information {
    display: flex;
    flex-wrap: wrap;
  }
  .theme_two .section-row .menu-information li {
    width: 50%;
  }
  .theme_two .section-row .menu-information .date .output span {
    display: inline-block;
  }
  .theme_two .element-introduce .column {
    column-count: 1;
  }
}
@media (max-width: 768px) {
  .theme_two .element-article-list .article-list-menu li {
    width: 50%;
  }
  .theme_two .element-img-direction .section-row {
    display: block;
  }
  .theme_two .element-img-direction .section-row .cover-wrap,
  .theme_two .element-img-direction .section-row .element-content {
    padding-left: 0;
    width: 100%;
  }
  .theme_two .element-img-direction .section-row .cover-wrap p,
  .theme_two .element-img-direction .section-row .element-content p {
    font-size: 1.063rem;
  }
  .theme_two .element-img-direction .section-row .cover-wrap {
    margin-bottom: calc(1rem + 1.5vw);
  }
  .theme_two .element-img-direction h4 {
    font-size: calc(1.25rem + 1vw);
  }
  .theme_two .element-img-direction.cover-square .square-inner {
    padding: calc(.5rem + 5vw);
  }
  .theme_two .element-img-direction.element-img-right.cover-square .element-content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .theme_two .menu-information {
    display: block !important;
  }
  .theme_two .menu-information li {
    width: 100% !important;
  }
  .theme_two .menu-information li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 574px) {
  .theme_two .section-container {
    padding: 0 1rem;
  }
}
@media (max-width: 479px) {
  .theme_two .element-article-list .article-list-menu {
    display: block;
    margin: 0;
  }
  .theme_two .element-article-list .article-list-menu li {
    padding: 0;
    width: 100%;
  }
}