/*** Import *****/

@import url("404.css");
@import url("loading-btn.css");
@import url("loading-group.css");
@import url("mona-alert.css");

/*** End ****/

:root {
  --body-color: #040414;
  --primary-color: #fcdd5a;
  --second-color: #040414;
  --third-color: #fc1414;
}

#wpadminbar #wp-admin-bar-wp-logo > .ab-item img {
  width: 100%;
  height: 100%;
}

.blog-info-tag span:before {
  content: ",";
  position: absolute;
  bottom: 6px;
  right: 0;
  height: 100%;
  font-size: 16px;
  width: auto;
  padding-right: 5px;
}

.blog-info-tag span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.blog-info-tag span:last-child:before {
  display: none;
}
/**/

.widget_nav_menu .mona-widget-title {
  display: none;
}
.article-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* ------------------ Style mainempty box ---------------- */
.m-box-empty {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
span.icon-empty {
  width: 15rem;
}
/**/
/*----------------- Style CF7 ---------------- */
.d--none {
  display: none !important;
}
.wpcf7 form {
  position: relative;
}
.wpcf7 form .wpcf7-response-output {
  width: 100%;
  text-align: center;
}
.m-footer_main .wpcf7-not-valid-tip {
  display: none;
}
.footer .footer-main .footer__right .wpcf7-not-valid-tip,
.wpcf7-not-valid-tip,
form .wpcf7-not-valid-tip,
.prod-ft .form-ip .wpcf7-not-valid-tip {
  position: absolute !important;
  font-size: 1.2rem;
  top: unset !important;
  bottom: -15px;
  color: red;
  width: max-content !important;
  margin: 0;
}
.footer .footer-main .footer__right .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  border: 0;
  margin: 15px 0;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  color: red;
  margin-top: 1rem;
}
.m-footer_main .wpcf7-spinner,
.wpcf7-spinner {
  position: absolute;
  z-index: 11111;
  margin: 0;
  /* transform: translate(-50%, -50%);
  bottom: -40px;
  left: 50%; */
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: red;
}
.wpcf7-not-valid-tip {
  position: absolute;
}
/* .wpcf7 form.sent .wpcf7-response-output {
  background-color: #fff173;
} */
.popup-bg .wpcf7 form.sent .wpcf7-response-output,
.prod-ft-f .wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  width: max-content;
}
.wpcf7 form .wpcf7-response-output {
  border: 0;
  margin: 15px 0;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
  color: #ec5e69;
}
/* Custom style css  */
.tab-btn-flow a span {
  text-transform: uppercase;
}
.m-footer_slide p {
  font-weight: 700;
  line-height: 1.8;
  text-transform: uppercase;
}
.m-header_search input[type="search"] {
  appearance: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #cecece;
  height: 26px;
  font-family: "Quicksand", sans-serif;
  padding-right: 20px;
  width: 100%;
  transition: 0.3s ease;
  outline: none;
}

/* the new css */
.m-header .logo {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
}
.section-home-keyvisual .button_text {
  display: none;
}
.section-home-keyvisual .button_item::after {
  content: none;
}
.sp_border_rad {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  overflow: hidden;
}
.sp_border_rad::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: -1em 1em 0 1em #ffffff;
  border-radius: 0 0 0 50px;
}
.m-signature img {
  height: 15px;
  display: block;
}
.m-footer_main .b-left .logo a {
  background: #fff;
  display: block;
  border-radius: 100em;
  padding: 1em;
  width: 70%;
  margin: 0 auto 1em;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
}
.page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.3;
}
.page-banner .breadcrumbs {
  color: #fff;
}
.section-about .detail_list li {
  text-align: left;
}
.section-about .about_slogan {
  color: #fff;
}
.section-about .about_item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.card-stack .card-list li.other {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-stack .card-list li.other .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}
.card-stack .button {
  border-color: var(--primary-color);
}
.card-stack .slide-image {
  cursor: grab;
}
.card-stack .slide-image:active {
  cursor: grabbing;
}
.section-study-detail .detail_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.section-study-detail .detail_title:hover {
  color: var(--primary-color);
}
.section-study-detail .detail_list {
  margin: 25px auto 30px;
}
.pagination.other {
  justify-content: center;
}
.pagination.other .page-numbers {
  margin: 0 0 50px;
}
.list-article .article-img {
  margin: 0;
}
.nothing-here {
  margin: 50px 0;
  font-weight: bold;
  font-size: 140%;
}
.modal.modal-custom .block-input{
  position: relative;
}
.modal.modal-custom .block-input {
  width: 100%;
}
.mona-content a {
  color: var(--primary-color);
}
.mona-content .m-btn a:not(:hover) {
  color: inherit;
}
.m-menu_footer ul {
  display: none;
}
.section-home-keyvisual .button_item img {
  height: 100%;
  object-fit: cover;
}
.section-home-about .about_item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: brightness(100);
}
.section-home-about .about_content {
  align-items: center;
}
.section-home-study .study_image img {
  cursor: grab;
}
.section-home-study .study_image img:active {
  cursor: grabbing;
}
.section-home-news .news_content .m-btn {
  display: none;
}
.default-template .wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.default-template .wrapper strong {
  font-weight: bold;
}
.section-home-about .about_image {
  border-radius: 50px;
  overflow: hidden;
}
.section-home-about .about_image.is-pc {
  margin-left: 5rem;
}
.m-footer_main {
  border-top: 3px solid;
}
@media only screen and (min-width: 1281px) {
  .section-home-news .news_content {
    order: 1;
  }
  .section-home-news .m-btn.u-center {
    display: none;
  }
  .section-home-news .news_content .m-btn {
    display: block;
  }
}
@media only screen and (min-width: 767px) {
  .section-study-detail .item_detail {
    margin-top: 50px;
  }
  .section-study-detail div.detail_list {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .section-home-study .swiper-pagination-study {
    bottom: 0;
  }
}
@media only screen and (max-width: 990px) {
  .m-menu {
    background: #555;
  }
  .m-menu .current-menu-item>.menu-link {
    /* color: var(--second-color); */
  }
  .m-menu_item .icon-menu span {
    border-color: #fff;
  }
  .m-menu .current-menu-item .icon-menu span {
    border-color: var(--second-color);
  }
  nav .m-info>li::before {
    filter: brightness(100);
  }
  .m-menu .menu-item-has-children>ul {
    background: none;
  }
  .m-menu .menu-item-has-children>ul li a {
    text-transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-study-detail .item_detail {
    margin-top: 10px;
  }
  .section-study-detail .detail_list {
    margin: 20px 0;
  }
  .section-study-detail .m-btn {
    text-align: center;
  }
  .section-study-detail .detail_list li {
    font-size: 16px;
  }
  .modal.modal-custom .block-input {
    margin-bottom: 15px;
  }
  .btn-back-top {
    right: 10px;
    bottom: 0px;
  }
  div#button-contact-vr {
    bottom: 65px;
    right: 0px;
  }
}