@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
a {
  transition: all 0.3s ease;
}

h2 {
  font-size: 32px !important;
}

@media screen and (min-width: 850px) {
  .pt-large-60 {
    padding-top: 60px !important;
  }
}

@media screen and (min-width: 850px) {
  .pb-large-60 {
    padding-bottom: 60px !important;
  }
}

@media screen and (min-width: 850px) {
  .pb-large-30 {
    padding-bottom: 30px !important;
  }
}

@media screen and (min-width: 850px) {
  .pb-large-0 {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 850px) {
  .pt-medium-40 {
    padding-top: 40px !important;
  }
}

.breadcrumb-section {
  padding: 30px 0;
}
.breadcrumb-section p {
  margin: 0 !important;
}
.breadcrumb-section nav a,
.breadcrumb-section nav span {
  color: #ddd5c2;
  font-size: 18px;
  font-weight: 300;
}
.breadcrumb-section nav .separator {
  margin: 0 10px;
}
.breadcrumb-section nav .last {
  font-weight: 600;
}

.content-area-application {
  border-top: 18px solid #DFE8DF;
}

.common-swiper {
  margin: 0 auto;
  position: relative;
}
.common-swiper .swiper-button {
  width: 40px;
  height: 40px;
  background-color: #C6D6D1;
  border-radius: 3px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.common-swiper .swiper-button:hover {
  opacity: 1;
}
.common-swiper .swiper-button::after {
  font-size: 12px !important;
  font-weight: 700;
  color: var(--primary_color);
}
.common-swiper .swiper-button.swiper-button-prev {
  left: 2.5%;
}
.common-swiper .swiper-button.swiper-button-next {
  right: 2.5%;
}
.common-swiper .swiper-pagination.swiper-pagination-banner {
  max-width: 1460px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width: 850px) {
  .common-swiper .swiper-pagination.swiper-pagination-banner {
    text-align: right;
    bottom: 38px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.common-swiper .swiper-pagination.swiper-pagination-introduce {
  bottom: 106px;
}
@media screen and (max-width: 849px) {
  .common-swiper .swiper-pagination.swiper-pagination-introduce {
    bottom: 90px;
  }
}
.common-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 1px solid var(--white);
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
@media screen and (max-width: 849px) {
  .common-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
}
.common-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: none;
  background-color: var(--primary_color);
}

#header .header-bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#header .nav-dropdown {
  border: none;
  box-shadow: 2px 2px 20px 0 #454545;
  border: none;
  box-shadow: 2px 2px 20px 0 #454545;
  padding: 0;
}
#header .nav-dropdown > li {
  text-align: left;
  display: grid;
  white-space: normal;
  width: auto;
  min-width: 0;
  border-right: 0;
  position: relative;
}
#header .nav-dropdown > li > a {
  color: #323232;
  color: black;
  text-transform: none;
  font-size: 16px;
  font-weight: bolder;
  color: #000;
  border-bottom: 1px dashed #ccc;
}
#header .nav-dropdown > li > a:hover {
  color: #333;
  color: #333;
}
#header .nav-dropdown > li:last-child > a {
  border-bottom: none;
}
#header .nav-dropdown > li > ul {
  border: 1px dashed #ccc;
  background: #fff;
  position: absolute;
  left: 100%;
  top: 0;
  width: 240px;
  display: none !important;
}
#header .nav-dropdown > li > ul > li {
  position: relative;
}
#header .nav-dropdown > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  border: 1px solid #ccc;
  width: 240px;
}
#header .nav-dropdown > li > ul > li:hover > ul {
  display: block;
}
#header .nav-dropdown > li:hover > ul {
  display: block !important;
}
#header .nav-dropdown > li.menu-item-has-children > ul > li > a {
  border-bottom: 1px dashed #ccc;
  color: black;
  text-transform: none;
  font-size: 14px;
  font-weight: bolder;
  color: #000;
}
#header .nav-dropdown > li.menu-item-has-children > ul > li > a:hover {
  color: #333;
}
#header .nav-dropdown > li.menu-item-has-children > ul ul {
  display: none;
}
#header .nav-dropdown > li.menu-item-has-children:hover {
  background: #f5f5f5;
}
#header .nav-dropdown > li.menu-item-has-children:hover > ul {
  display: block;
}
#header .header-language-dropdown .image-icon img {
  vertical-align: baseline;
}
#header .header-bottom .nav > li > a {
  font-size: 17px;
  text-transform: none;
}
#header .flex-fit {
  flex-flow: row wrap;
}
#header .flex-full {
  width: 100%;
}
#header .flex-break {
  width: 100%;
}

* {
  box-sizing: border-box;
  font-size: 18px;
}
@media screen and (max-width: 850px) {
  * {
    font-size: 16px;
  }
}

#header .header-wrapper #masthead {
  display: none;
}
#header .header-wrapper #masthead .flex-right {
  width: 100%;
}
@media screen and (max-width: 849px) {
  #header .header-wrapper #masthead .flex-right {
    flex-basis: 100%;
  }
}
#header .header-wrapper #masthead .flex-right .header-nav {
  row-gap: 15px;
}
#header .header-wrapper #masthead .flex-right .header-nav > li {
  margin: 0 10px;
}
#header .header-wrapper #masthead .flex-right .header-nav > li.active a {
  border-bottom: 3px solid var(--primary_color);
}
#header .header-wrapper #masthead .flex-right .header-nav > li.header-search-form form input:not([type=submit]) {
  border: none;
  border-radius: unset;
  border-bottom: 1px solid var(--white);
  box-shadow: unset;
  background-color: transparent;
  text-align: right;
  padding-right: 46px;
  height: 40px;
  font-size: 16px;
  color: var(--white);
}
#header .header-wrapper #masthead .flex-right .header-nav > li.header-search-form form input:not([type=submit])::placeholder {
  color: var(--white);
}
#header .header-wrapper #masthead .flex-right .header-nav > li.header-search-form form button[type=submit] i {
  color: var(--white);
  font-size: 20px;
}
#header .header-wrapper #masthead .flex-right .header-nav > li > a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--white);
  padding: 8px 10px 5px 10px;
  border-radius: 2px;
  transition: background 0.3s ease;
}
#header .header-wrapper #masthead .flex-right .header-nav > li > a:hover {
  background-color: var(--white);
  border-bottom: 3px solid var(--primary_color);
  color: var(--primary_color);
}
#header .header-wrapper #masthead .flex-right .mobile-nav {
  row-gap: 10px;
  flex-wrap: wrap;
}
#header .header-wrapper #masthead .flex-right .mobile-nav > li.active a {
  border-bottom: 3px solid var(--primary_color);
}
#header .header-wrapper #masthead .flex-right .mobile-nav > li.header-search-form form input:not([type=submit]) {
  border: none;
  border-radius: unset;
  border-bottom: 1px solid var(--white);
  box-shadow: unset;
  background-color: transparent;
  text-align: right;
  padding-right: 46px;
  height: 40px;
  font-size: 16px;
  color: var(--white);
}
#header .header-wrapper #masthead .flex-right .mobile-nav > li.header-search-form form input:not([type=submit])::placeholder {
  color: var(--white);
}
#header .header-wrapper #masthead .flex-right .mobile-nav > li.header-search-form form button[type=submit] i {
  color: var(--white);
  font-size: 20px;
}
#header .header-wrapper #masthead .flex-right .mobile-nav > li.nav-icon a i {
  font-size: 40px;
  line-height: 1;
  color: var(--white);
}
#header .header-wrapper .header-bg-container .header-bg-color {
  backdrop-filter: blur(5px);
}

#main-menu .sidebar-menu .nav li a {
  font-size: 18px;
  color: var(--black);
  text-transform: inherit;
}

.header-banner {
  margin-top: -135px;
}
@media screen and (min-width: 850px) {
  .header-banner .banner {
    height: calc(100vh + 135px);
  }
}
@media screen and (max-width: 849px) {
  .header-banner .banner {
    height: calc(75vh + 135px);
  }
}
.header-banner .banner-slider {
  height: 100%;
}
.header-banner .banner-slider .banner-slider-container {
  height: 100%;
}
.header-banner .banner .banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-banner .banner .banner-container {
  height: 100%;
  display: flex;
  align-items: end;
  padding-bottom: 60px;
  z-index: 2;
  position: relative;
}
.header-banner .banner .banner-container .box-text-banner .page-title {
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
}

.introduce-application-section .col-left .col-inner .introduce-gallery-wrapper .image-item.swiper-slide-active .box-text .caption {
  opacity: 1;
}
.introduce-application-section .col-left .col-inner .introduce-gallery-wrapper .image-item .box-image {
  border: 6px solid #bfd5ba;
  border-radius: 3px;
}
.introduce-application-section .col-left .col-inner .introduce-gallery-wrapper .image-item .box-text {
  padding: 10px;
}
.introduce-application-section .col-left .col-inner .introduce-gallery-wrapper .image-item .box-text .caption {
  font-size: 18px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 56px;
  opacity: 0;
}

.related-application-section .tabbed-content .nav {
  border-bottom: 1px solid #888;
}
@media screen and (max-width: 549px) {
  .related-application-section .tabbed-content .nav {
    justify-content: space-around;
  }
}
.related-application-section .tabbed-content .nav li {
  margin: 0;
  width: 33.3333333333%;
}
@media screen and (max-width: 549px) {
  .related-application-section .tabbed-content .nav li:nth-child(3n+1) a {
    text-align: left;
  }
  .related-application-section .tabbed-content .nav li:nth-child(3n+2) a span {
    margin-left: 15px;
  }
  .related-application-section .tabbed-content .nav li:nth-child(3n+3) a {
    text-align: right;
  }
}
.related-application-section .tabbed-content .nav li.active a span {
  color: var(--primary_color);
  font-weight: 700;
}
.related-application-section .tabbed-content .nav li a {
  width: 100%;
  text-align: center;
  display: block;
}
.related-application-section .tabbed-content .nav li a span {
  color: #888;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 849px) {
  .related-application-section .tabbed-content .nav li a span {
    font-size: 16px;
  }
}
.related-application-section .tabbed-content .tab-panels {
  padding-top: 40px;
}
.related-application-section .tabbed-content .tab-panels .panel .grid-template {
  column-count: 3;
  column-gap: 20px;
}
@media screen and (max-width: 549px) {
  .related-application-section .tabbed-content .tab-panels .panel .grid-template {
    column-count: 2;
    column-gap: 10px;
  }
}
.related-application-section .tabbed-content .tab-panels .panel .grid-template .related-gallery-item {
  box-sizing: border-box;
  page-break-inside: avoid;
  break-inside: avoid;
  counter-increment: brick-counter;
  padding-bottom: 20px;
  cursor: pointer;
}
@media screen and (max-width: 549px) {
  .related-application-section .tabbed-content .tab-panels .panel .grid-template .related-gallery-item {
    padding-bottom: 10px;
  }
}
.related-application-section .tabbed-content .tab-panels .panel .grid-template .related-gallery-item.gallery-item--video > div {
  position: relative;
}
.related-application-section .tabbed-content .tab-panels .panel .grid-template .related-gallery-item.gallery-item--video > div::before {
  content: "";
  width: 80px;
  height: 80px;
  background: url("../images/play.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.related-application-section .tabbed-content .tab-panels .panel .grid-template .related-gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.related-application-section .tabbed-content .tab-panels .panel .grid-template .related-gallery-item a img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  z-index: 1;
  position: relative;
}

#footer .footer.footer-1 {
  padding-top: 70px;
  padding-bottom: 40px;
}
#footer .footer.footer-1 .widget-title {
  display: block;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 849px) {
  #footer .footer.footer-1 .widget-title {
    font-size: 24px;
  }
}
#footer .footer.footer-1 .is-divider {
  display: none;
}
@media screen and (min-width: 850px) {
  #footer .footer.footer-1 .row .widget:nth-child(1) {
    padding-right: 120px;
  }
}
@media (min-width: 550px) and (max-width: 849px) {
  #footer .footer.footer-1 .row .widget {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 550px) and (max-width: 849px) {
  #footer .footer.footer-2 .row .widget {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
}
@media screen and (min-width: 850px) {
  #footer .footer.footer-2 .row .widget:nth-child(1), #footer .footer.footer-2 .row .widget:nth-child(2) {
    flex-basis: 20% !important;
    max-width: 20% !important;
  }
}
@media screen and (min-width: 850px) {
  #footer .footer.footer-2 .row .widget:nth-child(3), #footer .footer.footer-2 .row .widget:nth-child(4) {
    flex-basis: 30% !important;
    max-width: 30% !important;
  }
}
@media screen and (max-width: 549px) {
  #footer .footer.footer-2 .row .widget:nth-child(2) {
    margin-bottom: 0;
    border-bottom: 1px solid #888;
  }
}
@media screen and (max-width: 549px) {
  #footer .footer.footer-2 .row .widget:nth-child(2) ul.menu {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    padding-bottom: 15px;
  }
}
#footer .footer.footer-2 .row .widget:nth-child(2) ul.menu li a {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary_color);
  border-radius: 2px;
}
@media screen and (max-width: 549px) {
  #footer .footer.footer-2 .row .widget:nth-child(2) ul.menu li a {
    white-space: nowrap;
  }
}
#footer .footer.footer-2 .row .widget:nth-child(2) ul.menu li a:hover {
  text-transform: uppercase;
  padding: 5px 10px;
  background-color: var(--white);
}
@media screen and (max-width: 549px) {
  #footer .footer.footer-2 .row .widget:nth-child(3) {
    padding-top: 15px;
  }
}
#footer .footer.footer-2 .row .widget .widget-title {
  display: block;
  margin-bottom: 20px;
  text-transform: inherit;
  font-weight: 700;
  font-size: 18px;
  color: var(--primary_color);
  padding-top: 10px;
}
#footer .footer.footer-2 .row .widget .is-divider {
  display: none;
}
#footer .footer .contact-information-container .contact-description {
  font-size: 18px;
}
@media screen and (max-width: 850px) {
  #footer .footer .contact-information-container .contact-description {
    font-size: 16px;
  }
}
#footer .footer .contact-information-container ul.contact-list {
  padding-top: 30px;
}
#footer .footer .contact-information-container ul.contact-list .contact-item {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
}
#footer .footer .contact-information-container ul.contact-list .contact-item + .contact-item {
  margin-top: 20px;
}
#footer .footer .contact-information-container ul.contact-list .contact-item .contact-icon img {
  width: 34px;
  height: 34px;
  min-width: 34px;
}
#footer .footer .contact-information-container ul.contact-list .contact-item .contact-text {
  font-size: 18px;
  line-height: 34px;
}
@media screen and (max-width: 849px) {
  #footer .footer .contact-information-container ul.contact-list .contact-item .contact-text {
    font-size: 16px;
  }
}
#footer .footer .contact-information-container ul.contact-list .contact-item ul.branch-list .branch-item .branch-label {
  color: #C6D6D1;
  font-size: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 849px) {
  #footer .footer .contact-information-container ul.contact-list .contact-item ul.branch-list .branch-item .branch-label {
    font-size: 14px;
  }
}
#footer .footer .contact-information-container ul.contact-list .contact-item ul.branch-list .branch-item .branch-address {
  font-size: 18px;
}
@media screen and (max-width: 849px) {
  #footer .footer .contact-information-container ul.contact-list .contact-item ul.branch-list .branch-item .branch-address {
    font-size: 16px;
  }
}
#footer .footer form input {
  height: 62px;
}
#footer .footer form input:not([type=submit]),
#footer .footer form textarea {
  padding: 20px;
  border: 1px solid var(--white);
  font-size: 18px;
  background-color: transparent;
  color: var(--white);
}
@media screen and (max-width: 849px) {
  #footer .footer form input:not([type=submit]),
  #footer .footer form textarea {
    font-size: 16px;
  }
}
#footer .footer form input:not([type=submit])::placeholder,
#footer .footer form textarea::placeholder {
  color: #C6D6D1;
}
#footer .footer form input[type=submit] {
  background-color: var(--white);
  padding: 10px 30px;
  color: var(--primary_color);
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 auto 0;
  float: inline-end;
  display: block;
}
@media screen and (max-width: 849px) {
  #footer .footer form input[type=submit] {
    font-size: 16px;
  }
}
#footer .footer .social-contact-container .social-contact-inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
#footer .footer .social-contact-container .social-contact-inner .box-item {
  flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
#footer .footer .social-contact-container .social-contact-inner .box-item.box-other-social {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#footer .footer .social-contact-container .social-contact-inner .box-item .other-social {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
#footer .footer .social-contact-container .social-contact-inner .box-item .other-social a {
  display: block;
}
@media screen and (min-width: 850px) {
  #footer .footer .logo-footer-container .box-image {
    margin-left: 0;
  }
}
#footer .absolute-footer {
  border-top: 1px solid var(--primary_color);
}