<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
.maxw-100 {
  max-width: 100%;
}

.maxw-95 {
  max-width: 95%;
}

.fulllink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

.bg-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.cms-table-wrap {
  width: 100%;
  overflow-x: auto;
}

button:hover, button:focus {
  outline: none;
}

.overdots {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.vh-100 {
  min-height: 100vh;
}

.mx-vw-100 {
  max-width: 100vh;
  margin: 0;
}

.animate {
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.parallax-wrapper .parallax-custom {
  background-attachment: fixed;
}

.fulllink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

.bg-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.cms-table-wrap {
  width: 100%;
  overflow-x: auto;
}

button:hover, button:focus {
  outline: none;
}

.overdots {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.vh-100 {
  min-height: 100vh;
}

.mx-vw-100 {
  max-width: 100vh;
  margin: 0;
}

.animate {
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

#loading_view {
  position: fixed;
  z-index: 1040;
}
#loading_view .logoimg {
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading_view .loader, #loading_view .logoimg {
  width: 100vw;
  height: 100vh;
  position: relative;
}
#loading_view .loader {
  background: #dddddd;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0);
}
#loading_view .loader1 {
  background: rgba(221, 221, 221, 0.9);
  animation: loading 0.53s 1 forwards ease-out 1.66s;
}
#loading_view .loader2 {
  animation: loading 0.5s 1 forwards ease-out 1.5s;
}
#loading_view .logo {
  z-index: 1040;
  max-width: 300px;
  opacity: 1;
  animation: fadeOut 0.6s 1 forwards ease-in-out 1s;
}

.page #loading_view .loader {
  background: rgba(221, 221, 221, 0.99);
}

@keyframes loading {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100vh);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
p a {
  background: none;
  color: #013d75;
}

.preloader__bg {
  background: rgba(1, 35, 66, 0.95);
  backdrop-filter: blur(20px);
}

/* src/assets/styles/components/_menu.scss  */
.header.is-sticky .header__bar {
  padding: 1vw 4vw;
}
@media screen and (max-width: 1199px) {
  .header.is-sticky .header__bar {
    padding: 0.75vw 2vw;
  }
}
.header .header__bar {
  padding: 1vw 4vw;
  transform: unset !important;
  opacity: 1 !important;
}

@media screen and (max-width: 1199px) {
  .header .header__bar {
    padding: 2vw;
  }
}

  .header .header__bar {
    transform: unset !important;
    opacity: 1 !important;
  }
.header .header__bar .row {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .header .header__bar {
    height: auto;
  }
}

.header .nav {
  position: relative;
}

.menu__ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .menu .nav li:hover &gt; a {
    color: #CA1825;
  }
}
.icon-logo {
  padding: 0.25rem 0.5rem;
  height: 5rem;
  min-width: auto;
  width: auto;
}
@media (max-width: 768px) {
  .icon-logo {
    height: 4rem;
    width: auto;
  }
}

.is-sticky .header__bar {
  height: auto;
}

.menu {
  padding-top: 0;
}

.menu .nav__submenu.right {
  left: auto;
  right: 0;
}
.menu .nav__submenu.right::after {
  right: 1rem;
  left: auto;
}
@media (min-width: 992px) {
  .menu .nav__submenu.right {
    top: 90%;
  }
}

.footer__top {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ebebeb;
}

.footer__title {
  font-size: 18px;
}

.footer__item a, .footer__item p {
  color: #666;
  font-size: 15px;
}
.footer__item a:hover {
  color: #013d75;
  background: none;
}

a#line-icon svg {
  width: 14px;
  fill: #B88768;
}
a#line-icon:hover svg {
  fill: #B88768;
}

.footer__content__item + .footer__content__item {
  margin-top: 0;
}

.footer__content__item {
  margin-bottom: 0.4rem;
}

.footer__socials_content {
  display: block;
}
.footer__socials_content li {
  position: relative;
}
.footer__socials_content li .fulllink {
  width: 100%;
  height: 100%;
}
.footer__socials_content li:hover a {
  border: 1px solid #B88768;
}
.footer__socials_content li:hover .fulllink {
  border: 0;
}
.footer__socials_content li:hover span {
  color: #B88768;
}
.footer__socials_content a {
  min-width: 2.1875rem;
  margin-right: 0.5rem;
}
.footer__socials_content a + a {
  margin-left: 0;
}

.alert.-cookie {
  width: 100vw;
  bottom: 0;
  left: 0;
  z-index: 999;
  transform: translateX(0);
}
.alert.-cookie .alert__content {
  padding: 1rem 5vw;
  border-radius: 0;
  background: #012342;
  color: rgba(255, 255, 255, 0.6);
}
.alert.-cookie .alert__content a, .alert.-cookie .alert__content .button {
  color: #fff;
  margin-left: 1rem;
}
.alert.-cookie .alert__content .button.-alert {
  background: #012342;
  min-width: 8.75rem;
  padding: 0.75rem;
}
.alert.-cookie .alert__content .button.-alert::after {
  border: 1px solid white;
}

.nice-select {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.nice-select .list {
  max-height: unset;
  color: #181818;
}

.link-effect {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  padding: 2px 0;
}
.link-effect .text {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}
.link-effect::before, .link-effect::after {
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
}
.link-effect::before {
  content: "";
  height: 2px;
  top: calc(100% - 2px);
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
  background: #000;
}
.link-effect::after {
  content: attr(data-text);
  height: 100%;
  top: 0;
  font-size: 1.25rem;
  line-height: 1.8;
  background: none;
  color: #000;
  padding-left: 1.5rem;
  transform-origin: 100% 50%;
  transform: translate3d(150%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}
.link-effect.arror-left::after {
  padding: 0 1.5rem;
}
.link-effect:hover .text {
  transform: translate3d(-150%, 0, 0);
}
.link-effect:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.link-effect:hover::after {
  transform: translate3d(0, 0, 0);
}

.alert.-cookie, #liveAlertPlaceholder {
  position: fixed;
  z-index: 999;
}

#liveAlertPlaceholder {
  top: 10vh;
  margin: auto;
  left: 50%;
  min-width: 300px;
  width: 30%;
  transform: translateX(-50%);
}

.alert__content {
  padding: 1rem 1.625rem;
  border-radius: 0;
}

.alert.-success .alert__content {
  border-left: 3px solid #76c876;
}
.alert.-info .alert__content {
  border-left: 3px solid #5bb0fa;
}
.alert.-warning .alert__content {
  border-left: 3px solid #fff952;
}
.alert.-error .alert__content {
  border-left: 3px solid #f67066;
}

.masthead {
  width: 100vw;
  overflow: hidden;
}
.masthead .masthead__text {
  padding-bottom: 25vh;
}
.masthead .masthead__title {
  font-size: 2rem;
  line-height: 1.2em;
  font-family: ‘cwTeXFangSong’, serif;
}
@media (max-width: 991px) {
  .masthead .masthead__title {
    font-size: 1.5rem;
    line-height: 1.2em;
  }
}
.masthead .masthead-pagination__number {
  color: #ffffff;
}
.masthead .swiper-wrapper {
  position: relative;
}
.masthead .masthead__content {
  position: relative;
  z-index: 4;
}
/* .masthead .masthead__image::after {
  content: "“";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  color: #dbd8cf;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9));
} */

.section-about .sectionHeading__title {
  font-size: 1.5rem;
  line-height: 1.5em;
}

@media (max-width: 767px) {
  .masthea {
    height: 60vh;
  }
}

.about .content {
  position: relative;
  z-index: 10;
}
@media all and (max-width: 768px) {
  .about .content {
    margin-top: -5rem;
  }
}
.about section ul.info {
  margin-top: 3rem;
}
.about section ul, .about section ol {
  padding-left: 0;
}
.about section li {
  margin-bottom: 0.4rem;
}
.about section .top {
  padding: 3rem 0;
}
.about section .block {
  padding: 1rem 1.5rem;
}
@media (max-width: 575px) {
  .about section .block {
    padding: 1rem 1.5rem;
  }
}
.about section .title {
  color: #012342;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 2em;
  margin-bottom: 1rem;
}
.about section .sectionHeading {
  margin-bottom: 2rem;
}
.about #banner {
  padding-bottom: 0;
}
.about main {
  padding-top: 0;
}
.about .area_title {
  margin: 2rem auto;
  font-size: 1.15rem;
  font-weight: bold;
  color: #012342;
  padding-left: 15px;
  border-left: 10px solid #013d75;
}
.about .area_title span {
  font-weight: normal;
}
.about p {
  margin-bottom: 0.8rem;
}
.about #section1 {
  background-color: rgba(240, 240, 240, 0.89);
  box-shadow: 20px 20px 30px 0 rgba(0, 0, 0, 0.08);
}
.about #section1 ul.info span, .about #section1 ul.info p, .about #section1 ul.info ol, .about #section1 ul.info ul {
  font-size: 0.95rem;
}
@media all and (min-width: 768px) {
  .about #section1 ul.info span, .about #section1 ul.info p, .about #section1 ul.info ol, .about #section1 ul.info ul {
    display: inline-block;
    vertical-align: top;
  }
}
.about #section1 ul.info span {
  font-weight: bold;
  color: #013d75;
}
@media all and (min-width: 768px) {
  .about #section1 ul.info span {
    width: 12rem;
    text-align: right;
  }
}
.about #section1 ul.info p, .about #section1 ul.info ol, .about #section1 ul.info ul {
  margin: 0px 0 1rem 30px;
  padding: 0 0 1rem 0;
  border-bottom: 1px dashed;
}
@media all and (min-width: 768px) {
  .about #section1 ul.info p, .about #section1 ul.info ol, .about #section1 ul.info ul {
    width: calc(100% - 13rem - 21px);
  }
}
.about #history {
  background: #882C33;
  padding: 8rem 0;
}
.about #history .sectionHeading__title {
  color: #fff;
}
.about #history .item {
  max-width: 300px;
  text-align: center;
}
.about #history .year {
  position: absolute;
  top: 0;
  color: rgba(255, 255, 255, 0.15);
  font-size: 3.5rem;
  line-height: 1em;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
}
.about #history .year p {
  position: absolute;
  left: 8px;
  font-size: 0.9rem;
  line-height: 1em;
}
.about #history .txt {
  padding: 2.5rem 0 0 0;
  text-align: center;
}
.about #history .txt p {
  font-size: 0.8rem;
  line-height: 1.5em;
  color: white;
  margin-bottom: 0;
}
.about #history .nav__item .icon {
  color: #fff;
}
@media all and (max-width: 768px) {
  .about #history .sectionSlider .nav.-slider .nav__item {
    top: 90%;
  }
}
.about #section3 {
  padding-bottom: 0;
  background-image: url(../../../upload/about/about-s3-bg.jpg);
}
.about #section3 .twoblock {
  background: rgba(240, 240, 240, 0.65);
}
.about #section3 .twoblock .block {
  padding-bottom: 8rem;
}
.about #section3 .twoblock .right {
  position: relative;
  background: rgba(178, 175, 175, 0.65);
}
.about #section3 .twoblock .right:after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 20vw;
  height: 100%;
  background: rgba(178, 175, 175, 0.65);
}
.about #section3 .twoblock .icon {
  display: block;
  text-align: center;
  margin: 4rem auto 1.5rem;
  color: #012342;
  font-size: 5rem;
  width: 90px;
  height: auto;
}
.about #section3 .twoblock h5 {
  font-size: 1rem;
  line-height: 2em;
  text-align: center;
  margin-bottom: 2rem;
  color: #012342;
  letter-spacing: 1px;
}
.about #section3 .twoblock ul li {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.about #President, .about #contact {
  position: relative;
  margin-top: -5rem;
  padding: 5rem 0;
  width: calc(100% - 3.5rem);
  background: #fff;
  box-shadow: 10px 3px 40px 0 rgba(0, 0, 0, 0.16);
  z-index: 1;
}
@media all and (min-width: 1680px) {
  .about #President .container, .about #contact .container {
    margin-right: calc(20vh - 3.5rem);
  }
}
.about #President img, .about #contact img {
  position: relative;
  z-index: 11;
}
.about #President2 .about-me {
  margin-top: 4rem;
}

@media (min-width: 992px) {
  .contact .img {
    position: absolute;
  }
}
@media (min-width: 992px) {
  .contact .wrap-text {
    margin-left: 17vw;
  }
}

.form-radio {
  position: relative;
}
.form-radio .radio {
  cursor: pointer;
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.form-radio label {
  margin-left: 1.5625rem;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.col-form-label {
  font-size: 1.25rem;
}

fieldset {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mt-minus-lg {
  margin-top: -6rem;
}

form.-light input {
  color: white;
  border-width: 0 0 1px 0;
  border-color: rgba(255, 255, 255, 0.6);
  border-style: solid;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 400;
  width: 100%;
  padding: 0.875rem 0;
  background-color: transparent;
  transition: border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.wrpa-inputdate {
  position: relative;
}
.wrpa-inputdate label {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
}
.wrpa-inputdate #date {
  padding-left: 5em;
}
.wrpa-inputdate #date::-webkit-calendar-picker-indicator {
  position: absolute;
  color: #fff;
  z-index: 9;
  background: none;
  width: 100%;
  height: 100%;
}

.form-radio .radio__icon {
  background-color: #fff;
}

.form-radio .radio input:checked ~ .radio__mark {
  border-color: white;
}

.form__recaptcha__item img {
  min-width: 150px;
  width: auto;
}
.form__recaptcha__item .form__recaptcha__input {
  padding: 0.5rem 1rem;
}

#map {
  width: 100vw;
  height: 500px;
}

.blogSection .blogCard__text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blogSection .button.-simple {
  color: var(--accent-color);
}
.blogSection .button.-simple:hover {
  color: #CA1825;
}

.blogCard .bg-image {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.blogCard:hover .bg-image {
  transform: scale(1.05);
}

.filter-button-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px;
}
.filter-button-group button {
  padding: 10px;
  font-size: 1.35rem;
  color: inherit;
  font-weight: inherit;
}
.filter-button-group button:hover {
  color: #013d75;
}
.filter-button-group button.btn-active {
  color: #013d75;
  text-decoration: none;
  border-bottom: 1px solid #013d75;
}

.page-masthead__title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.shopCard img {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.shopCard:hover img {
  transform: scale(1.1);
}

.products .shopCard__image .shopCard__button {
  background: rgba(255, 255, 255, 0.8705882353);
  opacity: 1;
}
.products .swiper-slide .portfolioCard__content {
  opacity: 1;
}

.process #banner {
  background: none;
}
.process .content-wrapper .container section {
  margin: 5rem auto;
}
.process .content-wrapper .container section li {
  position: relative;
  border-bottom: 1px solid;
  color: #012342;
  padding: 1rem 3rem;
  margin-bottom: 1rem;
  min-height: 210px;
}
.process .content-wrapper .container section li:last-child {
  border-bottom: 0;
}
.process .content-wrapper .container section li:last-child .img:after {
  display: none;
}
@media (max-width: 575px) {
  .process .content-wrapper .container section li {
    min-height: 180px;
    margin-bottom: 2rem;
  }
  .process .content-wrapper .container section li:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-left: 1px solid #012342;
    border-bottom: 1px solid #012342;
    transform: rotate(-45deg);
    background: #fff;
    bottom: -13px;
    left: 50%;
    margin: 0 auto;
  }
  .process .content-wrapper .container section li:last-child:after {
    display: none;
  }
}
.process .content-wrapper .container section .img img {
  max-width: 200px;
  position: absolute;
  right: 38%;
}
@media all and (max-width: 992px) {
  .process .content-wrapper .container section .img img {
    max-width: 120px;
    right: 0;
    opacity: 0.4;
  }
}
@media (max-width: 575px) {
  .process .content-wrapper .container section .img img {
    right: 10%;
  }
}
.process .content-wrapper .container section .img p {
  z-index: 10;
  width: 100%;
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
  color: #012342;
  letter-spacing: 2px;
}
@media all and (max-width: 992px) {
  .process .content-wrapper .container section .img p {
    text-align-last: left;
  }
}
.process .content-wrapper .container section .img:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-left: 1px solid #012342;
  border-bottom: 1px solid #012342;
  transform: rotate(-45deg);
  background: #fff;
  bottom: calc(-1rem - 13px);
  left: 50%;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .process .content-wrapper .container section .img:after {
    display: none;
  }
}
.process .content-wrapper .container section .txt p {
  line-height: 1.5em;
  font-size: 0.9rem;
  color: #666;
}

@media (min-width: 1025px){
  .masthead_pc{
    position: relative !important;
    overflow: unset !important;
    height: auto !important;
    /* height: calc(100vh - 120px) !important;     */
    margin-top: 120px !important;
  }
  .masthead_pc .slick-dots{
    position: absolute;
    left: 75px;
    bottom: 75px;
    display: flex !important;
  }
  .masthead_pc .slick-dots li{
    /* width: 75px; */
    text-align: center;
    position: relative;
  }

  .masthead_pc .slick-slider,
  .masthead_pc .slick-slider .slick-list,
  .masthead_pc .slick-slider .slick-track{
    height: 100%;
  }

  /* .masthead_pc .slick-slide img{
    height: 100%;
    object-fit: cover;
  } */
  /* .masthead_pc .slick-dots li::after{
    content: '';
    width: 0%;
    transition: 0.6s;
    height: 5px;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
  } */
  
  .masthead_pc .slick-dots li button{
    /* color: #fff; */
    width: 15px;
    height: 15PX;
    border: 3px solid #fff;
    font-size: 0;
    /* font-weight: 600; */
    text-align: center;
    color: #fff;
    border-radius: 999px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .masthead_pc .slick-dots li.slick-active button{
    /* width:100% */
    background-color: #fff;
  }
}
/* @media (min-width: 1025px) {
.masthead {
  overflow: unset !important;
  height: auto !important;
  margin-top: -195px !important;
  position: relative;
}

.masthead .masthead__image {
  position: static !important;
  -o-object-fit: none !important;
  object-fit: none !important;
}

.masthead .masthead__image div{
position: static !important;
  -o-object-fit: none !important;
  object-fit: none !important;
  height: auto !important;
  overflow: unset !important;
}

.masthead .masthead__image div img{
height: auto !important;
width:100vw !important;
max-width: unset !important;
min-width: unset !important;
position: static !important;
object-fit: none !important;
object-position: unset !important;
margin-top: 95px !important;

}

.masthead .swiper-slide{
  height: auto;
}

.masthead__scroll_icon{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: auto;
}
} */
/*# sourceMappingURL=style.css.map */


@media (max-width: 1024px) {
  .blog div{
    transform:none !important;
    opacity: 1 !important;
  }
}

/* @media (max-width: 767px) { */
.section_about{
  display: none;
}
/* } */

@media (min-width: 992px) {
  /* .menu .nav li.language{
    opacity: 0 !important;
  }
  .menu.is-active .nav li.language{
    opacity: 1 !important;
  } */

  .menu .nav li.language:hover &gt; a{
    color: #000;
  }
  
  .menu .nav li.language:hover a::after{
    display: none;
  }

  .menu .nav li.language a:hover{
    color: #CA1825;
    font-weight: 900;
  }
}

@media (max-width: 991px){
  .menu .nav li.language{
    width: 100px;
  }
  .menu .nav li.language a{
    width: 100px;
    width: 45px;
    justify-content: center;
  }
  .menu .mobile__background {
    background-color: #fafafa;
  }
}

@media (max-width: 768px) {
  .icon-logo {
      transform: translateX(-40px);
  }
}


.fz18{
  font-size: 18px !important;
}</pre></body></html>