body {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-family: "Arial";
  text-align: left;
  text-transform: none;
}
a,
a:hover {
  text-decoration: none;
  color: unset;
}
.fp-tableCell {
  position: relative;
}
.img-100 {
  width: 100%;
  height: auto;
}
.hidden-pc {
  display: none;
}
.header {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  padding: 6px 40px;
  background-color: #f5f6f8;
}
.header .logo {
  max-height: 50px;
}
.head-main .head-main-menu ul li a {
  color: #333;
  padding-left: 10px !important;
  padding-right: 15px;
  font-size: 14px;
}
.head-main .head-main-menu ul li a:hover {
  color: #1a038a;
}
.head-main .head-main-menu .navbar-nav-has-sub li a {
  color: #333;
  text-transform: none;
}
.head-main .head-main-menu .navbar-nav-has-sub li a:hover {
  color: #1a038a;
}
.head-main .head-main-menu .dropdown-menu[data-bs-popper] {
  margin-top: 14px;
}
.menu-item {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
}
.menu-item:not(:last-child) {
  margin-right: 0px;
}
.page-in .header {
  position: relative;
}
.page-projects h1 {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.page-projects h1:before {
  content: "";
  position: absolute;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  height: 30px;
  width: 100px;
  left: 0px;
  top: 0px;
}
.page-projects h1:after {
  content: "";
  position: absolute;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 30px;
  width: 100px;
  right: 0px;
  bottom: 0px;
}
.page-projects h3 {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.page-projects h3:before {
  content: "";
  position: absolute;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  height: 30px;
  width: 100px;
  left: 0px;
  top: 0px;
}
.page-projects h3:after {
  content: "";
  position: absolute;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 30px;
  width: 100px;
  right: 0px;
  bottom: 0px;
}
.page-projects .project-item-content {
  opacity: 0;
  position: absolute;
  display: grid;
  overflow: hidden;
  flex-direction: column;
  top: 0px;
  width: 100%;
  height: 100%;
  align-content: center;
  justify-items: center;
  text-align: center;
  padding: 10%;
}
.page-projects .project-item-content:before {
  content: "";
  position: absolute;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 60%;
  width: 20%;
  left: 5%;
  top: 5%;
  z-index: 3;
}
.page-projects .project-item-content:after {
  content: "";
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 60%;
  width: 20%;
  right: 5%;
  bottom: 5%;
  z-index: 3;
}
.page-projects .project-item-content .project-item-content-background-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: border-color 300ms, border-width 100ms;
}
.page-projects .project-item-content .project-item-content-background-wrap .project-item-content-background {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  background-color: rgba(0, 0, 0, 0.8);
}
.page-projects .project-item-content a {
  z-index: 3;
  display: block;
  color: #fff;
}
.page-projects .project-item {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  margin-bottom: calc(var(--bs-gutter-x) * 1);
  cursor: pointer;
  border: 2px solid #d7d7d7;
}
.page-projects .project-item img {
  position: absolute;
  top: 0px;
  right: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}
.page-projects .project-item:hover .project-item-content {
  opacity: 1;
}
.page-projects .project-item .post-cat-name {
  position: absolute;
  top: unset;
  bottom: 0px;
  z-index: 99;
  width: 100%;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(45, 66, 113, 0) 0%, #0d0d0e 100%);
  padding: 20px;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
.page-projects .breadcrumb-swap {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: left;
}
.page-projects .breadcrumb-swap .breadcrumb {
  margin: 0px;
}
.page-projects .sub-cat-swap a {
  border: 1px solid #333;
}
.page-two ul.post-list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 0px;
}
.page-two ul.post-list li {
  position: relative;
  list-style: none;
  padding: 10px 0px;
  border-bottom: 1px solid #333;
}
.page-two ul.post-list li a {
  color: #000;
  font-weight: bold;
}
.page-two ul.post-list li .time {
  position: absolute;
  right: 65px;
  color: #666;
  font-weight: 400;
}
.page-two ul.post-list li .download {
  position: absolute;
  right: 0px;
  color: #666;
  font-weight: 400;
  padding: 5px;
  top: 5px;
  background: red;
}
.page-two ul.post-list li .download a {
  color: #fff;
  font-weight: 400;
}
.page-two ul.post-list .page-two-head .page-two-head-time {
  position: absolute;
  right: 0px;
}
.page-sign .bg-head {
  position: relative;
  min-height: 300px;
  margin-bottom: 15px;
}
.page-sign .bg-head h1 {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  margin-bottom: 50px;
  color: #555;
}
.page-sign .bg-head .head-brand {
  margin-top: 130px;
  margin-bottom: 15px;
  color: #fb7201;
  font-weight: bold;
  font-size: 20px;
}
.page-sign .bg-head .bg-head-content-background-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -2;
  width: 100%;
  height: 100%;
  transition: border-color 300ms, border-width 100ms;
}
.page-sign .bg-head .bg-head-content-background-wrap .bg-head-content-background {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  background: url(../img/bg_intro3.jpg) no-repeat;
  background-size: 100% 100%;
  opacity: 0.5;
}
.content img {
  width: 100%;
}
.theme-one .theme-one-wapp {
  margin-top: 80px;
  margin-bottom: 80px;
}
.theme-one .bg-head {
  position: relative;
  min-height: 300px;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.theme-one .bg-head h1 {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  margin-bottom: 50px;
  color: #fff;
  z-index: 2;
}
.theme-one .bg-head h1:before {
  content: "";
  position: absolute;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 30%;
  width: 80%;
  left: 0px;
  top: 0px;
}
.theme-one .bg-head h1:after {
  content: "";
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 30%;
  width: 80%;
  right: 0px;
  bottom: 0px;
}
.theme-one .bg-head .bg-head-content-background-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: border-color 300ms, border-width 100ms;
}
.theme-one .bg-head .bg-head-content-background-wrap .bg-head-content-background {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  background: #333;
  background-size: 100% 100%;
  opacity: 0.5;
}
.theme-one .post-item .post-item-content {
  position: relative;
  padding-top: 80px;
  padding-bottom: 30px;
  text-align: left;
}
.theme-one .post-item .post-item-content .post-item-content-num {
  position: absolute;
  font-size: 80px;
  opacity: 0.2;
  top: 0px;
}
.theme-one .post-item .post-item-content .post-item-content-des {
  margin-top: 30px;
  margin-bottom: 20px;
}
.theme-one .post-item .post-item-content .post-item-content-readmore {
  width: 200px;
  padding: 15px 15px;
  position: relative;
  background: red;
  display: inline-block;
  color: #fff;
  text-align: center;
}
.theme-one .post-item .post-item-right .post-item-content {
  text-align: right;
}
.theme-one .post-item .post-item-right .post-item-content .post-item-content-num {
  right: 0px;
}
.theme-two .theme-two-wapp {
  margin-top: 80px;
  margin-bottom: 80px;
}
.theme-two .bg-head {
  position: relative;
  min-height: 300px;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.theme-two .bg-head h1 {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  margin-bottom: 0px;
  color: #fff;
  z-index: 2;
}
.theme-two .bg-head h1:before {
  content: "";
  position: absolute;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 30%;
  width: 80%;
  left: 0px;
  top: 0px;
}
.theme-two .bg-head h1:after {
  content: "";
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 30%;
  width: 80%;
  right: 0px;
  bottom: 0px;
}
.theme-two .bg-head .bg-head-content-background-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: border-color 300ms, border-width 100ms;
}
.theme-two .bg-head .bg-head-content-background-wrap .bg-head-content-background {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  background: #333;
  background-size: 100% 100%;
  opacity: 0.5;
}
.theme-two .post-item .post-item-content {
  position: relative;
  padding-top: 80px;
  padding-bottom: 30px;
  text-align: left;
}
.theme-two .post-item .post-item-content .post-item-content-num {
  position: absolute;
  font-size: 80px;
  opacity: 0.2;
  top: 0px;
}
.theme-two .post-item .post-item-content .post-item-content-des {
  margin-top: 30px;
  margin-bottom: 20px;
}
.theme-two .post-item .post-item-content .post-item-content-readmore {
  width: 200px;
  padding: 15px 15px;
  position: relative;
  background: red;
  display: inline-block;
  color: #fff;
  text-align: center;
}
.theme-two .post-item .post-item-right .post-item-content {
  text-align: right;
}
.theme-two .post-item .post-item-right .post-item-content .post-item-content-num {
  right: 0px;
}
.theme-three .theme-three-wapp {
  margin-top: 80px;
  margin-bottom: 80px;
}
.theme-three .bg-head {
  position: relative;
  min-height: 300px;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.theme-three .bg-head h1 {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  margin-bottom: 0px;
  color: #fff;
  z-index: 2;
}
.theme-three .bg-head h1:before {
  content: "";
  position: absolute;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 30%;
  width: 80%;
  left: 0px;
  top: 0px;
}
.theme-three .bg-head h1:after {
  content: "";
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 30%;
  width: 80%;
  right: 0px;
  bottom: 0px;
}
.theme-three .bg-head .bg-head-content-background-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: border-color 300ms, border-width 100ms;
}
.theme-three .bg-head .bg-head-content-background-wrap .bg-head-content-background {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  background: #333;
  background-size: 100% 100%;
  opacity: 0.5;
}
.page-three .three-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0px;
  padding: 30px 0px 0px;
  margin-top: 80px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
}
.page-three .three-grid .three-grid-item {
  position: relative;
  padding-bottom: 38px;
}
.page-three .three-grid .three-grid-item .info {
  padding: 5px;
  text-align: center;
  font-weight: 600;
  position: absolute;
  bottom: 38px;
  width: 100%;
}
.page-three .three-grid .three-grid-item .info-end {
  display: flex;
  align-content: center;
  align-items: center;
  background: red;
  padding: 0px 15px;
  justify-content: center;
  color: #fff;
  border-top: 1px solid;
}
.page-three .three-grid .three-grid-item .year {
  background: red;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-weight: 600;
  height: 38px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.theme-default .theme-default-wapp {
  margin-top: 80px;
  margin-bottom: 80px;
}
.theme-default .bg-head {
  position: relative;
  min-height: unset;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.theme-default .bg-head h1 {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  margin-bottom: 50px;
  margin-top: 50px;
  color: #333;
  z-index: 2;
}
.theme-default .bg-head h1:before {
  content: "";
  position: absolute;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  height: 30%;
  width: 80%;
  left: 0px;
  top: 0px;
}
.theme-default .bg-head h1:after {
  content: "";
  position: absolute;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  height: 30%;
  width: 80%;
  right: 0px;
  bottom: 0px;
}
.theme-default .post-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.theme-default .post-list .post-item .post-item-image {
  padding-top: 65%;
  position: relative;
}
.theme-default .post-list .post-item .post-item-image img {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}
.theme-default .post-list .post-item .post-item-content h3 {
  font-size: 15px;
  margin: 15px 0px;
}
.page-recruit .recruit-item {
  padding-top: 100%;
  position: relative;
}
.page-recruit .recruit-item .recruit-item-background-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: border-color 300ms, border-width 100ms;
}
.page-recruit .recruit-item .recruit-item-background-wrap .recruit-item-background {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  background: #333;
  background-size: 100% 100%;
  opacity: 0.5;
}
.page-recruit .recruit-item .recruit-item-content {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  padding: 25px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}
.page-recruit .recruit-item .recruit-item-content:after {
  content: "";
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 30%;
  width: 30%;
  right: 3.5%;
  bottom: 3.5%;
}
.page-recruit .recruit-item .recruit-item-content:before {
  content: "";
  position: absolute;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 30%;
  width: 30%;
  left: 3.5%;
  top: 3.5%;
}
.gw-intro-analytics {
  margin-top: 30px;
}
.gw-intro-analytics .gw-intro-analytics-left {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gw-intro-analytics .gw-intro-analytics-left .gw-intro-analytics-left-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.gw-intro-analytics .gw-intro-analytics-left .gw-intro-analytics-left-item .gw-intro-analytics-left-item-total {
  font-size: 30px;
  font-weight: 600;
}
.gw-intro-analytics .gw-intro-analytics-left .gw-intro-analytics-left-item .gw-intro-analytics-left-item-des {
  font-size: 18px;
  font-weight: 400;
}
.gw-intro-analytics .gw-intro-analytics-left .gw-intro-analytics-left-item:before {
  content: "";
  background: #dadada;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  z-index: -2;
}
.gw-intro-analytics .gw-intro-analytics-right {
  position: relative;
  padding-bottom: 30px;
}
.gw-intro-analytics .gw-intro-analytics-right .read-more {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.gw-intro-partner {
  position: relative;
  color: #fff;
  padding: 40px 0px;
}
.gw-intro-partner .gw-intro-partner-background-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -2;
  width: 100%;
  height: 100%;
  transition: border-color 300ms, border-width 100ms;
}
.gw-intro-partner .gw-intro-partner-background-wrap .gw-intro-partner-background {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  background: url(../img/bg8.jpg) no-repeat;
  background-size: 100% 100%;
}
.gw-intro-partner .gw-intro-partner-left {
  position: relative;
  display: flex;
  height: 100%;
  text-align: left;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.gw-intro-partner .gw-intro-partner-right {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.gw-intro-partner .gw-intro-partner-right .gw-intro-analytics-left-item {
  position: relative;
  height: 80px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.gw-intro-partner .gw-intro-partner-right .gw-intro-analytics-left-item img {
  position: absolute;
  width: 90%;
  height: 90%;
  object-fit: contain;
  left: 0px;
  right: 0px;
  margin: auto;
}
.gw-recruit-into h2 {
  margin-bottom: 50px;
}
.gw-recruit-into .gw-recruit-left {
  position: relative;
  min-height: 800px;
}
.gw-recruit-into .gw-recruit-left .gw-recruit-left-1 {
  width: 60%;
  height: 415px;
  position: absolute;
  left: 0px;
  top: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  border: 1px solid #333;
}
.gw-recruit-into .gw-recruit-left .gw-recruit-left-2 {
  width: 35%;
  height: 295px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  border: 1px solid #333;
}
.gw-recruit-into .gw-recruit-left .gw-recruit-left-3 {
  width: 65%;
  height: 415px;
  position: absolute;
  left: 30%;
  top: 325px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  border: 1px solid #333;
}
.gw-recruit-into .gw-recruit-right .gw-recruit-right-text {
  display: flex;
  position: relative;
}
.gw-recruit-into .gw-recruit-right .gw-recruit-right-text .gw-recruit-right-text-num {
  font-size: 120px;
  color: red;
  position: relative;
  width: 160px;
  text-align: left;
  font-weight: 600;
}
.gw-recruit-into .gw-recruit-right .gw-recruit-right-text .gw-recruit-right-text-num span {
  position: absolute;
  right: 0px;
  top: 20px;
  font-size: 50px;
  right: -29px;
}
.gw-recruit-into .gw-recruit-right .gw-recruit-right-text .gw-recruit-right-text-small {
  position: relative;
  text-align: left;
  width: calc(100% - 160px);
  padding-top: 80px;
  font-size: 23px;
}
.gw-intro-history {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0px;
  min-height: 500px;
  padding: 50px 150px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.gw-intro-history .gw-intro-history-item {
  position: relative;
}
.gw-intro-history .gw-intro-history-item .gw-intro-history-item-line {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 3px;
  background: #000;
}
.gw-intro-history .gw-intro-history-item .gw-intro-history-item-circle {
  position: absolute;
  top: calc(50% - 8px);
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
  left: 0px;
  right: 0px;
  margin: auto;
}
.gw-intro-history .gw-intro-history-item:first-child .gw-intro-history-item-line {
  width: 50%;
  right: 0px;
}
.gw-intro-history .gw-intro-history-item:last-child .gw-intro-history-item-line {
  width: 50%;
  left: 0px;
}
.gw-intro-history .gw-intro-history-item .gw-intro-history-item-info {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #fff;
  width: 200px;
  height: 200px;
  top: -50px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  padding: 5%;
}
.gw-intro-history .gw-intro-history-item .gw-intro-history-item-info:before {
  content: "";
  position: absolute;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 30%;
  width: 30%;
  left: 3.5%;
  top: 3.5%;
}
.gw-intro-history .gw-intro-history-item .gw-intro-history-item-info:after {
  content: "";
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 30%;
  width: 30%;
  right: 3.5%;
  bottom: 3.5%;
}
.gw-intro-history .gw-intro-history-item:nth-child(2n) .gw-intro-history-item-info {
  top: calc(50% + 50px);
}
.gw-intro-history .gw-intro-history-item .gw-intro-history-item-name {
  width: 100%;
  top: calc(50% + 20px);
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
}
.gw-intro-history .gw-intro-history-item:nth-child(2n) .gw-intro-history-item-name {
  top: calc(50% - 40px);
}
.gw-intro-field {
  padding: 50px 0px;
  position: relative;
  background: #dddbdc;
}
.gw-intro-field .gw-intro-field-background-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -2;
  width: 100%;
  height: 100%;
  transition: border-color 300ms, border-width 100ms;
}
.gw-intro-field .gw-intro-field-background-wrap .gw-intro-field-background {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  background: url(../img/bg9.jpg) no-repeat;
  background-size: 100% 100%;
  opacity: 0.5;
}
.gw-intro-field .gw-intro-field-item .gw-intro-field-item-icon {
  width: 100px;
  height: 100px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  margin-bottom: 30px;
}
.gw-intro-field .gw-intro-field-item .gw-intro-field-item-name {
  text-align: center;
}
.gw-intro-field .gw-intro-field-item .gw-intro-field-item-name h3 {
  margin: 0px 0px 15px 0px;
  font-size: 18px;
  font-style: italic;
}
.gw-intro-leader {
  padding: 50px 0px;
  position: relative;
}
.gw-intro-leader .gw-intro-leader-background-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -2;
  width: 100%;
  height: 100%;
  transition: border-color 300ms, border-width 100ms;
}
.gw-intro-leader .gw-intro-leader-background-wrap .gw-intro-leader-background {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  background: url(../img/bg9.jpg) no-repeat;
  background-size: 100% 100%;
  opacity: 0.5;
}
.gw-intro-leader .gw-intro-leader-item {
  padding-bottom: 30px;
  border-left: 1px solid #d7d7d7;
}
.gw-intro-leader .gw-intro-leader-item:nth-child(3n) {
  border-left: 0px solid #d7d7d7;
}
.gw-intro-leader .gw-intro-leader-item .gw-intro-leader-item-icon {
  width: 200px;
  height: 200px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  margin-bottom: 30px;
  border-radius: 50%;
}
.gw-intro-leader .gw-intro-leader-item .gw-intro-leader-item-name {
  text-align: center;
}
.gw-intro-leader .gw-intro-leader-item .gw-intro-leader-item-name h3 {
  margin: 0px 0px 5px 0px;
  font-size: 22px;
}
.gw-intro-leader .gw-intro-leader-item .gw-intro-leader-item-info {
  text-align: center;
}
.gw-search {
  position: relative;
}
.gw-search .bt-search {
  position: absolute;
  right: 0px;
  border-radius: 0px 5px 5px 0px;
  background: #fb7201;
  border-color: #fb7201;
  color: #fff;
  padding: 11px 15px;

}
.form-contacts .form-group {
  position: relative;
  margin-bottom: 30px;
}
.form-contacts .form-group label {
  position: absolute;
  left: 0px;
  z-index: -1;
}
.form-contacts .form-group input,
.form-contacts .form-group textarea {
  position: relative;
  width: 100%;
  border: 0px;
  background: #fafafa;
  height: 50px;
  border-radius: 5px;
}
.form-contacts .form-group textarea {
  height: 80px;
}
.form-contacts .btn {
  height: 50px;
  width: 200px;
  background: #d42527;
  border: #d42527;
}
.contact-map {
  position: relative;
  top: 10px;
}
.social-list {
  display: flex;
}
.social-list a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.social-list a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.social-list a:hover {
  opacity: 0.8;
}
/* main */
.home1 {
  color: white;
}
.home1-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.home1-btn {
  border: 1px solid white;
  color: white;
  padding: 8px 30px;
}
.home1-btn:hover {
  border: 1px solid white;
  background-color: white !important;
  color: black !important;
}
.home1-foot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  z-index: 1;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home1-foot-item {
  text-transform: uppercase;
  padding: 0 40px;
}
.home1-foot-item:not(:last-child) {
  border-right: 2px solid white;
}
.home2 {
  background: url(../img/bg2.jpg) no-repeat;
  background-size: cover;
  color: white;
  opacity: 0;
}
.home2 .fp-tableCell {
  display: block;
}
.home2-outer {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.home2-contain {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  padding: 0 20px;
}
.home2-contain:not(:last-child) {
  border-right: 1px solid white;
}
.home2-contain:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.home2-title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 40px;
      color: #fff;
}
.home2-btn {
  display: inline-block;
  padding-right: 30px;
  background: url(../img/arrow.png) no-repeat right;
  color: #fff;
}
.home2-number {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  font-size: 7rem;
  font-weight: 100;
  color: #fff;
}
.home3-space {
  min-height: 40px;
}
.home3-viewall {
  text-transform: uppercase;
  display: inline-block;
  color: #4185ba;
  font-weight: 500;
}
.slick-house {
  padding: 0 20px;
}
.house-box {
  display: block;
  position: relative;
}
.home3-img {
  border-radius: 14px;
}
.home3-desc {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 20px;
  height: 35%;
  transition: all ease 0.5s;
  border-radius: 0 0 14px 14px;
}
.house-box:hover .home3-desc {
  height: 100%;
}
.home3-title1 {
  color: #c3c3c3;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 10px;
}
.home3-title2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}
.home4 {
  padding-top: 60px;
}
.home4-left {
  width: 35%;
  position: relative;
  color: white;
}
.home4-right {
  width: 60%;
}
.home4-left-number {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.home4-number1 {
  font-size: 10rem;
}
.home4-number2 {
  font-size: 1.75rem;
  text-transform: uppercase;
  position: relative;
  bottom: 40px;
}
.effect-bor-left {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  width: calc(50% - 20px + 3px);
  height: calc(50% - 20px + 3px);
  border-top: 3px solid white;
  border-left: 3px solid white;
}
.effect-bor-right {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  width: calc(50% - 20px + 3px);
  height: calc(50% - 20px + 3px);
  border-bottom: 3px solid white;
  border-right: 3px solid white;
}
.home4-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 2rem;
  color: rgb(251, 114, 1);
}
.home4-btn {
  background-color: rgb(251, 114, 1);
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  padding: 8px 30px;
  margin-top: 20px;
  font-size: 1.25rem;
}
.home4-btn:hover {
  background-color: #d42527 !important;
  color: white !important;
}
.home4-special {
  background-color: #f2f6f7;
  padding: 40px 0;
  margin-top: 50px;
}
.special-box {
  text-align: center;
  width: 22%;
}
.special-img-div {
  margin-bottom: 20px;
}
.special-name {
  font-weight: 500;
  text-transform: uppercase;
}
.home5 {
  position: relative;
  margin-bottom: 20px;
  height: 700px;
}
.home5 .home5-item-content-background-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -2;
  width: 100%;
  height: 100%;
  transition: border-color 300ms, border-width 100ms;
}
.home5 .home5-item-content-background-wrap .home5-item-content-background {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  background: url(../img/bg-ft.jpg) no-repeat;
  background-size: 100% 100%;
  opacity: 0.5;
}
.foot1 {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.foot1-box1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.foot1-box1-left {
  width: 35%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.foot1-box1-right {
  width: 60%;
}
.foot1-desc1 {
  text-transform: capitalize;
  font-size: 1.6rem;
  position: relative;
  padding: 0px 0px;
  margin-bottom: 20px;
}
.desc1-first {
  background: url('../img/quote-left3860.png?v=1');
  width: 16px;
  height: 16px;
  display: inline-flex;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 5px;
  position: relative;
  top: -5px;
}
.desc1-first i {
  transform: scaleX(-1) rotate(180deg);
  font-size: 18px;
  color: #245592;
  position: relative;
  top: -5px;
  margin-right: 5px;
}
.desc1-end {
  background: url('../img/quote3860.png?v=1');
  width: 16px;
  height: 16px;
  display: inline-flex;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 5px;
  position: relative;
  top: -7px;
}
.desc1-end i {
  transform: scaleX(1) rotate(180deg);
  font-size: 18px;
  color: #245592;
  position: relative;
  top: -7px;
  margin-left: 5px;
}
.foot1-number1 {
  color: #245592;
  font-weight: 700;
  font-size: 2rem;
  position: relative;
}
.foot1-number1::after {
  content: '+';
  color: #245592;
  position: absolute;
  top: 0;
  font-size: 1.5rem;
}
.foot1-number2 {
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
}
.foot1-desc2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.foot1-box2 {
  display: flex;
  align-items: center;
  background-color: white;
  justify-content: space-between;
  border-radius: 14px;
}
.foot-cty {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
}
.foot2-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.foot-cty {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.35rem;
  margin-bottom: 10px;
}
.foot2-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 5px;
}
.foot2-title.small {
  font-size: 1.3rem;
}
.foot-copy {
  position: relative;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 0.9rem;
}
.foot-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px 0;
}
.foot1-box2-left {
  width: 32%;
  border-right: 1px solid black;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
.foot1-box2-right {
  width: calc(68% - 25px);
  display: flex;
}
.foot2-left {
  width: 50%;
}
.foot2-right {
  width: 30%;
}
.foot1-inp {
  width: 100%;
  border: none;
  padding: 6px 10px;
}
.foot1-inp::placeholder {
  color: #ddd;
  font-style: italic;
}
.foot1-btn {
  background-color: #f68f28;
  color: white;
  border: none;
  padding: 6px 30px;
  border-radius: 0 14px 14px 0;
  font-size: 2rem;
}
.gw-intro {
  position: relative;
  height: 100%;
}
.gw-intro .gw-intro-slick {
  height: 100%;
}
.gw-intro .gw-intro-slick .slick-list {
  height: 100%;
}
.gw-intro .gw-intro-slick .slick-list .slick-track {
  height: 100%;
}
.gw-intro .gw-intro-item {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0px;
}
.gw-intro .gw-intro-content {
  position: absolute;
  display: flex;
  padding-left: 0%;
  top: 0;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  align-content: flex-start;
  width: 100%;
  z-index: 999;
}
.gw-intro .gw-intro-thumbnails {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  padding: 20px 0px;
}
.gw-intro .gw-intro-thumbnails .gw-intro-slick-thumbnails {
  display: flex;
  align-content: center;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.gw-intro .gw-intro-thumbnails .gw-intro-slick-thumbnails-item {
  cursor: pointer;
  opacity: 0.8;
}
.gw-intro .gw-intro-thumbnails .gw-intro-slick-thumbnails-item .gw-intro-slick-thumbnails-item-name {
  text-transform: uppercase;
  padding: 0 40px;
  font-size: 15px;
  margin: 0px;
}
.gw-intro .gw-intro-thumbnails .gw-intro-slick-thumbnails-item:not(:last-child) .gw-intro-slick-thumbnails-item-name {
  border-right: 2px solid white;
}
.gw-intro .gw-intro-thumbnails .slick-current {
  opacity: 1;
}
.gw-project {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 1;
}
.gw-project .gw-project-background-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -2;
  transition: border-color 300ms, border-width 100ms;
}
.gw-project .gw-project-background-wrap .gw-project-background {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: left center;
  background-color: rgba(0, 0, 0, 0.5);
}
.gw-project .gw-project-slick {
  height: 100%;
}
.gw-project .gw-project-slick .slick-list {
  height: 100%;
}
.gw-project .gw-project-slick .slick-list .slick-track {
  height: 100%;
}
.gw-project .gw-project-slick .gw-project-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  padding: 0 20px;
  flex-direction: column;
  cursor: pointer;
}
.gw-project .gw-project-slick .gw-project-item:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.gw-project .gw-project-slick .gw-project-item:not(:last-child) {
  border-right: 1px solid white;
}
.gw-project .gw-project-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 9;
}
.gw-project .gw-project-controls .prev-arrow {
  position: absolute;
  left: 0px;
  text-align: center;
  align-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  flex-direction: column;
  border-radius: 0px 5px 5px 0px;
  background: linear-gradient(180deg, rgba(45, 66, 113, 0) 0%, #555 100%);
  cursor: pointer;
}
.gw-project .gw-project-controls .prev-arrow:hover {
  background: linear-gradient(180deg, rgba(45, 66, 113, 0) 0%, #000 100%);
}
.gw-project .gw-project-controls .next-arrow {
  position: absolute;
  left: 0px;
  text-align: center;
  align-content: center;
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
  flex-direction: column;
  justify-content: center;
  border-radius: 0px 5px 5px 0px;
  background: linear-gradient(180deg, rgba(45, 66, 113, 0) 0%, #555 100%);
  top: 50px;
  cursor: pointer;
}
.gw-project .gw-project-controls .next-arrow:hover {
  background: linear-gradient(180deg, rgba(45, 66, 113, 0) 0%, #000 100%);
}
.gw-news {
  height: 80%;
}
.gw-news .gw-news-slick {
  height: 100%;
}
.gw-news .gw-news-slick .slick-list {
  height: 100%;
}
.gw-news .gw-news-slick .slick-list .slick-track {
  height: 100%;
}
.gw-news .gw-news-slick .slick-list .slick-track .gw-news-item {
  position: relative;
  overflow: hidden;
  height: 80%;
  border-radius: 20px;
  top: 10%;
  margin-right: 20px;
}
.gw-news .gw-news-slick .slick-list .slick-track .gw-news-item .house-box {
  position: absolute;
  height: 100%;
  width: 100%;
}
.gw-news .gw-news-slick .slick-list .slick-track .gw-news-item .house-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  object-fit: cover;
  left: 0px;
  right: 0px;
  margin: auto;
}
.gw-intro-logo {
  animation-name: fadein;
  animation-duration: 4s;
}
.gw-intro-logo:after {
  top: 0px;
  left: 0px;
  transition-delay: 0.1s;
}
.gw-intro-logo:before {
  bottom: 0px;
  right: 0px;
}
.gw-intro-logo:before {
  content: "";
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.35);
  transition: all 0.75s ease 0s;
  transition-delay: 0s;
  animation: faderight 2s ease infinite;
  right: -50%;
  animation-iteration-count: 1;
}
.gw-intro-logo:after {
  content: "";
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.35);
  transition: all 0.75s ease 0s;
  transition-delay: 0s;
  animation: fadeleft 2s ease infinite;
  left: -50%;
  animation-iteration-count: 1;
}
.gw-intro-logo .box-image {
  width: 300px;
  position: absolute;
  left: 40%;
  top: 40%;
}
.gw-intro-logo .box-image .logo-3d {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 1;
  animation: animate3d1 20s linear infinite;
}
.gw-intro-logo .box-image .logo-3d-shadow {
  width: 200%;
  position: absolute;
  margin: auto;
  right: -50%;
}
.gw-intro-logo .box-image img {
  width: 100%;
  animation-duration: 3s;
  transform: scale(1, 1);
  animation-iteration-count: 1;
}
.gw-intro-logo .box-image .slogan {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
}
.gw-intro-logo .box-image .slogan .slogan-item {
  animation: runtext 3s ease infinite;
  opacity: 1;
  font-size: 57px;
  text-align: center;
  text-shadow: 1px 1px #0538ba, 2px 2px #0538ba, 3px 3px #0538ba;
  color: #0047ff;
  animation-iteration-count: 1;
  animation-delay: 5s;
}
.line-1 {
  position: relative;
  top: 50%;
  width: 24em;
  margin: 0 auto;
  border-right: 2px solid rgba(255, 255, 255, 0.75);
  font-size: 180%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);
}
/* Animation */
.anim-typewriter {
  animation: typewriter 4s steps(44) 1s 1 normal both, blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 24em;
  }
}
@keyframes blinkTextCursor {
  from {
    border-right-color: rgba(255, 255, 255, 0.75);
  }
  to {
    border-right-color: transparent;
  }
}
@keyframes zoomlogo {
  0% {
    transform: scale(0, 0);
  }
  50% {
    transform: scale(0.5, 0.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes runtext {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeleft {
  from {
    left: -50%;
    opacity: 1;
  }
  to {
    left: -100%;
    opacity: 1;
  }
}
@keyframes faderight {
  from {
    right: -50%;
    opacity: 1;
  }
  to {
    right: -100%;
    opacity: 1;
  }
}
@keyframes run {
  0% {
    left: 0px;
    right: 0px;
  }
  25% {
    left: 400px;
    top: 0px;
  }
  50% {
    left: 0px;
    top: 0px;
  }
  75% {
    left: 400px;
    top: 0px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes animate3d {
  0% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(-20deg) rotateY(-360deg) rotateZ(0deg);
  }
}
@keyframes animate3d1 {
  from {
    transform: rotateY(45deg);
  }
  to {
    transform: rotateY(560deg);
  }
}
.intro {
  height: 100vh;
  width: 100vw;
  background: url(../img/banner.jpg) center center no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow-x: hidden;
}
.logo-wrapper {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* overflow: hidden; */
}
.logo-overflow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0px;
}
.name {
  display: flex;
  align-items: center;
  transform: scale(0.26178) translate(-47%, 100px);
  position: absolute;
  bottom: -10%;
  left: -50%;
}
model-viewer {
  width: 400px;
  height: 400px;
  transition: all 0.3s linear;
  transform: translateX(3px);
}
.chrome {
  position: relative;
  background-image: linear-gradient(90deg, #1D46FC 0%, #b1c6e8 53%, #b1c6e8 61%, #1D46FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* -webkit-text-stroke: 4px #f5f5f5; */
  -webkit-box-reflect: below -10px linear-gradient(to bottom, transparent, rgba(165, 233, 212, 0.37));
  font-size: 200px;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  line-height: 1;
}
.chrome:before {
  content: 'NAGECCO';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background-image: -webkit-linear-gradient(-40deg, transparent 0%, transparent 40%, #fff 50%, transparent 60%, transparent 100%);
  background-position: -680px 0;
  text-shadow: 3px -3px #12325a56;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0;
  padding-right: 500px;
  -webkit-animation-name: chrome_effect;
  -webkit-animation-duration: 6s;
  /* -webkit-animation-delay: 1s; */
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes chrome_effect {
  0% {
    background-position: -680px 0;
  }
  10% {
    background-position: 420px 0;
  }
  100% {
    background-position: 480px 0;
  }
}
.text-3d {
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0.4), 9px -10px 2px #314d74;
  font-size: 200px;
  font-family: 'Montserrat', sans-serif;
  /* transform: scale(0.23); */
  position: absolute;
  z-index: -1;
}
.dt-img-div {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
  height: 100px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.dt-img {
  display: inline !important;
  filter: grayscale(100%);
  position: absolute;
  width: 100%;
  margin: auto;
  height: 90%;
  object-fit: contain;
  left: 0;
  bottom: 0;
  right: 0px;
  top: 0px;
}
.dt-img:hover {
  filter: grayscale(0%);
}
.slick-cktd .slick-dots {
  position: relative;
  bottom: 10px;
}
.slick-cktd .slick-dots li {
  border-radius: 5px;
  background: #d42527;
}
.slick-cktd .slick-dots li button {
  color: unset;
}
.slick-cktd .slick-dots li button:before {
  content: "";
}
.errors-text {
  color: red;
  display: block;
  text-align: right;
}
/* Tablet Only */
.board-section1 {
  padding: 50px 0;
  position: relative;
}
.board-section1 .title {
  text-align: center;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0;
}
.board-section1 .item {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0px;
  cursor: pointer;
}
.board-section1 .item .image {
  position: relative;
}
.board-section1 .item .image img {
  position: absolute;
  width: 100%;
  margin: auto;
  height: 100%;
  object-fit: contain;
  left: 0;
  bottom: 0;
  right: 0px;
  top: 0px;
}
.board-section1 .item .text {
  float: left;
  padding: 80px 60px 40px;
  height: 100%;
  background-color: #F7F7F7;
  z-index: 3;
  position: relative;
}
.board-section1 .item .text .text__btn {
  z-index: 2;
  margin-top: 20px;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  padding-right: 70px;
  overflow: hidden;
  line-height: 35px;
  text-transform: uppercase;
  color: #656565;
  font-size: 12px;
}
.board-section1 .item .text .text__btn span[class*='line-'] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.board-section1 .item .text .text__btn span[class*='line-']:after {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: #656565;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.board-section1 .item .text .text__btn span[class*='line-']:before {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: #656565;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.board-section1 .item .text .text__btn span[class*='line-'].line-4:before {
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
}
.board-section1 .item .text .text__btn span[class*='line-'].line-4:after {
  bottom: 0;
  left: 0;
  width: 21px;
  height: 1px;
}
.board-section1 .item .text .text__btn span[class*='line-'].line-2:before {
  right: 0;
  bottom: 0;
  width: 13px;
  height: 1px;
}
.board-section1 .item .text .text__btn span[class*='line-'].line-3:before {
  right: 0;
  top: 0;
  width: 50%;
  height: 1px;
}
.board-section1 .item .text .text__btn span[class*='line-'].line-3:after {
  right: 0;
  top: 0;
  width: 1px;
  height: 50%;
}
.board-section1 .item .text .text__btn span[class*='line-'].line-inner {
  position: absolute;
  left: auto !important;
  right: 0 !important;
  top: 0 !important;
  width: 70px;
  height: 100%;
  transform-origin: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.board-section1 .item .text .text__btn:hover .line-inner {
  -webkit-transform: scale(0.7, 1);
  -moz-transform: scale(0.7, 1);
  transform: scale(0.7, 1);
}
.white-popup {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  max-width: 960px;
  height: calc(100vh - 100px);
  margin: auto;
  position: relative;
}
.fancybox-board {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  height: calc(100vh - 100px);
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inline-block;
}
.fancybox-board .item {
  height: 100%;
}
.fancybox-board .item .image img {
  object-fit: cover;
}
.board-section2 {
  padding: 50px 0;
  position: relative;
}
.board-section2 .title {
  text-align: center;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0;
}
.board-section2 .board-section2-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0px;
}
.board-section2 .item {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0px;
  border-right: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  cursor: pointer;
}
.board-section2 .item .image {
  position: relative;
  padding-top: 100%;
}
.board-section2 .item .image img {
  position: absolute;
  width: 100%;
  margin: auto;
  height: 100%;
  object-fit: cover;
  left: 0;
  bottom: 0;
  right: 0px;
  top: 0px;
}
.board-section2 .item .text {
  padding: 20px;
  text-align: right;
}
.board-section2 .item .text .item-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'AvenirNext-Bold';
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
}
.board-section2 .item .text .item-title span {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  padding-right: 50px;
  position: relative;
}
.board-section2 .item .text .item-title span:after {
  width: 30px;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.65);
  height: 1px;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  margin-left: 7px;
}
.board-section2 .item .text .item-sub-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 740px) and (max-width: 1023px) {
  .hidden-t {
    display: none !important;
  }
  .name {
    /* transform: scale(0.245) translateY(-47vh) !important */
  }
}
/* Mobile & Tablet */
@media (max-width: 1023px) {
  .intro {
    background-size: auto 100%;
  }
  /* model-viewer {
      width: 80vw;
      height: 38vh;
  } */
  .name {
    /* transform: scale(0.213) translateY(-300%); */
  }
}
/*  Motherfucking Iphone 5S */
@media (max-width: 375px) {
  .name {
    /* transform: scale(0.17) translateY(-365%) !important; */
  }
  .logo-wrapper {
    top: 45%;
  }
}
/* responsive */
@media only screen and (max-width: 1080px) {
  .home2-title {
    font-size: 1.5rem;
  }
  .home2-number {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 800px) {
  .menu-item {
    font-size: 0.75rem;
  }
  .header-logo {
    max-width: 140px;
  }
  .home1-foot-item {
    font-size: 0.8rem;
  }
  .home2-outer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .home2-contain {
    border-right: 1px solid white;
  }
  .home4-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 4;
    height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .home4-number1 {
    font-size: 6rem;
  }
  .home4-number2 {
    font-size: 1.25rem;
    position: static;
  }
  .effect-bor-left {
    top: 10px;
    left: 10px;
  }
  .effect-bor-right {
    bottom: 10px;
    right: 10px;
  }
  .foot-cty {
    font-size: 2rem;
  }
  .foot2-title {
    font-size: 1.05rem;
  }
}
@media only screen and (max-width: 640px) {
  .home4-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .home4-right {
    width: 100%;
  }
  .home4-special {
     /* display: unset;*/
  }

  .d-flex {
        display: flex !important;
        flex-direction: column;
}


.page-sign .bg-head .head-brand {
  font-size: 16px;
}


.special-box {
    height: 150px;
}

  .header-logo {
    max-width: 100px;
  }
  .menu-item:not(:last-child) {
    margin-right: 10px;
  }
  .header {
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 500px) {
  .hidden-pc {
    display: initial;
  }
  .hidden-mb {
    display: none;
  }
  .mb-menu-icon {
    max-width: 20px;
  }
  .home1 {
    background-image: url(../img/bg_mb1.jpg);
    background-size: 100% 100%;
  }
  .home2 {
    background-image: url(../img/bg_mb2.jpg);
    background-size: 100% 100%;
  }
  .mobile-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    background-color: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    text-transform: uppercase;
    font-size: 0.8rem;
    list-style: none;
    padding: 20px;
    display: none;
  }
  .mobile-menu > li {
    margin-bottom: 10px;
    font-weight: 500;
  }
  .home1-foot {
    padding: 20px 0;
  }
  .home1-foot-item {
    font-size: 0.7rem;
    width: 50%;
    padding: 0 6px;
  }
  .home1-foot-item:not(:last-child) {
    border-right: 1px solid white;
  }
  .home2-title {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  .home2-number {
    font-size: 2rem;
    bottom: 20px;
  }
  .home2-btn {
    font-size: 0.8rem;
    background-size: 15px;
  }
  .home2-contain {
    padding: 0;
  }
  .foot2-box {
    font-size: 0.9rem;
  }
  .foot1-box1-left {
    width: 45%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .foot1-box1-right {
    width: 100%;
  }
  .foot1-box2-left {
    display: none;
  }
  .foot1-box2-right {
    width: 100%;
  }
  .foot1-desc1 {
    font-size: 1rem;
  }
  .foot1-number1 {
    font-size: 1.5rem;
  }
  .foot1-number2 {
    font-size: 0.8rem;
  }
  .foot1-btn {
    padding: 0px 10px;
    font-size: 1rem;
  }
  .foot1-box1,
  .foot1 {
    margin-bottom: 20px;
  }
  .foot-cty {
    font-size: 1rem;
  }
  .foot2-title.small {
    font-size: 0.8rem;
  }
  .foot2-title {
    font-size: 0.9rem;
  }
  .home5 {
    background-size: cover;
  }
  .foot2-left,
  .foot2-right {
    width: 45%;
  }
  .foot1-box2 {
    width: 90%;
  }
}
.gw-search .form-control {
  font-size: 12px;
    min-width: 180px;
  height: 38px;
}
@media only screen and (max-width: 380px) and (min-height: 650px) {
  .foot1-box1-left {
    display: none;
  }
}

.fa-lg.fa-horizon {
    margin-left: -11px;
}


.logo-wrapper h1 {
    font-size: 3rem;
}

.logo-wrapper .head-brand {
    font-size: 2rem;
}