@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);

:root {
  --accent-color: #78846A;
  --secondary-color: darken(#78846A, 10%);
}

.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: #e6e6e1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0);
}

#loading_view .loader1 {
  background: rgba(230, 230, 225, 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(230, 230, 225, 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: #F7D265;
}

p a:hover {
  background: #F9EFDD;
  color: #F7D265;
}

.preloader__bg {
  background: #F7D265;
}

h1,
h2,
h3,
h4,
h5,
h6,
.sectionHeading__title {
  color: #01111C;
}

.bg-beige-light {
  background: white;
}

.blog__info a {
  color: #eab20c;
}

/* src/assets/styles/components/_menu.scss  */
.header.is-sticky .header__bar {
  padding: 0.25vw 4vw;
}

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

.header.is-sticky .header__bar .header__logo {
  width: 7rem;
}

.header .header__bar {
  padding: 1vw 4vw;
  background: #BFB99C;
  height: auto;
}

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

.header .header__bar .row {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .header .header__bar {
    height: auto;
  }
}

.header .mobile__background {
  background-color: #F7D265;
}

.header .nav-button-open {
  padding-bottom: 0.75rem;
}

.header .menu {
  padding-top: 0;
  height: 100%;
}

.header .menu .mobile__back {
  margin-top: 4rem;
  background: #eab20c;
}

.header .menu .nav {
  position: relative;
}

@media (min-width: 992px) {
  .header .menu .nav .nav__submenu {
    background: #F7D265;
  }
}

.header .menu .nav .nav__submenu .nav__submenu_item a {
  color: #01111C;
}

.header .menu .nav .nav__submenu .nav__submenu_item::hover a {
  color: #eab20c;
}

.header .menu .nav .menu-item {
  align-items: flex-end;
}

.header .menu .nav .menu-item>a {
  padding-bottom: 1rem;
}

.header .menu .nav .menu-item a,
.header .menu .nav .nav__submenu .nav__submenu_item a {
  color: #01111C;
}

.header .menu .nav .menu-item a::after,
.header .menu .nav .nav__submenu .nav__submenu_item a::after {
  bottom: -0.25rem;
}

.header .menu .nav .menu-item:hover>a,
.header .menu .nav .nav__submenu .nav__submenu_item:hover>a {
  color: #ffffff;
}

@media (min-width: 992px) {
  .header .menu .menu-item:hover>a {
    color: #9a7536;
  }
}

.header .menu .nav__submenu {
  padding: 0;
}

.header .menu .nav__submenu .nav__submenu_item {
  padding: 0.75rem 1rem;
}

.header .menu .nav__submenu .nav__submenu_item:hover {
  background: #f3d705;
}

.header .menu .nav__submenu.right {
  left: auto;
  right: 0;
}

.header .menu .nav__submenu.right::after {
  right: 1rem;
  left: auto;
}

@media (min-width: 992px) {
  .header .menu .nav__submenu.right {
    top: 90%;
  }
}

.header__logo {
  width: 9rem;
}

.header__logo:not(.mobile) {
  transition: all 1s;
  visibility: visible;
}

.menu_open .header__logo:not(.mobile) {
  visibility: hidden;
}

.header__logo.mobile {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.1s 1s;
  visibility: hidden;
  opacity: 0;
}

.menu_open .header__logo.mobile {
  visibility: visible;
  opacity: 1;
}

.header__logo .icon-logo {
  min-width: auto;
  transition: all 0.3s;
}

.header.menu_closeing .header__logo.mobile {
  opacity: 0;
}

.footer {
  background: #01111C;
}

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

.footer__title {
  font-size: 18px;
  color: #ffffff;
}

.footer__logo img {
  max-width: 8rem;
}

.footer__bottom_text {
  color: #F9EFDD;
}

.footer__item a,
.footer__item p,
.footer__item span {
  color: #F9EFDD;
  font-size: 15px;
}

.footer__item a:hover {
  color: #ffffff;
  background: none;
}

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

a#line-icon:hover svg {
  fill: #F9EFDD;
}

.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 {
  cursor: pointer;
}

.footer__socials_content li:hover a {
  border: 1px solid #F9EFDD;
}

.footer__socials_content li:hover .fulllink {
  border: 0;
}

.footer__socials_content li:hover span {
  color: #F9EFDD;
}

.footer__socials_content i {
  color: #F9EFDD;
}

.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: #01111C;
  color: rgba(255, 255, 255, 0.6);
}

.alert.-cookie .alert__content a {
  text-decoration: underline;
}

.alert.-cookie .alert__content a,
.alert.-cookie .alert__content .button {
  color: #fff;
  margin-left: 1rem;
}

.alert.-cookie .alert__content .button.-alert {
  background: #C1AB04;
  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 #F7D265;
  color: #fff;
}

.nice-select .list {
  max-height: unset;
  color: #F7D265;
}

.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;
}

.button.-alert {
  background: #C1AB04 !important;
}

.home .main-content {
  background: #E6E6E1;
}

.masthead {
  width: 100vw;
  overflow: hidden;
}

.masthead .masthead__text {
  padding-top: 8rem;
  padding-bottom: calc(2rem + 5vh + 5vw);
}

.masthead .masthead__back_title {
  font-size: calc((0.5rem + 1vw + 0.5vh) * 3);
  line-height: 1;
  margin-bottom: 1.5rem;
}

.masthead .masthead__subtitle {
  font-size: calc((0.5rem + 1vw + 0.5vh) * 2);
}

.masthead .masthead__title {
  font-size: calc((0.5rem + 1vw + 0.5vh) * 1);
  line-height: 2em;
}

.masthead .masthead__image.img_pc {
  display: none;
}

@media screen and (orientation: landscape) {
  .masthead .masthead__image.img_pc {
    display: block;
  }
}

.masthead .masthead__image.img_m {
  display: none;
}

@media screen and (orientation: portrait) {
  .masthead .masthead__image.img_m {
    display: block;
  }
}

.masthead .masthead-pagination__line {
  background: #F9EFDD;
}

@media screen and (orientation: landscape) {
  .swiper-container .wrap_content {
    align-items: end;
  }
}

@media screen and (orientation: portrait) {
  .swiper-container .wrap_content {
    align-items: top;
  }
}

.product-catalogue {
  margin-bottom: 1rem;
}

.section_news {
  background: #F7D265;
}

.section-about {
  margin-top: -3rem;
  padding-bottom: calc(8rem + 12vw + 12vh);
  background-image: url("../images/index/about-bg.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.section-about:first-child {
  margin-top: 0;
}

.section-about.no_bg {
  padding-bottom: 0;
  background-image: none;
}

@media (max-width: 991px) {
  .section-about {
    padding-bottom: calc(5rem + 5vw + 5vh);
  }
}

@media (max-width: 767px) {
  .section-about {
    padding-bottom: calc(5rem + 3vw + 1vh);
  }
}

@media (max-width: 767px) {
  .section-about .icon_light {
    position: absolute;
    left: 0;
    top: 6rem;
    z-index: 9;
  }
}

.section-about .section-bg-image {
  position: relative;
}

.section-about .bg-image {
  background-size: cover;
  padding-top: 80%;
}

@media (min-width: 1200px) {
  .section-about .bg-image {
    padding-top: 60%;
  }
}

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

.section-about .sectionHeading__subtitle {
  color: #eab20c;
}

.section-about .sectionHeading__text {
  padding: 2rem;
}

.section-about .section-text {
  z-index: 9;
}

@media (min-width: 992px) {
  .section-about .section-text {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .section-about:nth-child(2n+1) .section-text {
    margin-left: 0;
  }
}

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

.section-perfomance {
  background: #F7D265;
}

.section-perfomance .bg-image {
  background-size: cover;
}

@media (max-width: 767px) {
  .sectionHeading.-left-line .sectionHeading__subtitle {
    display: flex;
    align-items: center;
    flex-direction: row;
  }

  .sectionHeading.-left-line .sectionHeading__subtitle::before {
    margin: auto 0;
    margin-right: 1.25rem;
  }
}

.section_news .sectionHeading__subtitle,
.section-perfomance .sectionHeading__subtitle {
  color: rgba(255, 255, 255, 0.8);
  filter: drop-shadow(2px 4px 6px #a17905);
}

.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: #01111C;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 2em;
}

.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: #C1AB04;
  padding-left: 15px;
  border-left: 10px solid #F7D265;
}

.about .area_title span {
  font-weight: normal;
}

.about p {
  margin-bottom: 0.8rem;
  line-height: 1.75em;
}

.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: #F7D265;
}

@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: #C1AB04;
  font-size: 5rem;
  width: 90px;
  height: auto;
}

.about #section3 .twoblock h5 {
  font-size: 1rem;
  line-height: 2em;
  text-align: center;
  margin-bottom: 2rem;
  color: #C1AB04;
  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;
  }
}

.contact .wrap_form .sectionHeading {
  background: #F9EFDD;
}

.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: #9a7536;
}

.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: #F7D265;
}

.filter-button-group button.btn-active {
  color: #F7D265;
  text-decoration: none;
  border-bottom: 1px solid #F7D265;
}

.bg-graylight {
  background: #E6E6E1;
}

.page-masthead {
  padding-top: calc(9rem + 10vw);
  padding-bottom: calc(2rem + 2vw);
}

@media (max-width: 767px) {
  .page-masthead {
    padding-top: calc(6rem + 10vw);
  }
}

.page-masthead .page-masthead__back_title,
.page-masthead .page-masthead__subtitle,
.page-masthead .page-masthead__title {
  color: #01111C;
  line-height: 1.25em;
}

.page-masthead .page-masthead__back_title {
  position: relative;
  color: #01111C;
  font-size: 3.5rem;
  font-weight: bold;
  left: auto;
  bottom: auto;
}

@media (max-width: 991px) {
  .page-masthead .page-masthead__back_title {
    display: block;
    font-size: 2.5rem;
    transform: unset;
    white-space: break-spaces;
    margin-bottom: 1rem;
  }
}

.page-masthead .page-masthead__subtitle {
  font-size: 1.5rem;
  padding-left: 0;
  margin-bottom: 0;
}

.page-masthead .page-masthead__title {
  font-size: 1rem;
  margin-top: 0.75rem;
  margin-bottom: calc(5rem + 5vh);
}

.page-masthead .bg-image {
  min-height: 300px;
  background-size: cover;
}

.sectionHeading__text {
  position: relative;
  margin-top: 0;
  color: #595757;
  border: 2px solid #ffffff;
  line-height: 2em;
  font-size: 1rem;
}

.title_icon {
  width: calc(5rem + 2vw);
  position: absolute;
  right: 101%;
  top: -15px;
}

@media (max-width: 575px) {
  .title_icon {
    right: auto;
    left: -15px;
    top: auto;
    bottom: 90%;
  }
}

.icon_md {
  width: 80px;
  height: 80px;
}

.no-page {
  height: 68vh;
}

.page-masthead-bread {
  letter-spacing: 1px;
  font-size: 14px;
}

.page-masthead-bread>* {
  opacity: 0.4;
}

.page-masthead-bread .page-masthead-bread__item:hover {
  opacity: 1;
}

.page-masthead-bread .page-masthead-bread__item:last-child {
  opacity: 0.8;
}

.wrap_editor .sectionHeading__text {
  padding: 0.75rem 1rem 0.25rem;
  margin-top: 0;
}

@media (max-width: 767px) {
  .wrap_editor .sectionHeading__text {
    margin-top: 3rem;
    padding-top: 2rem;
  }
}

.wrap_editor .wrap_title {
  position: absolute;
  padding-top: 0.5rem;
}

.wrap_editor .page-masthead__subtitle {
  color: #01111C;
  font-size: 2rem;
  text-transform: none;
  line-height: 1.25;
}

.wrap_editor .page-masthead__title {
  font-size: 0.9rem;
  color: #01111C;
  padding-left: 0.5rem;
}

.wrap_editor .title {
  margin-bottom: 0;
}

.wrap_editor .wrap_img .img {
  max-width: 550px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .wrap_editor .wrap_img .img {
    margin-top: 2rem;
  }
}

@media (max-width: 575px) {
  .wrap_editor .wrap_img .img {
    margin-top: 0rem;
  }
}

.page-masthead__bg::after {
  display: none;
}

.page-masthead__back_title {
  -webkit-text-stroke: 1px rgba(247, 210, 101, 0.2);
}

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

.shopCard .shopCard__button {
  background: rgba(255, 255, 255, 0.8705882353);
  opacity: 1;
}

@media (max-width: 575px) {
  .shopCard .shopCard__button {
    font-size: 13px;
  }
}

.shopCard:hover .photo {
  border-color: #F7D265;
}

.shopCard:hover img {
  transform: scale(1.2);
}

.products .page-masthead {
  min-height: 300px;
}

.products .product_name {
  color: #F7D265;
  font-size: 1.25rem;
}

#products_pic {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 2rem;
  margin-bottom-padding-left: 1.5rem;
}

@media only screen and (max-width: 992px) {
  #products_pic {
    padding-left: 0;
  }
}

#products_pic #main_pic {
  width: calc(100% - 15px);
  position: relative;
  border: #F7D265 1px solid;
  margin: 0 auto;
}

#products_pic #main_pic .content .item a {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

#products_pic #main_pic .content .item a img {
  position: relative;
  height: 100%;
  object-fit: unset;
  object-fit: unset;
  -webkit-user-drag: none;
}

#products_pic #main_pic:hover .gallery__button {
  opacity: 1;
}

#products_pic #thumbnail {
  margin-top: 1rem;
}

#products_pic #thumbnail .content {
  display: flex;
}

#products_pic #thumbnail .item {
  width: calc(25% - 15px);
  height: 150px;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #eac686;
  margin-left: 7.5px;
  margin-right: 7.5px;
  cursor: pointer;
}

#products_pic #thumbnail .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#products_pic #thumbnail .slick-list {
  width: 100%;
}

#products_pic #thumbnail .slick-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}

#products_pic #thumbnail .slick-list .item.slick-current {
  border: 1px solid #C1AB04;
}

.h.add_car {
  background-color: #F7D265;
  color: #F9EFDD;
  margin-top: 30px;
  padding: 5px 30px;
  width: 100%;
}

.h.select {
  margin-top: 30px;
  display: block;
  width: 100%;
}

.h.select select {
  height: 45px;
  width: 100%;
}

#h_qna {
  padding-top: 100px;
  padding-bottom: 100px;
}

#h_qna ul li {
  border-bottom: 1px solid #F9EFDD;
  height: 60px;
  padding: 8px 0;
  overflow: hidden;
  cursor: pointer;
}

#h_qna ul li:nth-child(1) {
  border-top: 1px solid #F9EFDD;
}

#h_qna ul li .h_title {
  height: 2em;
  line-height: 2em;
  font-size: 1.25rem;
  font-weight: bolder;
  color: #C1AB04;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

#h_qna ul li .h_title i {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 20px;
  transform: rotate(360deg);
  transition: 0.6s;
}

#h_qna ul li .h_title i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 3px;
  background-color: #C1AB04;
}

#h_qna ul li .h_title i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  height: 20px;
  background-color: #C1AB04;
  transition: 0.6s;
}

#h_qna ul li .h_content {
  padding: 30px;
  transition: 0.6s;
  opacity: 0;
  transform: translateY(30%);
}

#h_qna ul li.active {
  height: auto;
}

#h_qna ul li.active .h_content {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

#h_qna ul li.active .h_title i {
  transform: rotate(0);
}

#h_qna ul li.active .h_title i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#add_win {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  transition: 0.6s;
  opacity: 0;
  pointer-events: none;
}

#add_win.active {
  opacity: 1;
  pointer-events: auto;
}

#add_product_win,
#err_product_win {
  transition: 0.6s;
  opacity: 0;
  pointer-events: none;
  width: 25em;
  max-width: 100%;
  background-color: #fff;
  padding: 30px 15px;
  z-index: 1000;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
}

#add_product_win #add_product_win_off {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  transition: 0.6s;
}

#add_product_win #add_product_win_off::after,
#add_product_win #add_product_win_off::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #808080;
  display: block;
  position: absolute;
  transform-origin: center;
}

#add_product_win #add_product_win_off::after {
  transform: rotate(-45deg);
  top: 15px;
  left: 0;
}

#add_product_win #add_product_win_off::before {
  transform: rotate(45deg);
  left: 0px;
  top: 15px;
}

#add_product_win #add_product_win_off:hover {
  opacity: 0.8;
}

#add_product_win h5,
#err_product_win h5 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
  margin-left: 30px;
  margin-right: 30px;
}

#add_product_win h6,
#err_product_win h6 {
  font-weight: 400;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 50px;
  text-align: center;
  font-size: 24px;
}

#add_product_win p,
#err_product_win p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
}

#add_product_win #add_product_content,
#err_product_win #add_product_content {
  margin-bottom: 50px;
  margin-left: 30px;
  margin-right: 30px;
}

#add_product_win #add_product_content .item,
#err_product_win #add_product_content .item {
  display: flex;
  align-items: center;
}

#add_product_win #add_product_content .item .photo,
#err_product_win #add_product_content .item .photo {
  width: 100px;
  height: 100px;
}

@media only screen and (max-width: 1024px) {

  #add_product_win #add_product_content .item .photo,
  #err_product_win #add_product_content .item .photo {
    width: 75px;
    height: 75px;
  }

  #add_product_win #add_product_content .item img,
  #err_product_win #add_product_content .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #add_product_win #add_product_content .item .text,
  #err_product_win #add_product_content .item .text {
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding-left: 15px;
  }

  #add_product_win #add_product_content .item .text h3,
  #err_product_win #add_product_content .item .text h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
  }

  #add_product_win #add_product_content .item .text h3 p,
  #err_product_win #add_product_content .item .text h3 p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    width: 100%;
  }

  #add_product_win #add_product_content .item .text h3 p i,
  #err_product_win #add_product_content .item .text h3 p i {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
  }
}

#add_product_win #add_checkout,
#add_product_win #err_checkout,
#err_product_win #add_checkout,
#err_product_win #err_checkout {
  width: calc(100% - 60px);
  height: 45px;
  color: #fff;
  font-size: 18px;
  border: none;
  background-color: #78846A;
  transition: 0.6s;
  margin-left: 30px;
  margin-right: 30px;
}

#add_product_win #add_checkout:hover,
#add_product_win #err_checkout:hover,
#err_product_win #add_checkout:hover,
#err_product_win #err_checkout:hover {
  opacity: 0.6;
}

#add_product_win .err_checkout,
#err_product_win .err_checkout {
  margin-bottom: 50px;
}

#add_product_win a,
#err_product_win a {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  transition: 0.6s;
}

#add_product_win a:hover,
#err_product_win a:hover {
  opacity: 0.6;
}

#add_product_win.active,
#err_product_win.active {
  opacity: 1;
  pointer-events: auto;
}

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

@media (max-width: 575px) {
  .products .shopCard__image .shopCard__button {
    font-size: 13px;
  }
}

.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: #C1AB04;
  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 #C1AB04;
    border-bottom: 1px solid #C1AB04;
    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: #C1AB04;
  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 #C1AB04;
  border-bottom: 1px solid #C1AB04;
  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: #A59D95;
}

.page-masthead+.container {
  margin-top: 10vh;
  margin-bottom: 8vh;
}

.page-masthead+.container>.title {
  margin: 1rem auto;
  text-align: center;
}

#inquiry {
  margin-top: 0 !important;
}

#inquiry .t_head {
  background: #F9EFDD;
}

#inquiry .t_head .text {
  font-size: 0.9rem;
}

#inquiry .form .inquiry_btn button {
  width: 100%;
  height: 60px;
  border: 5px #F7D265 solid;
  background-color: #F7D265;
  color: #F9EFDD;
  font-size: 1.25rem;
  font-weight: bolder;
  letter-spacing: 1.5px;
  transition: 0.6s;
}

#inquiry .form .inquiry_btn button::hover {
  border: 5px #F7D265 solid;
  background-color: #F9EFDD;
  color: #F7D265;
}

#inquiry .form .input {
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
  position: relative;
  padding-left: 63px;
}

#inquiry .form .input input {
  border-bottom: 0;
}

#inquiry .form .input label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#inquiry .list {
  overflow-x: hidden !important;
}

#inquiry .list .t_body input {
  border: 1px solid #ccc;
  width: 50px !important;
}

#inquiry .list .t_head,
#inquiry .list .t_body {
  min-width: 100% !important;
}

#inquiry .inquiry_form {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  #inquiry .form .input input {
    padding: 5px 0;
  }

  #inquiry .form .input label svg,
  #inquiry .form .textarea label svg {
    transform: scale(0.8);
  }

  #inquiry .form .textarea label {
    padding-top: 1.25rem;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  #inquiry .list .t_head {
    display: none !important;
  }

  #inquiry .list .t_body .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #inquiry .list .t_body .col-md-12:nth-child(1) {
    text-align: right;
    justify-content: flex-end;
    font-size: 32px;
  }

  #inquiry .list .t_body .col-md-12:before {
    content: attr(data-title);
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
    font-size: 1.25rem;
  }

  #inquiry .list .t_body .pic img {
    min-width: 100%;
    max-width: 100%;
  }

  #inquiry .list .t_body .text h3 {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

#mask_win {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  transition: 0.6s;
  opacity: 0;
  pointer-events: none;
}

#mask_win.active {
  opacity: 1;
  pointer-events: auto;
}

#add_product_win,
#err_product_win {
  transition: 0.6s;
  opacity: 0;
  pointer-events: none;
  width: 25em;
  max-width: 100%;
  background-color: #fff;
  padding: 30px 15px;
  z-index: 1000;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
}

#add_product_win h5,
#err_product_win h5 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
  margin-left: 30px;
  margin-right: 30px;
}

#add_product_win h6,
#err_product_win h6 {
  font-weight: 400;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 50px;
  text-align: center;
  font-size: 24px;
}

#add_product_win p,
#err_product_win p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
}

#add_product_win #add_product_content,
#err_product_win #add_product_content {
  margin-bottom: 50px;
  margin-left: 30px;
  margin-right: 30px;
}

#add_product_win .item,
#err_product_win .item {
  display: flex;
  align-items: center;
}

#add_product_win .item .photo,
#err_product_win .item .photo {
  width: 100px;
  height: 100px;
}

@media only screen and (max-width: 1024px) {

  #add_product_win #add_product_content .item .photo,
  #err_product_win #add_product_content .item .photo {
    width: 75px;
    height: 75px;
  }
}

#add_product_win #add_product_content .item .photo img,
#err_product_win #add_product_content .item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#add_product_win #add_product_content .item .text,
#err_product_win #add_product_content .item .text {
  width: calc(100% - 100px);
  box-sizing: border-box;
  padding-left: 15px;
}

#add_product_win #add_product_content .item h3,
#err_product_win #add_product_content .item h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}

#add_product_win #add_product_content .item p,
#err_product_win #add_product_content .item p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  width: 100%;
}

#add_product_win #add_product_content .item p i,
#err_product_win #add_product_content .item p i {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
}

#add_product_win #add_product_content .item #add_checkout,
#add_product_win #add_product_content .item #err_checkout,
#err_product_win #add_product_content .item #add_checkout,
#err_product_win #add_product_content .item #err_checkout {
  width: calc(100% - 60px);
  height: 45px;
  color: #fff;
  font-size: 18px;
  border: none;
  background-color: #F7D265;
  transition: 0.6s;
  margin-left: 30px;
  margin-right: 30px;
}

#add_product_win #add_product_content .item #add_checkout:hover,
#add_product_win #add_product_content .item #err_checkout:hover,
#err_product_win #add_product_content .item #add_checkout:hover,
#err_product_win #add_product_content .item #err_checkout:hover {
  opacity: 0.6;
}

#err_product_win #err_checkout {
  margin-bottom: 50px;
}

#err_product_win a {
  display: block;
  width: 70px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  transition: 0.6s;
}

#err_product_win:hover {
  opacity: 0.6;
}

#err_product_win.active {
  opacity: 1;
  pointer-events: auto;
}

#err_win_off_ {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  transition: 0.6s;
}

#err_win_off_::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #F7D265;
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: center;
  top: 15px;
  left: 0;
}

#err_win_off_::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #F7D265;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  transform-origin: center;
  left: 0px;
  top: 15px;
}

#err_win_off_:hover {
  opacity: 0.8;
}

.del_ {
  cursor: pointer;
}

.page-masthead__content .col-12:nth-child(1) {
  max-width: 70%;
}

.page-masthead__content .col-12:nth-child(1) .is-in-view {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.page-masthead__content .col-12:nth-child(1) .is-in-view::before {
  content: '';
  width: 100vw;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

@media all and (max-width: 991px) {
  .page-masthead__content .col-12:nth-child(1) .is-in-view::before {
    width: 100%;
  }
}

.page-masthead__content .col-12:nth-child(1) .is-in-view .page-masthead__title {
  padding-bottom: 15px;
}

.ratio-1-1{
  aspect-ratio: 1 / 1;
}