.fy-admin-main-view {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.fy-edit-page .modal-body {
  max-height: 70vh;
  overflow: auto;
}

.fy-apply-info .form-horizontal .control-label {
  padding-top: 0;
}
.fy-apply-form .form-horizontal .control-label {
  padding-top: 0;
  text-align: left;
}

.fy-article .fy-article-nav {
  position: fixed;
  top: 0;
  right: 4rem;
  padding: 1rem;
}
.fy-article .fy-article-nav .fy-article-nav-item {
  color: #000000;
  font-weight: 500;
  padding: 0rem 1rem;
  border-right: 2px solid #000000;
  display: inline-block;
}
.fy-article .fy-article-nav .fy-article-nav-item span {
  padding: 0.5rem;
}
.fy-article .fy-article-nav .fy-article-nav-item.active span {
  background-color: #818181;
  color: #FFFFFF;
}
.fy-article .fy-article-nav .fy-article-nav-item:hover {
  cursor: pointer;
}
.fy-article .fy-article-nav .fy-article-nav-item:last-child {
  border-right: 0 none #FFFFFF;
}
.fy-article .fy-article-content {
  padding-top: 5rem;
}
.fy-article .fy-article-content .row {
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
.fy-article .fy-article-content .row .content-center {
  text-align: center;
}
.fy-article .fy-article-content .row h3 {
  font-weight: bold;
}
.fy-article .fy-article-content .row img {
  margin: 0 1.5rem;
}
.fy-ruler-xiangyun {
  height: 25px;
  width: 100%;
  display: block;
  background-image: url("../images/backdrop/xiangyun.png");
}
.fy-xiangyun-img {
  display: inline-block;
  height: 25px;
  width: 35px;
  background: url("../images/backdrop/xiangyun.png") no-repeat;
}

.fy-book-details .row {
  padding-bottom: .5rem;
}
.fy-book-details .row img {
  width: 9rem;
}
.fy-book-details .fy-book-details-info {
  font-size: .8rem;
  border-right: 1px dotted #818181;
}
.fy-book-details .fy-book-details-content {
  padding: 1rem;
  font-size: 1.2rem;
}

/** english pages**/
.fy-en-contact-house {
  font-size: 1.3rem;
}
.fy-en-contact-house .header {
  height: 10rem;
}
.fy-en-contact-house .body h2 {
  font-weight: bolder;
}
.fy-en-contact-house .body .row {
  margin-bottom: 1rem;
}
.fy-en-contact-house .body .empty-row {
  height: 3rem;
}

.fy-dharma-content {
  /* padding-top: 8rem; */
}
.fy-dharma-content .fy-list-view table {
  background: rgba(255, 255, 255, 0.8);
}
.fy-dharma-content .fy-topic-title {
  font-weight: bold;
  padding: 1rem;
  font-size: larger;
  white-space: nowrap;
}

.fy-image-viewer-content {
  max-height: 80vh;
  min-height: 40vh;
}
.fy-image-viewer-content img {
  max-height: 70vh;
}

.fy-indicator {
  position: absolute;
  z-index: 10;
  padding: 5px;
}
.fy-indicator > span {
  padding: 8px;
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #fff;
  font-size: 1rem;
}

.fy-main {
  display: inline-flex;
  width: 100%;
}
@media not screen and (max-width: 500px) {
  .fy-main.fy-mainmenu-open .fy-mainmenu {
    width: 25rem;
  }
  .fy-main.fy-mainmenu-open .fy-mainmenu .fy-mainmenu-header {
    height: 30vh;
  }
  .fy-main.fy-mainmenu-open .fy-mainmenu .fy-mainmenu-header .fy-logo img {
    height: 15rem;
    max-height: 30vh;
  }
}
@media screen and (max-width: 600px) {
  .fy-main.fy-mainmenu-open .fy-mainmenu {
    width: 3rem;
  }
  .fy-main.fy-mainmenu-open .fy-mainmenu .fy-mainmenu-header {
    height: 15vh;
  }
  .fy-main.fy-mainmenu-open .fy-mainmenu .fy-mainmenu-header .fy-logo img {
    height: 8rem;
    max-height: 15vh;
  }
}
.fy-main.fy-mainmenu-open .fy-mainmenu .fy-mainmenu-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fy-main.fy-mainmenu-open .fy-mainmenu .fy-mainmenu-content .fy-mainmenu-items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fy-main.fy-mainmenu-open .fy-mainmenu .fy-mainmenu-content .fy-mainmenu-items ul {
  padding: 5px;
}
.fy-main.fy-mainmenu-open .fy-mainmenu .fy-mainmenu-content .fy-mainmenu-items .fy-mainmenu-item {
  list-style: none;
  display: inline-flex;
  width: 2.2rem;
  padding: 3px;
  margin: 4px;
}
.fy-main.fy-mainmenu-open .fy-mainmenu .fy-mainmenu-content .fy-mainmenu-current {
  display: none;
}
.fy-main.fy-mainmenu-open .fy-mainmenu .fy-mainmenu-apply {
  display: block;
}
.fy-main.fy-mainmenu-open .fy-mainmenu .fy-mainmenu-footer {
  display: flex;
  align-items: center;
  color: #fafafa;
}
@media not screen and (max-width: 500px) {
  .fy-main.fy-mainmenu-open .fy-mainmenu .fy-mainmenu-footer {
    font-size: 0.7rem;
    height: 22vh;
  }
}
@media screen and (max-width: 600px) {
  .fy-main.fy-mainmenu-open .fy-mainmenu .fy-mainmenu-footer {
    font-size: 0.5rem;
    height: 15vh;
  }
}
.fy-main.fy-mainmenu-open .fy-mainmenu .fy-mainmenu-footer .fy-mainmenu-footer-content {
  position: fixed;
  bottom: 10px;
  cursor: pointer;
}
.fy-main.fy-mainmenu-open .fy-mainmenu .fy-mainmenu-footer .fy-mainmenu-footer-content .row {
  margin: 0;
}
.fy-main.fy-mainmenu-open .fy-mainmenu .fy-mainmenu-footer .fy-mainmenu-footer-content .fy-footer-links span {
  margin-right: 0.5rem;
}
.fy-main.fy-mainmenu-open .fy-mainmenu .fy-mainmenu-footer .fy-mainmenu-footer-content .fy-footer-links img.notice {
  height: 1.4rem;
}
.fy-main.fy-mainmenu-open .fy-mainmenu .fy-mainmenu-footer .fy-mainmenu-footer-content .fy-footer-links img.youtube {
  height: 1.5rem;
}
.fy-main.fy-mainmenu-open .fy-mainmenu .fy-mainmenu-footer .fy-mainmenu-footer-content .fy-footer-links img.english {
  height: 1.3rem;
}
.fy-main.fy-mainmenu-open .fy-main-view {
  /* .fy-navbar-container{
                width: ~"calc(100% - 25rem)";
            } */
}
@media not screen and (max-width: 500px) {
  .fy-main.fy-mainmenu-open .fy-main-view {
    width: calc(100% - 25rem);
  }
}
@media screen and (max-width: 600px) {
  .fy-main.fy-mainmenu-open .fy-main-view {
    width: calc(100% - 3rem);
  }
}
.fy-main .fy-mainmenu {
  height: 100%;
  display: inline-block;
  -webkit-transition: width 1s;
  /* For Safari 3.1 to 6.0 */
  transition: width 1s;
}
@media not screen and (max-width: 500px) {
  .fy-main .fy-mainmenu {
    width: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .fy-main .fy-mainmenu {
    width: 3rem;
  }
}
.fy-main .fy-mainmenu .fy-mainmenu-header {
  margin: auto auto 3rem auto;
  top: 0;
  text-align: center;
  width: 100%;
}
@media not screen and (max-width: 500px) {
  .fy-main .fy-mainmenu .fy-mainmenu-header {
    height: 30vh;
  }
  .fy-main .fy-mainmenu .fy-mainmenu-header .fy-logo {
    display: flex;
    justify-content: center;
  }
  .fy-main .fy-mainmenu .fy-mainmenu-header .fy-logo img {
    height: 9rem;
  }
}
@media screen and (max-width: 600px) {
  .fy-main .fy-mainmenu .fy-mainmenu-header {
    height: 15vh;
  }
  .fy-main .fy-mainmenu .fy-mainmenu-header .fy-logo {
    display: flex;
    justify-content: center;
  }
  .fy-main .fy-mainmenu .fy-mainmenu-header .fy-logo img {
    height: 8rem;
  }
}
@media not screen and (max-width: 500px) {
  .fy-main .fy-mainmenu .fy-mainmenu-content {
    height: 30vh;
  }
}
@media screen and (max-width: 600px) {
  .fy-main .fy-mainmenu .fy-mainmenu-content {
    height: 50vh;
  }
}
.fy-main .fy-mainmenu .fy-mainmenu-content a {
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  color: #000000;
  display: block;
  transition: 0.8s;
}
@media not screen and (max-width: 500px) {
  .fy-main .fy-mainmenu .fy-mainmenu-content a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  .fy-main .fy-mainmenu .fy-mainmenu-content a {
    font-size: 0.8rem;
  }
}
.fy-main .fy-mainmenu .fy-mainmenu-content a:hover {
  color: #FAFAFA;
  font-weight: bold;
}
.fy-main .fy-mainmenu .fy-mainmenu-content .fy-mainmenu-items {
  display: none;
}
.fy-main .fy-mainmenu .fy-mainmenu-content .fy-mainmenu-current {
  display: flex;
  justify-content: center;
}
.fy-main .fy-mainmenu .fy-mainmenu-content .fy-mainmenu-current ul {
  padding-left: 0;
}
.fy-main .fy-mainmenu .fy-mainmenu-content .fy-mainmenu-current .fy-mainmenu-item {
  list-style: none;
  width: 2.2rem;
  padding: 3px;
}
.fy-main .fy-mainmenu .fy-mainmenu-apply {
  display: none;
}
.fy-main .fy-mainmenu .fy-mainmenu-footer {
  display: none;
}
.fy-main .fy-main-view {
  display: inline-block;
  height: 100%;
  position: relative;
  overflow: auto;
  /* .fy-navbar-container{
            width: ~"calc(100% - 5rem)";
        } */
}
@media not screen and (max-width: 500px) {
  .fy-main .fy-main-view {
    width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 600px) {
  .fy-main .fy-main-view {
    width: calc(100% - 3rem);
  }
}
/* for english pages*/
.fy-en-main {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.fy-en-main .fy-en-logobar {
  height: 100%;
  display: inline-block;
}
@media not screen and (max-width: 500px) {
  .fy-en-main .fy-en-logobar {
    width: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .fy-en-main .fy-en-logobar {
    width: 3rem;
  }
}
.fy-en-main .fy-en-logobar .fy-en-logobar-header {
  margin: auto auto 3rem auto;
  top: 0;
  text-align: center;
  width: 100%;
}
@media not screen and (max-width: 500px) {
  .fy-en-main .fy-en-logobar .fy-en-logobar-header {
    height: 30vh;
  }
  .fy-en-main .fy-en-logobar .fy-en-logobar-header .fy-logo {
    display: flex;
    justify-content: center;
  }
  .fy-en-main .fy-en-logobar .fy-en-logobar-header .fy-logo img {
    height: 9rem;
  }
}
@media screen and (max-width: 600px) {
  .fy-en-main .fy-en-logobar .fy-en-logobar-header {
    height: 15vh;
  }
  .fy-en-main .fy-en-logobar .fy-en-logobar-header .fy-logo {
    display: flex;
    justify-content: center;
  }
  .fy-en-main .fy-en-logobar .fy-en-logobar-header .fy-logo img {
    height: 8rem;
  }
}
.fy-en-main .fy-en-main-view {
  display: inline-block;
  height: 100%;
  position: relative;
  overflow: auto;
}
@media not screen and (max-width: 500px) {
  .fy-en-main .fy-en-main-view {
    width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 600px) {
  .fy-en-main .fy-en-main-view {
    width: calc(100% - 3rem);
  }
}
.fy-en-main .fy-en-menu-container {
  position: fixed;
  right: 2rem;
  top: 3rem;
  width: 15rem;
}
.fy-en-main .fy-en-menu-container .fy-en-menu-trigger {
  font-size: 1.5rem;
  color: darkgray;
}
.fy-en-main .fy-en-menu-container .fy-en-menu-items {
  display: flex;
  flex-direction: column;
}
.fy-en-main .fy-en-menu-container .fy-en-menu-items .fy-en-menu-item {
  padding: 0.5rem 1rem 0.5rem 1rem;
  background-color: darkgray;
  border-bottom: 1px solid white;
  text-align: center;
}
.fy-en-main .fy-en-menu-container .fy-en-menu-items .fy-en-menu-item a {
  color: whitesmoke;
}

html,
body {
  height: 100%;
  overflow: hidden;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 16px;
}
body {
  margin: 0;
  background-image: url("../images/backdrop/main_bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.fill {
  height: 100%;
}
.fy-bg-color-nav {
  background: rgba(200, 200, 200, 0.5);
}
.fy-bg-color-page {
  background: rgba(255, 255, 255, 0.5);
}
.fy-bg-color-white {
  background: rgba(255, 255, 255, 0.7);
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.fy-font-bold {
  font-weight: bold;
}
.fy-txt-center {
  text-align: center;
}
.fy-top-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
}
.fy-content {
  display: inline-block;
  width: 100%;
}
.fy-article-page h3 {
  margin-bottom: 3rem;
}
.fy-article-page p {
  text-indent: 2rem;
}
.fy-info-card {
  border: 1px solid #cccccc;
  border-radius: .25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.fy-info-card .row {
  margin: 1rem;
}
.fy-info-card h3 {
  margin-bottom: 1rem;
}
.fy-info-card-edge {
  border-right-color: #f0ad4e;
  border-right-width: .25rem;
}
.fy-quotes-container {
  position: absolute;
}
.fy-quote-line {
  list-style: none;
  float: right;
  width: 2rem;
  margin: 1rem 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  justify-content: space-between;
}
.fy-quote-mainview {
  top: 60px;
  left: 50px;
  color: darkgoldenrod;
}
.fy-rotate-cw-90 {
  writing-mode: 'lr-tb';
  transform: rotate(90deg);
}
.fy-quota-table {
  background-color: white;
  border: solid 2px #cccccc;
  margin: 2rem;
}
.fy-quota-table td {
  padding: 2rem;
}
.fy-nav-path {
  font-size: 1rem;
  cursor: pointer;
  padding-right: 15px;
  padding-left: 15px;
}
.fy-nav-path .fy-nav-path-item {
  padding: 15px;
}
.fy-nav-path .fy-nav-path-sep {
  padding: 15px 0;
}
/**
 * new style
 */
.fy-has-bg-color .fy-main-view {
  background: rgba(255, 255, 255, 0.5);
}
.fy-notify {
  padding: .2rem;
  font-size: larger;
  padding-top: 0;
  font-weight: bold;
  color: red;
}
.fy-notify-unread td {
  font-weight: bold;
}
.fy-notify-new {
  position: absolute;
  top: -10px;
  left: 2px;
  font-weight: bold;
  font-size: medium;
  color: yellow;
  transform: rotate(-30deg);
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
/** english page **/
.fy-en-has-bg-color .fy-en-main-view {
  background: rgba(255, 255, 255, 0.5);
}
.fy-en-main-summary {
  display: flex;
  flex-direction: column;
}
.fy-en-main-summary .summary-header {
  flex-grow: 1;
}
.fy-en-main-summary .summary-body {
  flex-grow: 1;
  font-size: 1.5rem;
}
.fy-en-main-summary .summary-body .row {
  margin-bottom: 1rem;
}
.fy-en-main-summary .summary-footer {
  flex-grow: 1;
}
.fy-en-main-slogan-box {
  position: fixed;
  bottom: 10rem;
  right: 10rem;
  text-align: right;
}
.fy-en-main-slogan-box .fy-en-main-slogan {
  width: 60%;
  font-style: italic;
  font-weight: bold;
  font-size: 3rem;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #ffffff;
}
.fy-special-apply-img {
  width: 15rem;
}
.padding-l-4 {
  padding-left: 4rem;
}
.margin-10 {
  margin: 10rem;
}
.fy-page {
  display: flex;
  flex-direction: column;
}
.fy-page .fy-page-header {
  height: 8rem;
  padding: 1rem;
}
.fy-page .fy-page-body {
  flex-grow: 1;
  overflow: auto;
}
.fy-page .fy-page-footer {
  height: 6rem;
  padding: 1rem;
}
.fy-error-message {
  color: red;
}
.modal-xl {
  width: 70vw;
}
.modal-content .modal-body .table-responsive {
  overflow-x: unset;
}

.fy-play-list .fy-play-list-item {
  border: 1px solid #cccccc;
  padding: 5px 10px;
  margin: .5rem;
  float: left;
}
.fy-media-page .fy-mediaplayer-view:hover {
  border-right: 2px dotted grey;
}
.fy-media-page .fy-media-text-view {
  border-left: 0px solid grey;
}

.modal-content .fy-modal-header .fy-modal-title {
  display: inline-block;
}
.modal-content .fy-modal-header .fy-modal-close-btn {
  width: 2rem;
  height: 2rem;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}
.modal-content.fy-modal-rotation-90 {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.fy-menu {
  top: 0;
  right: 0;
  position: fixed;
  width: 5rem;
  min-height: 100px;
  z-index: 10;
}
.fy-menu-level1 {
  width: 3rem;
  font-size: 2rem;
  margin: auto;
  text-align: center;
  display: block;
  padding: 10px 3px;
  border-right-width: 2px;
  border-right-color: #818181;
  border-right-style: double;
}
.fy-menu-level2 {
  position: relative;
  width: 2rem;
  font-size: 1.5rem;
  margin: auto;
  display: block;
  padding: 20px 3px 10px 3px;
}
.fy-menu-level2-content {
  position: absolute;
  top: 3rem;
  right: 0;
  width: 36rem;
  padding-top: 1rem;
  padding-left: 2rem;
  text-align: left;
}
.fy-menu-level2-item {
  list-style: none;
  display: inline-flex;
  width: 2rem;
  margin: 8px 10px;
}
.fy-menu-level2-item span {
  text-decoration: none;
  transition: 0.3s;
}
.fy-menu-level2-item span:hover {
  color: #000000;
  font-weight: bold;
  cursor: pointer;
}
/*
 * new css
*/
.fy-submenu {
  top: 0;
  right: 0;
  position: fixed;
  width: 5rem;
  min-height: 100px;
  z-index: 10;
}
.fy-submenu .fy-submenu-content {
  position: relative;
  width: 3rem;
  height: 100vh;
  font-size: 1.1rem;
  margin: auto;
  display: block;
  padding: 20px 3px 10px 3px;
}
.fy-submenu .fy-submenu-content .fy-submenu-item {
  list-style: none;
  display: inline-flex;
  width: 2rem;
  margin: 8px 10px;
  color: #818181;
}
.fy-submenu .fy-submenu-content .fy-submenu-item span {
  text-decoration: none;
  transition: 0.3s;
  font-weight: bold;
}
.fy-submenu .fy-submenu-content .fy-submenu-item span:hover {
  color: #000000;
  cursor: pointer;
}
.fy-submenu .fy-submenu-content .fy-submenu-item hr {
  margin-left: 0;
  width: 1.5rem;
  border-top-color: #000000;
}
.fy-submenu .fy-submenu-content .fy-submenu-item.fy-submenu-active {
  color: #000000;
}

.fy-pdf-viewer .fy-pdf-toolbar {
  padding: .2rem;
  background-color: #f3f3f3;
}
.fy-pdf-viewer .fy-pdf-toolbar .fy-pdf-file-selector {
  display: inline-block;
  vertical-align: middle;
}
.fy-pdf-viewer .fy-pdf-toolbar .fy-pdf-file-selector .form-control {
  display: inline-block;
}
.fy-pdf-viewer .fy-pdf-toolbar .fy-pdf-page-selector {
  display: inline-block;
}
.fy-pdf-viewer .fy-pdf-toolbar .fy-pdf-page-nav {
  display: inline-block;
}
.fy-pdf-viewer .fy-pdf-mode-single-page {
  height: calc(100vh - 5rem);
}
.fy-pdf-viewer .fy-pdf-mode-default {
  height: calc(100vh - 10rem);
}
.fy-pdf-reader .fy-pdf-toolbar {
  position: absolute;
  top: 0;
  left: 0;
}
.fy-pdf-reader .fy-pdf-toolbar .fy-pdf-file-selector {
  display: inline-block;
  vertical-align: middle;
}
.fy-pdf-reader .fy-pdf-toolbar .fy-pdf-file-selector .form-control {
  display: inline-block;
}
.fy-pdf-reader .fy-pdf-toolbar .fy-pdf-page-selector {
  display: inline-block;
}
.fy-pdf-reader .fy-pdf-toolbar .fy-pdf-page-nav {
  display: inline-block;
}
#fileInput.fileInput {
  display: none;
}
.pdfjs #thumbnailView {
  width: auto;
}
.pdfjs #sidebarContent {
  background-color: #fff;
}
.pdfjs .thumbnailSelectionRing {
  padding: 1px;
}
.pdfjs .outlineItem > a {
  color: #337ab7;
}
.pdfjs .outlineItem > a:hover {
  color: #fff;
  background-color: #daa520;
}
.pdfjs .attachmentsItem > button {
  color: #337ab7;
}
.pdfjs .attachmentsItem > button:hover {
  color: #000;
}
.pdfjs .outlineItemToggler::before:hover {
  color: #000;
  background-color: #daa520;
}

.fy-publisher-content .fy-list-view {
  /* padding-top: 8rem; */
}
.fy-publisher-content .fy-list-view table {
  background: rgba(255, 255, 255, 0.8);
}
.fy-publisher-content .fy-tile-view {
  /* padding-top: 8rem; */
}
.fy-publisher-content .fy-tile-view .fy-tile-item {
  display: inline-block;
  min-width: 19rem;
  margin: 2rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.8);
  vertical-align: top;
}
.fy-publisher-content .fy-tile-view .fy-tile-item > div {
  display: block;
  margin: 2rem 0 1rem 0;
}
.fy-publisher-content .fy-tile-view .fy-tile-item .fy-tile-poster {
  text-align: center;
  width: 18rem;
  height: 13.5rem;
}
.fy-publisher-content .fy-tile-view .fy-tile-item .fy-tile-poster img {
  max-width: 100%;
  max-height: 100%;
}
.fy-publisher-content .fy-tile-view .fy-tile-item .fy-tile-name {
  color: #000000;
  text-align: center;
  font-weight: 500;
}
.fy-publisher-content .fy-tile-view .fy-tile-item .fy-tile-footer:hover {
  cursor: pointer;
}
.fy-publisher-content .fy-tile-view .fy-tile-item.fy-tile-magazine .fy-tile-name {
  font-size: 1.2rem;
}
.fy-publisher-content .fy-publisher-info {
  position: fixed;
  right: 1rem;
  top: 0;
  height: 100%;
  color: #fff;
}
.fy-publisher-content .fy-publisher-info .fy-publisher-info-nob {
  position: absolute;
  width: 3rem;
  top: calc(50% - 2rem);
  left: -3rem;
  padding: 1rem;
  background-color: #818181;
  font-size: 1.2rem;
  border-radius: 8px 0px 0px 8px;
}
.fy-publisher-content .fy-publisher-info .fy-publisher-info-nob:hover {
  cursor: pointer;
}
.fy-publisher-content .fy-publisher-info .fy-publisher-info-content {
  height: 100%;
  width: 0rem;
  background-color: #818181;
  font-size: .8rem;
  overflow: auto;
  z-index: 15;
}
.fy-publisher-content .fy-publisher-info .fy-publisher-info-content a {
  color: #fff;
}
.fy-publisher-content .fy-publisher-info .fy-publisher-info-content div {
  padding: 5rem 2rem 2rem 2rem;
}
.fy-study .fy-study-content {
  position: relative;
}
.fy-study .fy-study-content .fy-pdf-content {
  max-height: calc(100vh - 15rem);
  overflow: auto;
}
.fy-study .fy-study-content .fy-file-selector {
  padding-bottom: 0.5rem;
}
.fy-apply-list {
  text-overflow: nowrap;
}
.fy-icon-size {
  width: 2rem;
}
/** english pages**/
.fy-en-publish-house {
  font-size: 1.3rem;
}
.fy-en-publish-house .header {
  height: 10rem;
}
.fy-en-publish-house .body h2 {
  font-weight: bolder;
}
.fy-en-publish-house .body .row {
  margin-bottom: 1rem;
}

.fy-quote {
  position: absolute;
  top: 10vh;
  right: 20vw;
}
.fy-quote .fy-quote-container {
  position: relative;
  display: flex;
  justify-content: center;
  height: 80vh;
}
.fy-quote .fy-quote-container .fy-quote-col {
  display: inline-block;
  margin: 0 5px;
}
.fy-quote .fy-quote-container .fy-quote-col4 {
  margin-top: 17rem;
  margin-right: 1rem;
  /* width: 2rem;
            text-align: center;
            font-size: 1.5rem;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
 */
}
.fy-quote .fy-quote-container .fy-quote-col4 img {
  width: 6rem;
}
.fy-quote .fy-quote-container .fy-quote-col3 {
  margin-top: 9rem;
}
.fy-quote .fy-quote-container .fy-quote-col3 img {
  width: 4rem;
}
.fy-quote .fy-quote-container .fy-quote-col2 {
  margin-top: 5rem;
}
.fy-quote .fy-quote-container .fy-quote-col2 img {
  width: 4rem;
}
.fy-quote .fy-quote-container .fy-quote-col1 {
  margin-top: 7rem;
}
.fy-quote .fy-quote-container .fy-quote-col1 img {
  width: 1rem;
}

.fy-school .fy-school-main-pic {
  margin-top: 20vh;
}
.fy-school .fy-school-main-pic .row {
  display: flex;
  justify-items: center;
  justify-content: center;
}
.fy-school .fy-school-main-pic .row .fy-school-place-box {
  width: 35rem;
}
.fy-school .fy-school-main-pic .row .fy-school-place-box .fy-school-place-img {
  text-align: center;
  height: 20vh;
}
.fy-school .fy-school-main-pic .row .fy-school-place-box .fy-school-place-img img {
  width: 50%;
}
.fy-school .fy-school-main-pic .row .fy-school-place-box .fy-school-label-img {
  text-align: center;
}
.fy-school .fy-school-main-pic .row .fy-school-place-box .fy-school-label-img img {
  width: 16rem;
}
.fy-school .fy-school-aranya-submenu .fy-submenu .fy-submenu-content {
  font-size: 1rem;
}
.fy-school .fy-school-aranya-submenu .fy-submenu .fy-submenu-content .fy-submenu-item {
  width: 1rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.fy-school .fy-tile-view .fy-tile-item {
  display: inline-block;
  min-width: 10rem;
  margin: 1rem;
  padding: 1rem;
  background: #5a5a5a;
}
.fy-school .fy-tile-view .fy-tile-item > div {
  display: block;
  margin: 0.2rem 0;
}
.fy-school .fy-tile-view .fy-tile-item .fy-tile-poster {
  text-align: center;
}
.fy-school .fy-tile-view .fy-tile-item .fy-tile-poster img {
  width: 8rem;
  margin: 0 0.2rem;
}
.fy-school .fy-tile-view .fy-tile-item .fy-tile-name {
  color: #ffffff;
  text-align: center;
  font-weight: 500;
}
.fy-school .fy-tile-view .fy-tile-item .fy-tile-footer:hover {
  cursor: pointer;
}
.fy-school .fy-tile-view .fy-tile-item.fy-tile-magazine .fy-tile-name {
  font-size: 1rem;
}
.fy-school .fy-school-content {
  padding-top: 10rem;
}
/** english pages**/
.fy-en-monastery-intro {
  font-size: 1.3rem;
}
.fy-en-monastery-intro .header {
  height: 10rem;
}
.fy-en-monastery-intro .body h2 {
  font-weight: bolder;
}
.fy-en-monastery-intro .body .pic-legend {
  font-style: italic;
  font-size: smaller;
}
.fy-en-monastery-intro .body .row {
  margin-bottom: 1rem;
}

.fy-navbar-container {
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 200px;
}
.fy-navbar-container .fy-navbar {
  /* display: flex; */
  justify-content: center;
  background-color: #fff;
}
.fy-navbar-container .fy-navbar .fy-navbar-group {
  display: inline-block;
  margin: 0 1rem;
  padding: .3rem 0;
  border-bottom: 1px solid;
}
.fy-navbar-container .fy-navbar .fy-navbar-group .fy-navbar-search {
  max-width: 35rem;
  min-width: 25rem;
  margin-top: 8px;
}
.fy-navbar-container .fy-navbar .fy-navbar-group .fy-navbar-search input {
  background-color: white;
  width: 100%;
}
.fy-navbar-container .fy-navbar .fy-navbar-group a {
  color: #818181;
  font-weight: bold;
}
.fy-navbar-container .fy-navbar .fy-navbar-group a:hover {
  cursor: pointer;
}
.fy-navbar-container .fy-navbar .fy-navbar-group .active > a {
  color: #000000;
}
.fy-navbar-container .fy-navbar .fy-navbar-group .nav > li {
  display: inline-block;
}

.fy-side-nav {
  height: 100%;
  width: 50px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
}
.fy-side-nav a {
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.fy-side-nav a:hover {
  color: #000000;
  font-weight: bold;
}
.fy-side-nav .fy-toggle-btn {
  position: absolute;
  top: 50%;
  right: 0px;
  font-size: 36px;
  padding-right: 8px;
}
.fy-side-nav .fy-toggle-btn a {
  padding-left: 8px;
}
@media screen and (max-height: 450px) {
  .fy-side-nav {
    padding-top: 15px;
  }
  .fy-side-nav a {
    font-size: 18px;
  }
}
.fy-side-nav-content {
  height: calc(100% - 120px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fy-side-nav-header {
  height: 120px;
}
.fy-side-nav-open {
  width: 450px;
}
.fy-side-nav-open .fy-side-nav-header {
  background-image: url("../images/backdrop/nav_header_bg.jpeg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.fy-side-nav-open .fy-side-nav-title {
  display: none;
}
.fy-side-nav-items ul {
  padding: 5px;
}
.fy-side-nav-item {
  list-style: none;
  display: inline-flex;
  width: 3rem;
}

.story-relics-quotes {
  position: relative;
  text-align: left;
  height: 70rem;
  max-height: 500px;
  border: 4px solid grey;
  padding: 2px;
  /* background: url('../images/backdrop/xiangyun_large.png') no-repeat;
    background-size: cover; */
}
.story-relics-quotes > div {
  width: 100%;
  height: 100%;
  border: 2px solid grey;
  display: flex;
  justify-content: center;
  align-items: center;
}
.story-relics-quotes img {
  width: 100%;
  height: 100%;
}
.story-relics-quotes .story-relics-quotes-content {
  /* position: absolute;
        top: 8rem;
        left: 8rem; */
}
.story-relics-quotes .story-relics-quotes-content h3 {
  margin: 2rem;
}
.story-relics-quotes .story-relics-quotes-content p {
  margin: 2rem;
}
.story-relics-quotes .story-relics-quotes-content p:last-child {
  margin-top: 4rem;
  font-size: larger;
}
.fy-img-caption {
  display: flex;
  font-weight: bold;
}
.fy-img-caption .fy-img-caption-3-1 {
  display: inline-block;
  width: 32%;
  text-align: center;
}
/** english pages**/
.fy-en-master-story {
  font-size: 1.3rem;
}
.fy-en-master-story .header {
  height: 10rem;
}
.fy-en-master-story .body h2 {
  font-weight: bolder;
}
.fy-en-master-story .body .row {
  margin-bottom: 1rem;
}

.fy-def-table {
  padding-top: 3rem;
}
.fy-def-table .fy-def-table-toolbar {
  position: absolute;
  top: 0;
  height: 3rem;
}
.fy-def-table .fy-def-table-toolbar .navbar-nav li {
  padding: 0.5rem;
}
.fy-def-table .fy-def-table-container {
  overflow: auto;
}
.fy-def-table .fy-def-table-container th {
  white-space: nowrap;
}

.fy-teaching-content {
  /* padding-top: 8rem; */
}
.fy-teaching-content .fy-list-view table {
  background: rgba(255, 255, 255, 0.8);
}
.fy-teaching-content .fy-topic-title {
  font-weight: bold;
  padding: 1rem;
  font-size: larger;
  white-space: nowrap;
}

.fy-timeline-type {
  padding-left: 2rem;
  cursor: pointer;
  color: #818181;
  font-weight: bold;
}
.fy-timeline-type .active {
  color: #000;
}
.fy-timeline .fy-timeline-head {
  background-color: #fcf8e3;
}
.fy-timeline .fy-timeline-head th {
  text-align: center;
  border-bottom: 0 none;
}
.fy-timeline .fy-timeline-head th.fy-timeline-col-left {
  border-right: 3px solid #fff;
}
.fy-timeline .fy-timeline-head th.fy-timeline-col-right {
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
}
.fy-timeline .fy-timeline-head th.fy-timeline-col-1 {
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
}
.fy-timeline .fy-timeline-head th.fy-timeline-col-2 {
  border-right: 3px solid #fff;
}
.fy-timeline .fy-timeline-content tr:nth-child(odd) .fy-timeline-col-1 {
  background-color: #eee;
}
.fy-timeline .fy-timeline-content .fy-timeline-row .fy-timeline-col {
  vertical-align: top;
  border-top: 0px none;
  padding-left: 3rem;
  padding-right: 3rem;
}
.fy-timeline .fy-timeline-content .fy-timeline-row .fy-timeline-col-left {
  max-width: 10rem;
  width: 10rem;
  text-align: right;
  border-right: 2px solid #818181;
}
.fy-timeline .fy-timeline-content .fy-timeline-row .fy-timeline-col-left .fy-td-liner {
  position: relative;
}
.fy-timeline .fy-timeline-content .fy-timeline-row .fy-timeline-col-left .fy-td-liner::after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  right: -3.55rem;
  background-color: white;
  border: 3px solid #FF9F55;
  top: .25rem;
  border-radius: 50%;
  z-index: 1;
}
.fy-timeline .fy-timeline-content .fy-timeline-row .fy-timeline-col-right {
  text-align: left;
  max-width: 10rem;
  width: 10rem;
}
.fy-timeline .fy-timeline-content .fy-timeline-row .fy-timeline-col-1 {
  padding: 1rem 3rem 3rem 3rem;
}
.fy-timeline .fy-timeline-content .fy-timeline-row .fy-timeline-col-2 {
  padding: 1rem 3rem 3rem 3rem;
}

.fy-zen-content {
  /* padding-top: 6rem; */
}
.fy-zen-content .fy-list-view table {
  background: rgba(255, 255, 255, 0.8);
}
.fy-zen-content .fy-topic-title {
  font-weight: bold;
  padding: 1rem;
  font-size: larger;
  white-space: nowrap;
}
