@import url(/wp-content/themes/global/land_page2/css/swiper-bundle.min.css);
@font-face {
  font-family: Archivo;
  src: url(/wp-content/themes/global/land_page2/css/Archivo.woff2);
}
@font-face {
  font-family: Tourney;
  src: url(/wp-content/themes/global/land_page2/css/Tourney.woff2);
}
* {
  font-family: Arial;
}
.none{
    display: none;
}
#spotlight {
  background-color: #00000079 !important;
}
#spotlight .footer {
  width: 100%;
  text-align: center !important;
}
.load_banner {
  width: 100%;
  max-height: 760px;
  overflow: hidden;
  position: relative;
}
.load_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.load_banner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #1A524E;
  opacity: 0.6;
  position: absolute;
  top: 0;
}
.load_banner .banner_intro {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.load_banner .banner_intro p {
  color: #F9EFE6;
  margin-bottom: 30px;
  font-size: 22px;
}
.load_banner .banner_intro h1 {
  font-size: 55px;
  margin-bottom: 20px;
  color: #fff;
}
.load_banner .banner_intro ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.load_banner .banner_intro ul li {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #fff;
}
.load_banner .banner_intro ul li::before {
  content: "";
  display: block;
  background-image: url(/wp-content/themes/global/land_page2/img/check.png);
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: 100% 100%;
  margin-right: 10px;
}
.load_banner .banner_intro .btnWrap {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}
.load_banner .banner_intro .btnWrap a {
  display: block;
  padding: 15px 30px;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  background-color: #CBAC78;
}
.load_banner .banner_intro .btnWrap .discover {
  background-color: #236863;
}
.load_product {
  padding: 5vw 0;
  background-color: #F9EFE6;
}
.load_product .load_title {
  text-align: center;
}
.load_product .load_title .small_title {
  color: #EAAC59;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.load_product .load_title h2 {
  font-size: 38px;
  color: #1A524E;
  margin-bottom: 30px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: capitalize;
}
.load_product .load_title h2::after {
  margin-top: 10px;
  content: "";
  background-image: url(/wp-content/themes/global/land_page2/img/g-zigzag.png);
  background-position: center;
  background-size: 100% 100%;
  width: 166px;
  height: 40px;
  display: block;
}
.load_product .product_list .item .imgWrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.load_product .product_list .item .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.load_product .product_list .item .imgWrap::after {
  content: "";
  background-color: #000;
  opacity: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.load_product .product_list .item .pro_intro {
  background-color: #fff;
  padding: 35px ;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.load_product .product_list .item .pro_intro h3 {
  text-align: center;
  line-height: 1;
  font-weight: 600;
}
.load_product .product_list .item .pro_intro h3 a {
  font-size: 20px;
  color: #3f444b;
}
.load_product .product_list .item .pro_intro .desc {
  margin: 15px 0;
  font-size: 16px;
  text-align: center;
  color: #3f444b;
}
.load_product .product_list .item .pro_intro .load_btn a {
  display: block;
  padding: 10px 20px;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  background-color: #EAAC59;
}
.load_product .product_list .item:hover .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.load_product .product_list .item:hover .imgWrap::after {
  opacity: 0.5;
  visibility: visible;
  transition: all 0.5s;
}
.load_about {
  padding: 5vw 0;
}
.load_about .left .small_title {
  color: #EAAC59;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.load_about .left h2 {
  font-size: 38px;
  color: #1A524E;
  margin-bottom: 30px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  text-transform: capitalize;
}
.load_about .left .desc {
  color: #54595F;
  font-size: 18px;
}
.load_about .left ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.load_about .left ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #1A524E;
}
.load_about .left ul li::before {
  content: "";
  background-image: url(/wp-content/themes/global/land_page2/img/check_full.png);
  background-position: center;
  background-size: 100% 100%;
  display: block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-right: 10px;
}
.load_about .left .load_btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.load_about .left .load_btn a {
  margin-top: 30px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  background-color: #1A524E;
  transition: all 0.5s;
}
.load_about .left .load_btn a svg {
  width: 20px;
  height: 20px;
}
.load_about .left .load_btn a svg path {
  fill: #fff;
}
.load_about .left .load_btn a:hover {
  background-color: #CBAC78;
  transition: all 0.5s;
}
.load_gallery {
  padding: 5vw 0;
  background-color: #CBAC78;
}
.load_gallery .load_title {
  text-align: center;
  color: #fff;
  width: 65%;
  margin: 0 auto;
}
.load_gallery .load_title h2 {
  font-size: 38px;
  width: 50%;
  margin: 0 auto;
  text-transform: capitalize;
}
.load_gallery .load_title .desc {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.5;
}
.load_gallery .gallery_swiper {
  overflow: hidden;
  margin: 0 60px;
  position: relative;
  padding: 40px 0;
}
.load_gallery .gallery_swiper .swiper-pagination {
  bottom: 0px;
}
.load_gallery .gallery_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
.load_factory {
  padding: 5vw 0;
}
.load_factory .left_side{
    background-color: #1A524E;
     border-radius: 10px;
}
.load_factory .left_side .Wrap {
  
  padding: 30px;
 
  display: flex;
  flex-direction: column;
  align-items: center;
}
.load_factory .left_side .Wrap .imgWrap {
  margin-bottom: 50px;
}
.load_factory .left_side .Wrap .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.load_factory .left_side .Wrap .title {
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
.load_factory .left_side .Wrap .intro {
  color: #95C8C4;
  line-height: 1.8;
  font-size: 16px;
  text-align: center;
}
.load_factory .left_side .Wrap .intro p {
  margin-bottom: 5px;
}
.load_factory .right_intro {
  padding: 15px 40px 0 40px;
}
.load_factory .right_intro .imgWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.load_factory .right_intro .imgWrap img {
  width: 49%;
  border-radius: 8px;
}
.load_factory .right_intro .desc {
  font-size: 16px;
  color: #54595F;
  margin: 25px 0 0 0;
  line-height: 1.5;
}
.load_factory .right_intro ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.load_factory .right_intro ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #54595F;
}
.load_factory .right_intro ul li::before {
  content: "";
  background-image: url(/wp-content/themes/global/land_page2/img/check_full.png);
  background-size: 100% 100%;
  background-position: center;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.load_video {
  padding: 5vw 0;
  background-color: #F9EFE6;
}
.load_video .video_intro {
  padding: 0 5%;
}
.load_video .video_intro .title {
  font-size: 40px;
  font-weight: bold;
  color: #1A524E;
  margin-bottom: 40px;
}
.load_video .video_intro .desc {
  font-size: 20px;
  color: #7A7A7A;
  line-height: 1.5;
}
.load_video .video_intro .load_btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.load_video .video_intro .load_btn a {
  margin-top: 30px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  background-color: #CBAC78;
  transition: all 0.5s;
}
.load_video .video_intro .load_btn a:hover {
  background-color: #1A524E;
  transition: all 0.5s;
}
.load_video .imgWrap video {
  width: 100%;
  display: block;
}
.load_step {
  padding: 5vw 0 7vw 0;
}
.load_step .load_title {
  margin-bottom: 10px;
}
.load_step .load_title h2 {
  font-size: 38px;
  color: #1A524E;
  text-align: center;
  font-weight: bold;
}
.load_step .load_title .load_desc {
  font-size: 16px;
  color: #54595F;
  text-align: center;
  margin: 10px 0;
}
.load_step .Wrap {
  background-color: #F3EBDF;
  border-radius: 10px;
  padding: 30px 30px 90px 30px;
  transition: all 0.5s;
  position: relative;
}
.load_step .Wrap .num {
  font-family: Tourney;
  font-size: 67px;
  color: #236863;
}
.load_step .Wrap .title {
  color: #236863;
  font-size: 22px;
  font-weight: bold;
}
.load_step .Wrap .desc {
  color: #7A7A7A;
  font-size: 16px;
  margin: 20px 0;
}
.load_step .Wrap .imgWrap {
  position: absolute;
  width: 100%;
  padding: 0 0;
  left: 50%;
  transform: translateX(-50%);
}
.load_step .Wrap .imgWrap img {
  width: 100%;
  border-radius:0 0 10px 10px;
  /*filter: brightness(100%) contrast(100%) saturate(24%) blur(0px) hue-rotate(0deg);*/
}
.load_step .Wrap:hover {
  background-color: #D2EEEC;
  transition: all 0.5s;
}
.load_step .Wrap:hover .imgWrap img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.load_fullbg {
  background-image: url(/wp-content/themes/global/land_page2/img/factory.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5vw 0;
  position: relative;
}
.load_fullbg::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.load_fullbg .container {
  position: relative;
  z-index: 2;
}
.load_fullbg .container .row {
  align-items: center;
}
.load_fullbg .small_title {
  color: #EAAC59;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.load_fullbg h2 {
  font-size: 38px;
  width: 70%;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}
.load_fullbg .desc {
  color: #54595F;
  font-size: 18px;
}
.load_fullbg .load_btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.load_fullbg .load_btn a {
  margin-top: 30px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  background-color: #CBAC78;
  transition: all 0.5s;
}
.load_fullbg .load_btn a:hover {
  background-color: #1A524E;
  transition: all 0.5s;
}
.load_team {
  padding: 5vw 0;
}
.load_team .small_title {
  color: #EAAC59;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.load_team h2 {
  font-size: 38px;
  color: #1A524E;
  margin-bottom: 30px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: capitalize;
}
.load_team .team_list .item img {
  width: 100%;
  border-radius: 10px;
}
.load_team .team_list .item .info {
  background-color: #1A524E;
  padding: 15px;
  border-radius: 10px;
  width: 90%;
  transform: translateX(-15px);
}
.load_team .team_list .item .info .name {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.load_team .team_list .item .company {
  color: #EAAC59;
  font-size: 16px;
}
.load_inquiry {
  background-color: #F9EFE6;
  padding: 5vw 0;
}
.load_inquiry h2.title {
  font-size: 38px;
  color: #1A524E;
}
.load_inquiry .desc {
  font-size: 16px;
  color: #54595F;
  margin: 20px 0;
}
.load_inquiry .desc p {
  margin: 20px 0;
}
.load_inquiry .inputWrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 90%;
  margin: 0 auto;
}
.load_inquiry .inputWrap input,
.load_inquiry .inputWrap textarea {
  display: block;
  width: 100%;
  padding: 12px ;
  font-size: 16px;
  border-radius: 5px;
  border: 2px solid #C4C5C5;
}
.load_inquiry .inputWrap input::placeholder,
.load_inquiry .inputWrap textarea::placeholder {
  color: #C4C5C5;
}
.load_inquiry .inputWrap textarea {
  height: 100px;
}
.load_inquiry .inputWrap input[type="submit"] {
  background-color: #CBAC78;
  border: none;
  color: #fff;
}
.form_title {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  background: #CBAC78;
  padding: 15px;
  font-weight: normal;
}
.form {
  background-color: #fff;
  padding: 20px;
}
.form .list {
  /*margin-bottom: 15px;*/
}
.form .list h6,
.form .list p {
  color: #2A2B32;
  font-size: 18px;
  padding: 5px 0;
}
.form .list h6 span,
.form .list p span {
  color: #FF4236;
}
.form .list input {
  width: 100%;
  padding: 10px 0;
  padding-left: 10px;
  box-sizing: border-box;
}
.form .list input::placeholder {
  font-size: 16px;
}
.form .list textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 2;
  resize: none;
  height: 120px;
}
.form .list textarea::placeholder {
  font-size: 16px;
}
.form .sub {
  width: 30%;
  color: #fff;
  background-color: #CBAC78;
  border: none;
  padding: 10px 0;
  font-size: 20px;
  margin-bottom: 15px;
  border-radius: 45px;
  cursor: pointer;
}
/*inquiry*/
.inquiry-pop-bd {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -300px 0 0 -275px;
  width: 550px;
  height: 650px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  display: none;
  z-index: 2000;
}
.inquiry-pop-bd:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.inquiry-pop-bd .inquiry-pop {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #FFF;
  -webkit-animation: fadeInDownA 0.4s ease;
  -o-animation: fadeInDownA 0.4s ease;
  animation: fadeInDownA 0.4s ease;
}
.inquiry-pop-bd .inquiry-pop .ico-close-pop {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  background: url(/wp-content/themes/global/land_page2/img/fancy_close.png) no-repeat center center;
  cursor: pointer;
  z-index: 1;
}
.inquiry-form-wrap {
  position: relative;
  height: 680px;
  width: 100.5%;
}
.ad_prompt {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  line-height: 40px;
  margin: -20px 0 0;
  text-align: center;
  color: #ff6f00;
  font-size: 20px;
  -webkit-animation: twinkling 1s infinite ease-in-out;
  animation: twinkling 1s infinite ease-in-out;
  display: none;
}
@media screen and (max-width: 550px) {
  .inquiry-pop-bd {
    width: auto;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    margin: auto;
  }
  .inquiry-pop-bd .inquiry-pop {
    padding: 10px;
  }
  .scrollsidebar {
    display: none;
  }
}
@media (max-width: 1280px) {
  .load_banner .banner_intro p {
    font-size: 18px;
  }
  .load_banner .banner_intro h1 {
    font-size: 40px;
  }
  .load_banner .banner_intro ul li {
    font-size: 18px;
  }
  .load_product .product_list .item .pro_intro {
    padding: 10px;
  }
  .load_product .product_list .item .pro_intro h3 a {
    font-size: 16px;
  }
  .load_about .left h2 {
    font-size: 30px;
  }
  .load_about .left .desc {
    font-size: 16px;
  }
  .load_gallery .load_title {
    width: 85%;
  }
  .load_gallery .load_title h2 {
    width: 100%;
  }
  .load_factory .left_side .Wrap {
    padding: 15px;
  }
  .load_factory .left_side .Wrap .title {
    font-size: 26px;
  }
  .load_video .video_intro .title {
    font-size: 30px;
  }
  .load_video .video_intro .desc {
    font-size: 16px;
  }
  .load_step .load_title h2 {
    font-size: 30px;
  }
  .load_step .Wrap {
    padding: 20px;
  }
  .load_step .Wrap .imgWrap {
    padding: 0;
    position: static;
    transform: translateX(0);
  }
  .load_fullbg h2 {
    font-size: 30px;
  }
  .load_team .team_list .item .info .name {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .load_banner::before {
    display: none;
  }
  .load_banner .banner_intro {
    position: static;
    transform: translateX(0);
  }
  .load_banner .banner_intro p {
    margin-bottom: 10px;
  }
  .load_banner .banner_intro h1 {
    font-size: 30px;
  }
  .load_banner .banner_intro ul {
    gap: 5px;
  }
  .load_banner .banner_intro ul li {
    font-size: 16px;
  }
  .load_banner .banner_intro .btnWrap {
    margin-top: 15px;
  }
  .load_banner .banner_intro .btnWrap a {
    padding: 10px;
  }
  .load_banner .banner_intro::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #1A524E;
    opacity: 0.6;
    position: absolute;
    top: 0;
  }
  .load_fullbg h2 {
    width: 100%;
    font-size: 26px;
  }
  .load_factory .right_intro {
    padding: 15px;
  }
  .load_factory .right_intro .imgWrap {
    flex-direction: column;
    gap: 10px;
  }
  .load_factory .right_intro .imgWrap img {
    width: 100%;
  }
  .load_gallery .gallery_swiper {
    width: 100%;
    margin: 0;
  }
  .load_team .team_list .item .info {
    transform: translateX(0);
    width: 100%;
  }
}
