*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  overflow-x: hidden;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

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

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

html,
body {
  font-family: "Prompt", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #19191a;
  font-weight: 400;
  font-family: "Prompt", sans-serif;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
  font-family: "Prompt", sans-serif;
  color: #6b6b6b;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 15px;
}

.spad {
  padding-top: 40px;
  padding-bottom: 40px;
}

.spad-2 {
  padding-top: 50px;
  padding-bottom: 70px;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.about-bg {
  background-image: url("../../assets/img-h/log-bg.jpg");
  background-repeat: no-repeat;
  background-position-y: 3rem;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a {
  color: #ffffff;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header-section.head-bg1 {
  background-image: url("../../assets/img-h/bgh.jpg");
  background-repeat: repeat-x;
  background-color: #ffffff;
  background-position-x: center;
  position: relative;
}
@media (max-width: 767px) {
  .header-section.head-bg1 {
    position: sticky;
    top: 0;
    z-index: 999;
  }
}

@media (max-width: 767px) {
  .top-nav {
    display: none;
  }
}
.top-nav {
  border-bottom: 1px solid #e5e5e5;
}
.top-nav .top-nav-left li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  color: #6D77B8;
  font-weight: 500;
  padding: 14px 0 12px;
  margin-right: 30px;
  position: relative;
}
.top-nav .top-nav-left li::after {
  content: "";
  position: absolute;
  right: -32px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
}
.top-nav .top-nav-left li:last-child {
  margin-right: 0;
}
.top-nav .top-nav-left li:last-child::after {
  display: none;
}
.top-nav .top-nav-left li i {
  color: #6D77B8;
  margin-right: 4px;
}
.top-nav .top-nav-left li a {
  color: #6D8AC5;
  font-size: 15px;
}
.top-nav .top-nav-left li a:hover {
  color: #6D77B8;
}
.top-nav .top-nav-company-name {
  font-size: 16px;
  color: #6D77B8;
  font-weight: 500;
}
.top-nav .top-nav-right {
  text-align: right;
}
.top-nav .top-nav-right .top-social {
  display: inline-block;
  margin-right: 20px;
  padding: 13px 0;
}
.top-nav .top-nav-right .top-social a {
  display: inline-block;
  font-size: 18px;
  color: #6D77B8;
  margin-left: 15px;
}
.top-nav .top-nav-right .top-nav-morita-logo {
  display: inline-block;
  padding: 16px 20px 0;
}
.top-nav .top-nav-right .language-option {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}
.top-nav .top-nav-right .language-option img {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin-right: 10px;
}
.top-nav .top-nav-right .language-option span {
  font-size: 14px;
  color: #414141;
  text-transform: uppercase;
  font-weight: 500;
}
.top-nav .top-nav-right .language-option .flag-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 4px;
  width: auto;
  min-width: 80px;
  background: #ffffff;
  padding: 10px;
  box-shadow: 0 9px 10px rgba(25, 25, 26, 0.2);
  z-index: 99;
}
.top-nav .top-nav-right .language-option .flag-dropdown.is-open {
  display: block;
}
.top-nav .top-nav-right .language-option .flag-dropdown ul li {
  list-style: none;
  margin-bottom: 8px;
}
.top-nav .top-nav-right .language-option .flag-dropdown ul li a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #595959;
  transition: color 0.3s;
  white-space: nowrap;
}
.top-nav .top-nav-right .language-option .flag-dropdown ul li a img {
  display: inline-block;
  pointer-events: none;
}
.top-nav .top-nav-right .language-option .flag-dropdown ul li a:hover {
  color: #6D77B8;
}

.mobile-lang-switcher {
  display: none;
  margin-right: 12px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .mobile-lang-switcher {
    display: inline-flex;
    align-items: center;
  }
}
.mobile-lang-switcher img {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin-right: 6px;
}
.mobile-lang-switcher span {
  font-size: 14px;
  color: #414141;
  text-transform: uppercase;
  font-weight: 500;
}
.mobile-lang-switcher .flag-dropdown {
  display: none;
  position: absolute;
  right: 0;
  left: auto;
  top: 100%;
  margin-top: 4px;
  width: auto;
  min-width: 80px;
  background: #ffffff;
  padding: 10px;
  box-shadow: 0 9px 10px rgba(25, 25, 26, 0.2);
  z-index: 99;
}
.mobile-lang-switcher .flag-dropdown.is-open {
  display: block;
}
.mobile-lang-switcher .flag-dropdown ul li {
  list-style: none;
  margin-bottom: 8px;
}
.mobile-lang-switcher .flag-dropdown ul li a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #595959;
  transition: color 0.3s;
  white-space: nowrap;
}
.mobile-lang-switcher .flag-dropdown ul li a img {
  display: inline-block;
  pointer-events: none;
}
.mobile-lang-switcher .flag-dropdown ul li a:hover {
  color: #6D77B8;
}

.menu-item {
  position: relative;
  z-index: 999;
}
.menu-item .logo {
  padding: 10px 0;
}
.menu-item .logo a {
  display: inline-block;
}
.menu-item .logo img {
  max-height: 70px;
}
@media (max-width: 991px) {
  .menu-item .logo img {
    max-height: 36px;
  }
}
.menu-item .nav-menu {
  text-align: right;
}
@media (max-width: 991px) {
  .menu-item .nav-menu {
    display: none;
  }
}
.menu-item .nav-menu .mainmenu {
  display: inline-block;
}
.menu-item .nav-menu .mainmenu > ul,
.menu-item .nav-menu .mainmenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-item .nav-menu .mainmenu > ul > li {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.menu-item .nav-menu .mainmenu > ul > li.current-menu-item > a::after, .menu-item .nav-menu .mainmenu > ul > li.current-menu-parent > a::after, .menu-item .nav-menu .mainmenu > ul > li.is-active > a::after {
  opacity: 1;
  color: #6D77B8;
}
.menu-item .nav-menu .mainmenu > ul > li:hover > a::after {
  opacity: 1;
}
.menu-item .nav-menu .mainmenu > ul > li:hover > ul {
  top: 77px;
  opacity: 1;
  visibility: visible;
}
.menu-item .nav-menu .mainmenu > ul > li > a {
  font-size: 16px;
  color: #727272;
  margin-right: 25px;
  font-weight: 500;
  display: inline-block;
  padding: 27px 0;
  position: relative;
  transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 52px;
  width: 100%;
  height: 2px;
  background: #6C77B6;
  opacity: 0;
  transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu > ul > li > ul {
  position: absolute;
  left: 0;
  top: 40px;
  min-width: 220px;
  background: #a0befa;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  box-shadow: 0 9px 15px rgba(25, 25, 26, 0.05);
}
.menu-item .nav-menu .mainmenu > ul > li > ul li {
  display: block;
}
.menu-item .nav-menu .mainmenu > ul > li > ul li a {
  font-size: 15px;
  color: #3e3e3f;
  display: block;
  text-align: left;
  padding: 10px 15px;
  white-space: normal;
  line-height: 1.4;
  text-transform: uppercase;
  transition: all 0.3s;
  margin: 0;
}
.menu-item .nav-menu .mainmenu > ul > li > ul li a::after {
  display: none;
}
.menu-item .nav-menu .mainmenu > ul > li > ul li a:hover {
  color: #575e90;
  background-color: #ffffff;
}
.menu-item .nav-menu .nav-right {
  display: inline-block;
  margin-left: 43px;
  padding: 27px 0;
  cursor: pointer;
}
.menu-item .nav-menu .nav-right i {
  font-size: 16px;
  color: #19191a;
}

.section-title {
  text-align: center;
  margin-bottom: 22px;
}
.section-title span {
  font-size: 14px;
  color: #6C77B6;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section-title h2 {
  font-size: 44px;
  color: #19191a;
  line-height: 58px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

#head-img1,
#head-img2 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb-section {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .breadcrumb-section {
    padding: 40px 0;
  }
}

.breadcrumb-text h1,
.breadcrumb-text h2 {
  color: #ffffff;
  text-align: center;
}

.footer-section {
  background-color: #262236;
  color: #b2b2b2;
  padding-top: 60px;
}
.footer-section .footer-text {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-section .footer-about .logo {
  margin-bottom: 20px;
}
.footer-section .footer-about .logo img {
  max-height: 60px;
}
.footer-section .footer-about p {
  color: #b2b2b2;
  font-size: 16px;
  line-height: 24px;
}
.footer-section .footer-about .footer-social {
  margin-top: 20px;
}
.footer-section .footer-about .footer-social a {
  display: inline-block;
  font-size: 18px;
  color: #b2b2b2;
  margin-right: 12px;
  transition: color 0.3s;
}
.footer-section .footer-about .footer-social a:hover {
  color: #6D77B8;
}
.footer-section .footer-contact h6 {
  color: #6C76B6;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-section .footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-section .footer-contact ul li {
  font-size: 16px;
  color: #aaaab3;
  margin-bottom: 12px;
  line-height: 1.6;
}
.footer-section .footer-contact ul li a {
  color: #f0f0f0;
  font-size: 16px;
  transition: color 0.3s;
}
.footer-section .footer-contact ul li a:hover {
  color: #6D77B8;
}
.footer-section .footer-quicklinks h6 {
  color: #6C76B6;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-section .footer-quicklinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-section .footer-quicklinks ul li {
  margin-bottom: 10px;
}
.footer-section .footer-quicklinks ul li a {
  font-size: 16px;
  color: #f0f0f0;
  transition: color 0.3s;
}
.footer-section .footer-quicklinks ul li a:hover {
  color: #6D77B8;
}

.copyright-option {
  padding: 20px 0;
}
.copyright-option .copyright-bar {
  text-align: center;
}
.copyright-option .copyright-bar p {
  font-size: 14px;
  color: #b2b2b2;
  margin: 0 0 4px;
}
.copyright-option .copyright-bar p:last-child {
  margin-bottom: 0;
}
.copyright-option .copyright-bar p a {
  color: #b2b2b2;
  text-decoration: none;
  transition: color 0.3s;
}
.copyright-option .copyright-bar p a:hover {
  color: #6D77B8;
}
.copyright-option .copyright-bar .copyright-sep {
  margin: 0 8px;
  color: #555;
}
@media (min-width: 768px) {
  .copyright-option .copyright-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  .copyright-option .copyright-bar p {
    margin: 0;
  }
  .copyright-option .copyright-bar .copyright-links {
    flex-shrink: 0;
  }
  .copyright-option .copyright-bar .copyright-right {
    text-align: right;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .copyright-option .copyright-bar .copyright-right p {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .footer-section .footer-about,
  .footer-section .footer-contact,
  .footer-section .footer-quicklinks {
    margin-bottom: 36px;
  }
}
@media (max-width: 575px) {
  .footer-section {
    padding-top: 40px;
  }
  .footer-section .footer-about p {
    font-size: 16px;
  }
}
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #ffffff;
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
.primary-btn3, .primary-btn2, .primary-btn1, .contact-form button[type=submit], .contact-section .contact-form-wrap .wpcf7-form input[type=submit] {
  display: inline-block;
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  text-align: center;
  transition-duration: 0.4s;
  padding: 0.5rem 2rem;
  cursor: pointer;
  text-decoration: none;
}
.primary-btn3:hover, .primary-btn2:hover, .primary-btn1:hover, .contact-form button[type=submit]:hover, .contact-section .contact-form-wrap .wpcf7-form input[type=submit]:hover {
  text-decoration: none;
}

.primary-btn1, .contact-form button[type=submit], .contact-section .contact-form-wrap .wpcf7-form input[type=submit] {
  font-size: 13px;
  color: #2e3047;
  letter-spacing: 5px;
  background-color: #8b91c6;
}
.primary-btn1:hover, .contact-form button[type=submit]:hover, .contact-section .contact-form-wrap .wpcf7-form input[type=submit]:hover {
  background-color: #575e90;
  color: #ffffff;
}

.primary-btn2 {
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 5px;
  background-color: #F96585;
}
.primary-btn2:hover {
  background-color: #575e90;
  color: #ffffff;
}

.primary-btn3 {
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #F96585;
  padding: 0.5rem 1.5rem;
  margin-top: 20px;
  position: relative;
}
.primary-btn3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #6C77B6;
}
.primary-btn3:hover {
  background-color: #6C77B6;
  color: #ffffff;
}

.offcanvas-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
  display: none;
}
.offcanvas-menu-overlay.active {
  display: block;
}

.canvas-open {
  cursor: pointer;
  font-size: 28px;
  color: #6D77B8;
  line-height: 1;
}

.offcanvas-menu-wrapper {
  position: fixed;
  top: 0;
  left: -300px;
  right: auto;
  width: 300px;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  overflow-y: auto;
  padding: 20px 24px 32px;
  transition: left 0.3s ease;
}
.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
  left: 0;
}

.canvas-close {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: #969697;
  transition: color 0.2s;
}
.canvas-close:hover {
  color: #19191a;
}

.offcanvas-lang {
  text-align: center;
  padding: 80px 0 28px;
}
.offcanvas-lang .language-option {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.offcanvas-lang .language-option > img {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin: 0 auto;
  object-fit: cover;
}
.offcanvas-lang .language-option .offcanvas-lang-caret {
  margin-top: 5px;
  font-size: 14px;
  color: #969697;
  line-height: 1;
}
.offcanvas-lang .language-option .flag-dropdown {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 6px);
  min-width: 70px;
  background: #ffffff;
  padding: 10px 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  z-index: 99;
  text-align: left;
}
.offcanvas-lang .language-option .flag-dropdown.is-open {
  display: block;
}
.offcanvas-lang .language-option .flag-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.offcanvas-lang .language-option .flag-dropdown ul li {
  margin-bottom: 6px;
}
.offcanvas-lang .language-option .flag-dropdown ul li:last-child {
  margin-bottom: 0;
}
.offcanvas-lang .language-option .flag-dropdown ul li a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #595959;
  text-decoration: none;
  transition: color 0.2s;
}
.offcanvas-lang .language-option .flag-dropdown ul li a img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
  pointer-events: none;
  flex-shrink: 0;
}
.offcanvas-lang .language-option .flag-dropdown ul li a:hover {
  color: #6D77B8;
}

.offcanvas-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.offcanvas-nav > ul > li {
  border-bottom: 1px solid #e5e5e5;
}
.offcanvas-nav > ul > li > a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #19191a;
  padding: 14px 0;
  text-decoration: none;
  transition: color 0.2s;
}
.offcanvas-nav > ul > li > a:hover {
  color: #6D77B8;
}
.offcanvas-nav > ul > li.is-active > a {
  color: #6D77B8;
}
.offcanvas-nav .offcanvas-item-row {
  display: flex;
  align-items: center;
}
.offcanvas-nav .offcanvas-item-row > a {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  color: #19191a;
  padding: 14px 0;
  text-decoration: none;
  transition: color 0.2s;
}
.offcanvas-nav .offcanvas-item-row > a:hover {
  color: #6D77B8;
}
.offcanvas-nav .offcanvas-has-sub.is-active .offcanvas-item-row > a {
  color: #6D77B8;
}
.offcanvas-nav .offcanvas-sub-toggle {
  background: none;
  border: none;
  padding: 14px 0 14px 12px;
  cursor: pointer;
  color: #969697;
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}
.offcanvas-nav .offcanvas-sub-toggle i {
  display: inline-block;
  transition: transform 0.2s ease;
}
.offcanvas-nav .offcanvas-sub-toggle.is-open i {
  transform: rotate(90deg);
}
.offcanvas-nav .offcanvas-submenu {
  display: none;
  padding: 0 0 6px 12px;
}
.offcanvas-nav .offcanvas-submenu li {
  border-bottom: none;
}
.offcanvas-nav .offcanvas-submenu li a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #6b6b6b;
  padding: 8px 0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}
.offcanvas-nav .offcanvas-submenu li a:hover {
  color: #6D77B8;
}

.offcanvas-bottom {
  margin-top: 64px;
  align-items: center;
}

.offcanvas-social {
  text-align: center;
  margin-bottom: 16px;
}
.offcanvas-social a {
  font-size: 22px;
  color: #19191a;
  text-decoration: none;
  transition: color 0.2s;
}
.offcanvas-social a:hover {
  color: #6D77B8;
}

.offcanvas-contact {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.offcanvas-contact li {
  margin-bottom: 10px;
}
.offcanvas-contact li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #6b6b6b;
  text-decoration: none;
  transition: color 0.2s;
}
.offcanvas-contact li a i {
  color: #6D77B8;
  width: 14px;
  text-align: center;
  flex-shrink: 0;
}
.offcanvas-contact li a:hover {
  color: #6D77B8;
}

#slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#slider #line {
  height: 5px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}

#slider #dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  display: flex;
  justify-content: center;
  z-index: 2;
}

#slider #dots li {
  transition: 0.3s;
  list-style-type: none;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 0.25em;
  cursor: pointer;
}
#slider #dots li:hover, #slider #dots li.active {
  background: #ffffff;
}

@keyframes line {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
#slider #back,
#slider #forword {
  width: 6%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  z-index: 2;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
}

#slider #forword {
  left: auto;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 100%);
}

#slider:hover #back,
#slider:hover #forword {
  opacity: 0.7;
}

ul#move {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  height: auto;
}
ul#move li {
  transition: 0.6s;
  min-width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul#move li img {
  width: 100%;
  height: auto;
  display: block;
}

.product-card {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.product-card:hover {
  text-decoration: none;
}
.product-card img {
  width: 100%;
  max-width: 320px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0 auto;
  transition: opacity 0.2s;
}
.product-card:hover img {
  opacity: 0.9;
}
.product-card .product-card-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 10px;
  min-height: 150px;
  border: 1px solid #e5e5e5;
}
.product-card .product-card-text h5 {
  font-size: 18px;
  font-weight: 500;
  color: #6D8AC5;
  margin-bottom: 5px;
}
.product-card .product-card-text span {
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #75757a;
}
.product-card .product-card-btn {
  font-family: "Prompt", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #F96585;
  padding: 8px 20px;
  margin-top: 10px;
  transition: background 0.3s;
}
.product-card:hover .product-card-btn {
  background-color: #6C77B6;
}

.product-name-block {
  padding: 20px;
  text-align: center;
}
.product-name-block h2 {
  color: #6D77B8;
  margin-bottom: 8px;
}
.product-name-block p {
  color: #969697;
}

.news-card-link {
  display: block;
  text-decoration: none;
}
.news-card-link:hover .news-card-title {
  opacity: 1;
  background-color: #39417e;
}

.news-card {
  height: 450px;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.news-card.small-size {
  height: 400px;
}
.news-card .news-card-text {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  padding: 0 30px;
}
.news-card .news-tag {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #1b1b26;
  padding: 3px 10px;
  border-radius: 2px;
}
.news-card .news-card-title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  background-color: #6D8AC5;
  opacity: 0.8;
  padding: 2%;
  margin-top: 18px;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: opacity 0.2s, background-color 0.2s;
}
.news-card .news-card-time {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 2px;
}

.search-model {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  z-index: 99999;
}

.search-model-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-model-form {
  padding: 0 15px;
}
.search-model-form input {
  width: 500px;
  font-size: 40px;
  border: none;
  border-bottom: 2px solid #333;
  background: none;
  color: #999;
  font-family: "Prompt", sans-serif;
}
@media (max-width: 576px) {
  .search-model-form input {
    width: 100%;
    font-size: 24px;
  }
}

.search-close-switch {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #333;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
  line-height: 28px;
  top: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutus-section {
  background-color: #ffffff;
}
.aboutus-section .section-title span {
  color: #242427;
}
.aboutus-section .section-title h2 {
  color: #6D77B8;
  text-align: center;
}
.aboutus-section .about-text p {
  text-align: left;
}
.aboutus-section .about-pic img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .aboutus-section .about-pic img {
    margin-top: 20px;
  }
}
.aboutus-section .about-cta {
  margin-top: 24px;
  text-align: center;
}

.home-products-section {
  background-color: #f9f9f9;
  padding-top: 60px;
  padding-bottom: 60px;
}
.home-products-section .section-title span {
  color: #969697;
  font-weight: 600;
}
.home-products-section .section-title h2 {
  color: #6C77B6;
  font-weight: 500;
}
.home-products-section .home-product-name {
  font-size: 18px;
  font-weight: 400;
  color: #2c2c2c;
}
.home-products-section .home-product-subtitle {
  font-size: 16px;
  color: #6c8ac5;
  font-weight: 500;
}
.home-products-section .home-products-slider {
  position: relative;
}
.home-products-section .home-products-slider .owl-item {
  overflow: hidden;
}
.home-products-section .home-products-slider .owl-item .row {
  margin-left: 0;
  margin-right: 0;
}
.home-products-section .home-products-slider .row {
  align-items: flex-start;
}
.home-products-section .home-products-slider img {
  max-width: 100%;
  height: auto;
}
.home-products-section .home-products-slider .primary-btn2 {
  margin-top: 16px;
}
.home-products-section .home-products-slider .owl-nav {
  position: absolute;
  top: 0;
  left: -60px;
  right: -60px;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .home-products-section .home-products-slider .owl-nav {
    display: none;
  }
}
.home-products-section .home-products-slider .owl-nav button.owl-prev,
.home-products-section .home-products-slider .owl-nav button.owl-next {
  pointer-events: all;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff !important;
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.home-products-section .home-products-slider .owl-nav button.owl-prev i,
.home-products-section .home-products-slider .owl-nav button.owl-next i {
  color: #6D77B8;
  font-size: 18px;
  line-height: 1;
}
.home-products-section .home-products-slider .owl-nav button.owl-prev:hover,
.home-products-section .home-products-slider .owl-nav button.owl-next:hover {
  opacity: 0.7;
}
.home-products-section .home-products-slider .owl-nav button.owl-prev {
  left: 0;
}
.home-products-section .home-products-slider .owl-nav button.owl-next {
  right: 0;
}

.customers-section {
  padding: 60px 0 40px;
}
.customers-section .section-title span {
  color: #969697;
  font-weight: 600;
}
.customers-section .section-title h2 {
  color: #6C77B6;
  font-weight: 500;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.customer-marquee {
  width: 100%;
  overflow: hidden;
  padding: 20px 0 40px;
}
.customer-marquee:hover .customer-marquee-track {
  animation-play-state: paused;
}

.customer-marquee-track {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: max-content;
  animation: marquee-scroll 50s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .customer-marquee-track {
    animation: none;
  }
}

.customer-marquee-item {
  display: inline-flex;
  flex-shrink: 0;
  margin: 0 16px;
}
.customer-marquee-item > div {
  width: 160px;
  height: 100px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.customer-marquee-item > div img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 4px;
}
.customer-marquee-item > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.news-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.news-section.news-bg {
  background-color: #6D8AC5;
}
.news-section .section-title span {
  color: #363636;
  font-weight: 600;
}
.news-section .section-title h2 {
  color: #ffffff;
  font-weight: 500;
}
.news-section .news-more-wrap {
  margin-top: 24px;
}

.home-map iframe {
  display: block;
  width: 100%;
  border: 0;
}

.page-hero-section {
  height: 433px;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
.page-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.76), rgba(8, 8, 8, 0.02));
}
.page-hero-section .breadcrumb-section {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 80px;
}
.page-hero-section .breadcrumb-text {
  text-align: center;
}
.page-hero-section .breadcrumb-text h1, .page-hero-section .breadcrumb-text h2 {
  font-size: 44px;
  color: #ffffff;
  margin-bottom: 30px;
  padding-top: 100px;
  text-shadow: 2px 2px rgba(10, 10, 10, 0.64);
  font-weight: 600;
  text-align: center;
  letter-spacing: 5px;
}
@media (max-width: 767px) {
  .page-hero-section .breadcrumb-text h1, .page-hero-section .breadcrumb-text h2 {
    font-size: 28px;
    letter-spacing: 2px;
    padding-top: 60px;
  }
}
.page-hero-section .bt-option {
  font-size: 18px;
}
.page-hero-section .bt-option a {
  display: inline-block;
  color: #ffffff;
  margin-right: 20px;
  position: relative;
  font-weight: 500;
  text-decoration: none;
}
.page-hero-section .bt-option a::after {
  position: absolute;
  right: -13px;
  top: 1px;
  content: "\f054";
  font-size: 18px;
  font-family: "FontAwesome";
  color: #7160bb;
}
.page-hero-section .bt-option span {
  display: inline-block;
  font-size: 18px;
  color: #a895fa;
}

.about-bg {
  background-image: url("../img-h/log-bg.jpg");
  background-repeat: no-repeat;
  background-position-y: 3rem;
}

.aboutus-page-section {
  padding-top: 0;
  padding-bottom: 20px;
}
.aboutus-page-section .about-page-text {
  margin-bottom: 26px;
}
.aboutus-page-section .ap-title {
  margin-top: 40px;
  margin-bottom: 70px;
}
.aboutus-page-section .ap-title h2 {
  font-size: 44px;
  color: #575e90;
  margin-bottom: 18px;
  padding-top: 40px;
  font-weight: 600;
}
.aboutus-page-section .ap-title h3 {
  font-size: 28px;
  color: #111111;
  margin-top: 3em;
  margin-bottom: 0.6em;
  font-weight: 600;
}
.aboutus-page-section .ap-title h4, .aboutus-page-section .ap-title h5, .aboutus-page-section .ap-title h6 {
  color: #575e90;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
}
.aboutus-page-section .ap-title p {
  font-size: 16px;
  color: #7a7a7a;
  line-height: 28px;
  font-weight: 300;
}
.aboutus-page-section .ap-title p.cus-subtitle {
  font-size: 24px;
  color: #575e90;
  font-weight: 600;
  line-height: 1.5;
}
.aboutus-page-section .ap-title .about-video-wrap {
  max-width: 720px;
  margin: 24px auto;
}
.aboutus-page-section .ap-title .about-video-wrap iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
}
.aboutus-page-section .ap-title video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  height: auto;
  margin: 24px auto;
}
.aboutus-page-section .ap-title figure.wp-block-video,
.aboutus-page-section .ap-title figure.aligncenter {
  margin: 24px auto;
  text-align: center;
}
.aboutus-page-section .ap-title figure.wp-block-video video,
.aboutus-page-section .ap-title figure.wp-block-video iframe,
.aboutus-page-section .ap-title figure.aligncenter video,
.aboutus-page-section .ap-title figure.aligncenter iframe {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 16/9;
  height: auto;
  margin: 0 auto;
}
.aboutus-page-section .ap-title .cert-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 24px;
}
.aboutus-page-section .ap-title .cert-table td {
  padding: 8px;
  vertical-align: top;
  text-align: center;
  border: 1px solid #dee2e6;
}
.aboutus-page-section .ap-title .cert-table td img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .aboutus-page-section .ap-title .cert-table {
    display: block;
  }
  .aboutus-page-section .ap-title .cert-table tr {
    display: block;
  }
  .aboutus-page-section .ap-title .cert-table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .aboutus-page-section .ap-title .cert-table td:last-child {
    border-bottom: 1px solid #dee2e6;
  }
}
.aboutus-page-section .ap-title img {
  max-width: 100%;
  height: auto;
}

.about-text {
  padding: 0 35px;
}
.about-text p {
  color: #7f8586;
  font-weight: 400;
}

.about-pic img {
  min-width: 100%;
}

.product-cat-section {
  padding-top: 40px;
}

.product-cat-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.25s, transform 0.25s;
}
.product-cat-card:hover {
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}
.product-cat-card__img {
  height: 200px;
  overflow: hidden;
  background: #f4f5f8;
}
.product-cat-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.35s;
}
.product-cat-card:hover .product-cat-card__img img {
  transform: scale(1.04);
}
.product-cat-card__img-placeholder {
  width: 100%;
  height: 100%;
  background: #e8eaf2;
}
.product-cat-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 18px 16px 20px;
  flex: 1;
  background: #ffffff;
}
.product-cat-card__body h4 {
  font-size: 17px;
  font-weight: 600;
  color: #6D77B8;
  margin-bottom: 6px;
  line-height: 1.4;
}
.product-cat-card__count {
  font-size: 13px;
  color: #969697;
  margin-bottom: 14px;
}
.product-cat-card__btn {
  font-family: "Prompt", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #F96585;
  padding: 8px 24px;
  transition: background 0.3s;
  margin-top: auto;
}
.product-cat-card:hover .product-cat-card__btn {
  background-color: #6C77B6;
}

.rooms-section .row {
  align-items: stretch;
}

.product-cat-nav {
  padding: 12px 0;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 0;
}
.product-cat-nav .product-cat-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-cat-nav .product-cat-tabs .cat-tab,
.product-cat-nav .product-cat-tabs a.cat-tab {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 3px;
  color: #6b6b6b;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  background: #f2f3f7;
  border: 1px solid #e5e5e5;
  transition: background 0.2s, color 0.2s;
}
.product-cat-nav .product-cat-tabs .cat-tab:hover, .product-cat-nav .product-cat-tabs .cat-tab.active,
.product-cat-nav .product-cat-tabs a.cat-tab:hover,
.product-cat-nav .product-cat-tabs a.cat-tab.active {
  background: #6D77B8;
  color: #ffffff;
  border-color: #6D77B8;
}

.product-name-wrap {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 8px;
}

.product-name-block {
  padding: 20px;
}
.product-name-block h2 {
  font-size: 30px;
  font-weight: 500;
  color: #6D8AC5;
  margin-bottom: 6px;
}
.product-name-block p {
  font-size: 16px;
  color: #6b6b6b;
  font-weight: 400;
  margin: 0;
}

.product-detail-inner {
  margin-top: 8px;
  margin-bottom: 16px;
}

.product-gallery-col {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .product-gallery-col {
    margin-bottom: 0;
    padding-right: 8px;
  }
}

.product-empty-state {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

.product-cat-section .product-cat-grid {
  justify-content: center;
}

.product-detail-section {
  padding-top: 20px;
}

.product-detail-card {
  border: none;
  padding: 20px;
  height: 100%;
  background: #ffffff;
}
.product-detail-card__heading {
  font-size: 24px;
  font-weight: 500;
  color: #6C76B6;
  margin-bottom: 0px;
}
.product-detail-card hr {
  border-color: #e5e5e5;
  margin: 10px 0 40px;
}

.product-detail-cat-row {
  font-size: 16px;
  color: #212529;
  margin-bottom: 12px;
}

.product-detail-cat-label {
  color: #969697;
  margin-right: 4px;
  font-weight: 400;
  font-size: 16px;
}

.product-detail-info-label {
  font-size: 16px;
  font-weight: 700;
  color: cornflowerblue;
  margin-bottom: 0px;
}

.product-detail-subtitle {
  font-size: 16px;
  color: #6b6b6b;
  font-weight: 400;
  margin-bottom: 8px;
}

.product-gallery__slider .owl-item img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: center;
  display: block;
  transition: opacity 0.15s;
}
.product-gallery__slider a {
  display: block;
  line-height: 0;
  width: 100%;
}
.product-gallery__slide {
  text-align: center;
}
.product-gallery__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.product-gallery__thumb {
  display: block;
  width: 72px;
  height: 72px;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s;
}
.product-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-gallery__thumb:hover, .product-gallery__thumb.active {
  border-color: #6D77B8;
}

.product-info__desc {
  font-size: 16px;
  line-height: 1.85;
  color: #6b6b6b;
  font-weight: 400;
  margin-bottom: 16px;
}
.product-info__desc p, .product-info__desc ul, .product-info__desc ol, .product-info__desc li {
  font-size: 16px;
  color: #6b6b6b;
  font-weight: 400;
  margin-bottom: 0;
}
.product-info__desc ul, .product-info__desc ol {
  padding-left: 1.4em;
  margin-bottom: 4px;
}
.product-info__desc img {
  max-width: 100%;
}

.product-spec-heading {
  font-size: 18px;
  font-weight: 400;
  color: #111111;
  margin-bottom: 0px;
}

.product-spec-subtitle {
  font-size: 16px;
  color: #6b6b6b;
  font-weight: 400;
  margin-bottom: 8px;
}

.product-downloads {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-file-btn {
  display: block;
  flex: 1 1 100%;
  font-family: "Prompt", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: none;
  text-align: center;
  padding: 8px 10px;
  background-color: #F96585;
  cursor: pointer;
  transition: background 0.3s;
  position: relative;
}
.product-file-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #6C77B6;
}
.product-file-btn:hover {
  background-color: #6C77B6;
  color: #ffffff;
  text-decoration: none;
}

.product-spec-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin-top: 10px;
}

.btn-spec-panel {
  display: block;
  width: 100%;
  background: #5c5f92;
  color: #ffffff;
  border: none;
  padding: 12px 20px;
  text-align: left;
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.25s;
}
.btn-spec-panel:hover {
  background: #F96585;
}

.spec-panel-popup {
  background: #ffffff;
  padding: 36px 40px;
  max-width: 1200px;
  width: 96vw;
  margin: 0 auto;
  border-radius: 4px;
  max-height: 90vh;
  overflow-y: auto;
}
.spec-panel-popup__header {
  position: relative;
  border-bottom: 2px solid #6D77B8;
  padding-bottom: 14px;
  margin-bottom: 24px;
  padding-right: 44px;
}
.spec-panel-popup__header h4 {
  font-size: 22px;
  font-weight: 600;
  color: #6D77B8;
  margin: 0;
}
.spec-panel-popup__close {
  position: absolute;
  top: -4px;
  right: 0;
  background: none;
  border: none;
  font-size: 22px;
  line-height: 1;
  color: #969697;
  cursor: pointer;
  padding: 4px 6px;
  transition: color 0.2s;
}
.spec-panel-popup__close:hover {
  color: #242427;
}
.spec-panel-popup__body {
  font-size: 16px;
  color: #6b6b6b;
  font-weight: 400;
  line-height: 1.85;
}
.spec-panel-popup__body * {
  font-size: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
  background-color: transparent !important;
  font-family: inherit !important;
}
.spec-panel-popup__body strong, .spec-panel-popup__body b {
  font-weight: 600 !important;
}
.spec-panel-popup__body h1 {
  font-size: 18px !important;
  color: #6b6b6b !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  margin-top: 20px !important;
}
.spec-panel-popup__body h2 {
  font-size: 18px !important;
  color: #111111 !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}
.spec-panel-popup__body h3 {
  font-size: 16px !important;
  color: #111111 !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
}
.spec-panel-popup__body h4 {
  font-size: 22px !important;
  color: #6C76B6 !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.spec-panel-popup__body p, .spec-panel-popup__body ul, .spec-panel-popup__body ol, .spec-panel-popup__body li,
.spec-panel-popup__body h1, .spec-panel-popup__body h2, .spec-panel-popup__body h3, .spec-panel-popup__body h4, .spec-panel-popup__body h5, .spec-panel-popup__body h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.spec-panel-popup__body ul, .spec-panel-popup__body ol {
  padding-left: 1.4em;
  margin-bottom: 4px;
}
.spec-panel-popup__body img {
  max-width: 100%;
  width: 720px !important;
  height: auto;
  display: block;
  margin: 16px 0;
}
.spec-panel-popup__body .row {
  margin-left: 0;
  margin-right: 0;
}
.spec-panel-popup__body table {
  width: 100%;
}
.spec-panel-popup__body hr {
  margin-top: 60px !important;
  margin-bottom: 40px !important;
}

.product-related-section {
  background-color: #9AAED7;
  padding: 40px 0 50px;
}
.product-related-section .product-related-carousel {
  position: relative;
}
.product-related-section .product-related-carousel .owl-nav {
  position: absolute;
  top: 0;
  left: -50px;
  right: -50px;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .product-related-section .product-related-carousel .owl-nav {
    display: none;
  }
}
.product-related-section .product-related-carousel .owl-nav button.owl-prev,
.product-related-section .product-related-carousel .owl-nav button.owl-next {
  pointer-events: all;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  border: none;
  padding: 8px;
  line-height: 1;
  transition: opacity 0.2s;
}
.product-related-section .product-related-carousel .owl-nav button.owl-prev i,
.product-related-section .product-related-carousel .owl-nav button.owl-next i {
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
}
.product-related-section .product-related-carousel .owl-nav button.owl-prev:hover,
.product-related-section .product-related-carousel .owl-nav button.owl-next:hover {
  opacity: 0.65;
}
.product-related-section .product-related-carousel .owl-nav button.owl-prev {
  left: 0;
}
.product-related-section .product-related-carousel .owl-nav button.owl-next {
  right: 0;
}

.product-related-title {
  font-size: 28px;
  color: #111111;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .product-related-title {
    font-size: 24px;
  }
}

.product-related-card {
  display: block;
  text-decoration: none;
  background: #f3f3f3;
  border-radius: 4px;
  overflow: hidden;
}
.product-related-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}
.product-related-card__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
  min-height: 80px;
  justify-content: center;
}
.product-related-card__info h5 {
  margin: 0 0 4px;
  font-size: 15px;
  color: #19191a;
  font-weight: 500;
}
.product-related-card__info p {
  margin: 0;
  font-size: 13px;
  color: #969697;
  line-height: 1.4;
}
.product-related-card:hover img {
  opacity: 0.9;
}

.news-section .news-grid-row {
  padding-top: 24px;
}

.news-bg {
  background-color: #f0f4fb;
}

.news-section.news-archive {
  background-color: #f8f9fb;
  padding-top: 48px;
  padding-bottom: 88px;
}

.news-detail-section .news-detail-text .news-tag {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #6D8AC5;
  padding: 3px 12px;
  border-radius: 2px;
  margin-bottom: 20px;
}
.news-detail-section .news-detail-text .news-detail-title h2 {
  color: #575e90;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .news-detail-section .news-detail-text .news-detail-title h2 {
    font-size: 22px;
  }
}
.news-detail-section .news-detail-text .news-time {
  font-size: 13px;
  color: #969697;
  letter-spacing: 1px;
}
.news-detail-section .news-detail-text .news-time i {
  margin-right: 6px;
}
.news-detail-section .news-detail-text .news-detail-feature-image {
  border-radius: 6px;
  overflow: hidden;
}
.news-detail-section .news-detail-text .news-detail-feature-image img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
}
.news-detail-section .news-detail-text .news-detail-content {
  font-size: 16px;
  line-height: 1.9;
  color: #6b6b6b;
}
.news-detail-section .news-detail-text .news-detail-content img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  margin: 4px 0;
  justify-content: center;
}
.news-detail-section .news-detail-text .news-detail-content p {
  margin-bottom: 1.2em;
}
.news-detail-section .news-detail-text .news-detail-content .wp-block-columns {
  display: flex;
  gap: 8px;
  margin: 1em 0;
  width: 100%;
}
.news-detail-section .news-detail-text .news-detail-content .wp-block-columns .wp-block-column {
  flex: 1 1 0;
  min-width: 0;
}
.news-detail-section .news-detail-text .news-detail-content .wp-block-columns .wp-block-column .wp-block-image {
  width: 100% !important;
  margin: 0 !important;
}
.news-detail-section .news-detail-text .news-detail-content .wp-block-columns .wp-block-column .wp-block-image img {
  width: 100% !important;
  height: 200px;
  object-fit: cover;
  display: block;
  margin: 0;
  border-radius: 4px;
}
.news-detail-section .news-detail-text .news-detail-content .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 1.5em 0;
}
.news-detail-section .news-detail-text .news-detail-content .wp-block-gallery .wp-block-image {
  flex: 1 1 auto;
  margin: 0;
}
.news-detail-section .news-detail-text .news-detail-content .wp-block-gallery .wp-block-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  margin: 0;
  border-radius: 4px;
  justify-self: center;
  align-items: center;
}
.news-detail-section .news-detail-text .news-detail-tags {
  margin-top: 24px;
}
.news-detail-section .news-detail-text .news-detail-tags .news-tag {
  margin-right: 4px;
}
.news-detail-section .news-detail-text .post-nav {
  margin-top: 48px;
}
.news-detail-section .news-detail-text .post-nav a {
  color: #6D77B8;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
}
.news-detail-section .news-detail-text .post-nav a:hover {
  color: #F96585;
}

.related-news-section h3 {
  font-size: 28px;
  color: #111111;
  font-weight: 500;
  margin-bottom: 24px;
}

.related-card-link {
  display: block;
  text-decoration: none;
}
.related-card-link:hover .related-card {
  border-color: #6D77B8;
  transform: translateY(-3px);
}

.related-card {
  background: #ffffff;
  border: 1px solid #c5cee0;
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
  height: 380px;
  transition: border-color 0.2s, transform 0.2s;
}
.related-card .related-card-img {
  padding: 10px 10px 0;
}
.related-card .related-card-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}
.related-card .related-card-title {
  padding: 10px 14px;
  text-align: center;
  font-size: 18px;
  color: #111111;
  font-weight: 400;
  line-height: 1.5;
}

.pagination-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 48px;
}
.pagination-wrap a,
.pagination-wrap span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  color: #6D77B8;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s;
}
.pagination-wrap a.current, .pagination-wrap a:hover,
.pagination-wrap span.current,
.pagination-wrap span:hover {
  background: #6D77B8;
  color: #ffffff;
  border-color: #6D77B8;
}

.contact-section .contact-heading {
  color: #6D77B8;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}
.contact-section .contact-address-block {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.contact-section .contact-address {
  color: #6D77B8;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.contact-section .contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.contact-section .contact-info-item i {
  color: #6D77B8;
  font-size: 20px;
  margin-top: 2px;
  flex-shrink: 0;
}
.contact-section .contact-info-item h5 {
  color: #6D77B8;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}
.contact-section .contact-info-item h5 a {
  color: inherit;
  text-decoration: none;
}
.contact-section .contact-info-item h5 a:hover {
  text-decoration: underline;
}
.contact-section .contact-info-item .contact-emails {
  font-size: 14px;
  line-height: 1.8;
  color: #6b6b6b;
}
.contact-section .contact-sales-reps {
  font-size: 14px;
  line-height: 1.9;
  color: #6b6b6b;
  margin-top: 24px;
}
.contact-section .contact-sales-reps strong {
  color: #6D77B8;
}
.contact-section .contact-sales-reps p {
  margin-bottom: 0.8em;
}
.contact-section .contact-form-wrap .wpcf7-form p {
  margin-bottom: 0;
}
.contact-section .contact-form-wrap .wpcf7-form input[type=text],
.contact-section .contact-form-wrap .wpcf7-form input[type=email],
.contact-section .contact-form-wrap .wpcf7-form input[type=tel],
.contact-section .contact-form-wrap .wpcf7-form input[type=number],
.contact-section .contact-form-wrap .wpcf7-form textarea,
.contact-section .contact-form-wrap .wpcf7-form select {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 12px 16px;
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  color: #19191a;
  background: #ffffff;
  border-radius: 3px;
  outline: none;
  transition: border-color 0.2s;
  margin-bottom: 16px;
}
.contact-section .contact-form-wrap .wpcf7-form input[type=text]:focus,
.contact-section .contact-form-wrap .wpcf7-form input[type=email]:focus,
.contact-section .contact-form-wrap .wpcf7-form input[type=tel]:focus,
.contact-section .contact-form-wrap .wpcf7-form input[type=number]:focus,
.contact-section .contact-form-wrap .wpcf7-form textarea:focus,
.contact-section .contact-form-wrap .wpcf7-form select:focus {
  border-color: #6D77B8;
}
.contact-section .contact-form-wrap .wpcf7-form textarea {
  height: 150px;
  resize: vertical;
}
.contact-section .contact-form-wrap .wpcf7-form input[type=submit] {
  border: none;
  cursor: pointer;
  margin-top: 4px;
}
.contact-section .contact-form-wrap .wpcf7-form .wpcf7-not-valid-tip {
  color: #e33;
  font-size: 13px;
  margin-top: -12px;
  margin-bottom: 10px;
}
.contact-section .contact-form-wrap .wpcf7-form .wpcf7-response-output {
  margin-top: 16px;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 3px;
  border: 1px solid currentColor;
}

.contact-map iframe {
  display: block;
  width: 100%;
  border: 0;
}

.contact-form-missing {
  color: #969697;
  font-style: italic;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 12px 15px;
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  color: #19191a;
  margin-bottom: 20px;
}
.contact-form textarea {
  height: 140px;
  resize: none;
}
.contact-form button[type=submit] {
  border: none;
  cursor: pointer;
}

.customer-page-section {
  padding: 60px 0 40px;
  background-color: #f8f9fb;
  background-image: url("../img-h/log-bg.jpg");
  background-repeat: no-repeat;
  background-position-y: 3rem;
}

.customer-header {
  text-align: left;
  margin-bottom: 48px;
}
.customer-header h2 {
  font-size: 44px;
  color: #575e90;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .customer-header h2 {
    font-size: 28px;
  }
}
.customer-header p {
  font-size: 24px;
  color: #7a7a7a;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767px) {
  .customer-header p {
    font-size: 18px;
  }
}

.customer-carousel {
  padding-bottom: 48px;
}
.customer-carousel .customer-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.customer-carousel .customer-item-img {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
.customer-carousel .customer-item-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.customer-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
}
.customer-carousel .owl-dots .owl-dot {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.customer-carousel .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  transition: background 0.25s ease, transform 0.25s ease;
}
.customer-carousel .owl-dots .owl-dot.active span, .customer-carousel .owl-dots .owl-dot:hover span {
  background: #6D77B8;
  transform: scale(1.3);
}

.search-results-section .search-results-form .input-group .form-control {
  border-color: #e5e5e5;
  border-right: none;
  border-radius: 2px 0 0 2px;
  padding: 10px 16px;
  font-size: 15px;
  color: #19191a;
}
.search-results-section .search-results-form .input-group .form-control:focus {
  box-shadow: none;
  border-color: #6D77B8;
}
.search-results-section .search-results-form .input-group .btn {
  display: flex;
  align-items: center;
  border-radius: 0 2px 2px 0;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.5;
}
.search-results-section .search-form-row {
  margin-bottom: 24px;
}
.search-results-section .search-result-count {
  font-size: 14px;
  color: #969697;
  margin-bottom: 24px;
}
.search-results-section .search-result-list .search-result-item {
  padding: 24px 0;
  border-bottom: 1px solid #e5e5e5;
}
.search-results-section .search-result-list .search-result-item:first-child {
  border-top: 1px solid #e5e5e5;
}
.search-results-section .search-result-list .search-result-item .sri-meta {
  margin-bottom: 6px;
}
.search-results-section .search-result-list .search-result-item .sri-meta .sri-type {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  background: #6D77B8;
  padding: 2px 8px;
  border-radius: 2px;
  margin-right: 8px;
}
.search-results-section .search-result-list .search-result-item .sri-meta .sri-date {
  font-size: 13px;
  color: #969697;
}
.search-results-section .search-result-list .search-result-item .sri-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px;
}
.search-results-section .search-result-list .search-result-item .sri-title a {
  color: #19191a;
  text-decoration: none;
  transition: color 0.2s;
}
.search-results-section .search-result-list .search-result-item .sri-title a:hover {
  color: #6D77B8;
}
.search-results-section .search-result-list .search-result-item .sri-excerpt {
  font-size: 15px;
  color: #6b6b6b;
  margin-bottom: 10px;
  line-height: 1.7;
}
.search-results-section .search-result-list .search-result-item .sri-read-more {
  font-size: 14px;
  color: #6D77B8;
  text-decoration: none;
  font-weight: 500;
}
.search-results-section .search-result-list .search-result-item .sri-read-more:hover {
  color: #6D8AC5;
}
.search-results-section .no-results {
  padding: 40px 0;
}
.search-results-section .no-results p {
  font-size: 16px;
  color: #6b6b6b;
}
.search-results-section .no-results .primary-btn1, .search-results-section .no-results .contact-section .contact-form-wrap .wpcf7-form input[type=submit], .contact-section .contact-form-wrap .wpcf7-form .search-results-section .no-results input[type=submit], .search-results-section .no-results .contact-form button[type=submit], .contact-form .search-results-section .no-results button[type=submit] {
  margin-top: 16px;
}

.not-found-section {
  text-align: center;
}
.not-found-section .not-found-row {
  justify-content: center;
}
.not-found-section .not-found-content {
  padding: 20px 0 40px;
}
.not-found-section .not-found-content .not-found-title {
  font-size: 28px;
  font-weight: 700;
  color: #19191a;
  margin-bottom: 16px;
}
.not-found-section .not-found-content p {
  font-size: 16px;
  color: #6b6b6b;
  margin-bottom: 0;
}
.not-found-section .not-found-content .not-found-search {
  margin-top: 24px;
  margin-bottom: 24px;
}
.not-found-section .not-found-content .not-found-search .input-group .form-control {
  border-color: #e5e5e5;
  border-right: none;
  border-radius: 2px 0 0 2px;
  padding: 10px 16px;
  font-size: 15px;
}
.not-found-section .not-found-content .not-found-search .input-group .form-control:focus {
  box-shadow: none;
  border-color: #6D77B8;
}
.not-found-section .not-found-content .not-found-search .input-group .btn {
  display: flex;
  align-items: center;
  border-radius: 0 2px 2px 0;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.5;
}
.not-found-section .not-found-content .not-found-links a {
  display: inline-block;
  margin-bottom: 10px;
}
.not-found-section .not-found-content .not-found-links a + a {
  margin-left: 16px;
}

@media (max-width: 767px) {
  .primary-btn1:hover, .contact-section .contact-form-wrap .wpcf7-form input[type=submit]:hover, .contact-form button[type=submit]:hover {
    background-color: #8b91c6 !important;
    color: #2e3047 !important;
  }
  .primary-btn2:hover {
    background-color: #F96585 !important;
  }
  .primary-btn3:hover {
    background-color: #F96585 !important;
  }
  .cat-tab:hover:not(.active) {
    background: #f2f3f7 !important;
    color: #6b6b6b !important;
    border-color: #e5e5e5 !important;
  }
  .news-pagination a:hover:not(.current),
  .news-pagination span:hover:not(.current) {
    background: transparent !important;
    color: #6D77B8 !important;
    border-color: #e5e5e5 !important;
  }
  .owl-dot:hover:not(.active) span {
    background: #ccc !important;
    transform: none !important;
  }
  .product-card__thumb:hover:not(.active) {
    border-color: #e5e5e5 !important;
  }
  .btn-spec-panel:hover {
    background: #5c5f92 !important;
  }
  .product-file-btn:hover {
    background-color: #F96585 !important;
  }
  .sri-title a:hover {
    color: #19191a !important;
  }
  .sri-read-more:hover {
    color: #6D77B8 !important;
  }
  .product-card:hover,
  .room-item:hover {
    box-shadow: none !important;
    transform: none !important;
  }
  .product-card:hover .product-card__img img,
  .room-item:hover img {
    transform: none !important;
    opacity: 1 !important;
  }
  .product-card:hover .product-card__btn,
  .room-item:hover .product-card-btn {
    background-color: #6D77B8 !important;
  }
  .news-card-link:hover .news-card-title {
    opacity: 0.8 !important;
    background-color: #6D8AC5 !important;
  }
  .news-related-card:hover .related-card {
    border-color: #e5e5e5 !important;
    transform: none !important;
  }
  .customer-marquee:hover .customer-marquee-track {
    animation-play-state: running !important;
  }
}

/*# sourceMappingURL=main.css.map */
