@charset "utf-8";
/* banner */
.banner{
  position: relative;
}
.banner .swiper-pagination-bullet{
  border: 2px #000 solid;
  background-color: #000;
}
.banner .swiper-pagination-bullet-active{
  border: 2px #8bb91b solid;
  background-color: #8bb91b;
}

.indexabout{
  position:relative;
  padding: 80px 0;
}
.indexaboutimg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 600px;
  height: 600px;
  border-radius: 5000px;
  filter: none;
  border: 20px #fff solid;
  box-shadow: 0px 20px 50px 1px rgba(0, 0, 0, 0.3)
}
.indexaboutimg img {
  object-fit: cover;
  width: 100%;
  height: 100%
}
.indexaboutitle h2{
  font-size:18px;
  color:#999
}
.indexaboutitle h1{
  font-size:60px;
  font-weight: bold;
  color:#0f334b;
  font-family: "Roboto";
  margin: 10px 0;
}
.indexaboutitle h3{
  font-size:20px;
  color: #0f334b;
  margin-bottom: 10px;
  font-weight: bold;
}
.indexaboutitle p{
  font-size: 15px;
  margin-bottom: 10px;
  color: #999;
}
.indexaboutdiv{
  background-color:#0f334b;
  border-radius: 8px;
  padding:50px;
  margin-top:30px;
  box-shadow: 5px 5px 30px 0px rgba(15, 51, 75, 0.3);
}
.indexaboutdiv h3{
  font-size:25px;
  font-weight: bold;
  color:#fff
}
.indexabout_more{
  border: 3px #8bb91b solid;
  display: inline-block;
  padding: 15px 35px;
  border-radius: 35px;
  margin-top: 30px;
  transition: all ease 0.5s;

}
.indexabout_more a{
  color: #8bb91b;
  font-weight: bold;
}
.indexabout_more:hover {
  box-shadow: 5px 5px 30px 0px rgba(139, 185, 27, 0.5);
  background-color: #8bb91b;
  border: 3px #8bb91b solid;
  transition: all ease 0.5s;
}
.indexabout_more:hover a{
  color:#Fff
}

/* product */
.indexproduct{
  background-color: #f0f0f0;
  padding: 80px 0;
}
.indextitle {
  text-align: center;
}
.indextitle span{
  color:#666;
  font-size:14px
}
.indextitle h3{
  font-size:48px;
  font-weight: bold;
}
.indexproducts{
  text-align: center;
  margin-top: 50px;
  transition: all ease 0.3s;
  border-radius: 25px;
  padding: 10px 10px 30px 10px;
}
.indexproducts:hover{
  box-shadow: 0 0 10px rgba(139, 185, 27, 0.4);
  transition: all ease 0.3s;
}
.indexproductimg{
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 100%;
}
.indexproductimg img{
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  border-radius: 25px;
  border: 10px #fff solid;
}
.indexproductmore{
  border: 3px #8bb91b solid;
  display: inline-block;
  padding: 15px 35px;
  border-radius: 35px;
  margin-top: 30px;
  transition: all ease 0.5s;
  background-color: #8bb91b;
  cursor: pointer;
}
.indexproductmore a{
  color: #fff;
  transition: all ease 0.5s;
  font-weight: bold;
}
.indexproducts:hover  .indexproductmore{
  box-shadow: 5px 5px 30px 0px rgba(139, 185, 27, 0.5);
  background-color: #8bb91b;
  border: 3px #8bb91b solid;
  transition: all ease 0.5s;
}
.indexproducttitle{
  font-size:16px;
  padding: 0 30px;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 20px;
  height:48px;
}
.indexproducttitle a{
  color: #666;
}
.indexproduct_wrap{
   background: url(../images/1.jpg) no-repeat;
  background-size: cover; 
  padding: 30px 0;
  position: relative;
  margin-top: 50px;
  border-radius: 35px;
}
.indexproduct_wrap::before{
  content: "";
  background: rgba(15, 51, 75, 0.9);
  top:0;
  bottom: 0;
  left:0;
  right: 0;
  position: absolute;
  width:100%;
  height: 100%;
  z-index: 0;
  border-radius: 35px;
}
.indexwrap_title{
  position: relative;
  padding: 50px 50px;
}
.indexwrap_title h2{
  font-size:60px;
  font-weight: bold;
  color:#fff;
  z-index: 999;
  line-height: 60px;
  margin-bottom: 20px;
  word-wrap: break-word;
  word-break: break-all;
}
.indexwrap_title span{
  color:#fff
}

.indexabout_video{
  position: relative;
}
.indexproduct_flex {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.dr {
  position: absolute;
  left:50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.drbtn {
  position: relative;
}

.cw {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #fff;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.cw:hover {
  border: 5px solid #fff;
  background-color: transparent;
  transition: 0.5s;
  background-color: #fff;

}

.cw:hover i {
  color: #172f3b;
}

.cw i {
  font-size: 25px;
  color: #172f3b;
}

.bo {
  position: absolute;
  top: 0;
}

.bo::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  animation: scale 2s infinite;
}

.bo::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  animation: scale2 2s infinite;
}

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.videomain {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999999999999999999;
}

.videoclose {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}

.videoclose img {
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
}

.videobox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  overflow: hidden;
  max-height: 800px;
  min-height: 600px;
}

.videobox video {
  width: 100%;
  height: 100%;
}

.videobox iframe {
  width: 100%;
  height: 100%;
  max-height: 800px;
  min-height: 600px;
}
/* indexadvantages */
.indexadvantages{
  background: url(../images/backjpg.jpg) no-repeat bottom center #8bb91b;
  padding: 80px 0;
}
.indextitle_bg {
  text-align: center;
}
.indextitle_bg span{
  color:#fff;
  font-size:14px
}
.indextitle_bg h3{
  font-size:48px;
  font-weight: bold;
  color:#fff;
}
.indexadvantages_main{
  background-color: #Fff;
  padding: 50px 50px;
  border-radius: 15px;
  margin-top: 50px;
}
.indexadvantages_icon i{
  border-radius: 50%;
  border: 10px #ddd solid;
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  font-size:48px;
  color:#8bb91b;
  transition: all 0.35s ease
}

.indexadvantages_icon:hover i{
  transform: rotateY(180deg);
  transition: all 0.35s ease
}
.indexadvantages_title{
    word-break: break-word;
    word-wrap: break-word;
  font-size:20px;
  margin-top: 20px;
  font-weight: bold;
  width: 90%;
  line-height: 24px;
  margin-bottom: 20px;
}
/* FAQ */
.indexfaq{
  padding: 80px 0;
}
.indexfaqtitle{
 width: 90%;
}
.indexfaqtit h2{
  font-size:48px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
}
.indexfaqtit h3{
  font-size:18px;
  line-height: 24px;
}
.indexfaq_accordion{
  background-color: #f0f0f0;
  padding: 20px 50px;
  border-radius: 15px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.indexfaq_accordion .accordion{
  background: none;
}
.indexfaq_accordion .accordion-button:not(.collapsed){
  box-shadow: none;
}
.indexfaq_accordion .accordion-item{
  background: none;
  border: none;
}
.indexfaq_accordion .accordion-button{
  background: none;
  border-bottom: 1px #ddd solid;
  padding:15px 0 !important;
}
.accordion-body{
  padding: 15px 0;
}
.indexfaq_accordion .accordion-button:focus{
  box-shadow: none;
}
.indexfaq_accordiontit{
  font-size:24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.indexfaq_more{
  text-align: center;
  margin-top: 20px;
}
.indexfaq_more h2{
  font-size:28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #172f3b;
}
.indexfaq_more a{
  font-weight: bold;
  font-size:18px;
  padding: 15px 30px;
  border-radius: 35px;
  background-color: #8bb91b;
  display: inline-block;
  color: #fff;
}
/* logo */
.indexlogo{
  background: url(../images/bg1.png) bottom;
  background-size: cover;
  padding: 80px 0;
}
.indexlogo_title{
  font-size:48px;
  font-weight:bold;
  color:#fff
}
.indexlogo .logoSwiper{
  margin-top: 30px;
}

/* news */
.indexnews{
  padding: 50px 0;
}
.indexnews_main{
  margin-top: 50px;
}
.indexnews .newblogflex {
  display: flex;
  flex-wrap: wrap;
}
.indexnews .blogbox {
  height: 100%;
  position: relative;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}
.indexnews .blog_img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 60%;
}
.indexnews .blog_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews .blog_txt {
  padding: 20px 15px 30px 15px;
}
.indexnews .blog_txt h3 {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-all;
  margin: 0 0 10px 0;
  line-height: 23px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews .blog_txt p {
  word-wrap: break-word;
  /* white-space: pre-wrap; */
  word-break: break-all;
  font-size: 16px;
  color: #666;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews .blogmorebtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexnews .blogmore {
  display: block;
  padding: 10px 60px;
  font-size: 18px;
  color: #000;
  text-align: center;
  background-color: #fff;
  margin-top: 10px;
  border: 1px solid #000;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews .blogline {
  width: 0%;
  height: 3px;
  background: #8bb91b;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews .blogli:hover .blogline {
  width: 100%;
}
.indexnews .blogli:hover .blogmore {
  background-color: #8bb91b;
  border: 1px solid #8bb91b;
  color: #fff;
}
.indexnews .blogli:hover .blog_txt h3 {
  font-weight: bold;
  color: #8bb91b;
}
.indexnews .blogli:hover .blog_img img {
  transform: scale(1.2);
}
.indexnews .blogli {
  margin-bottom: 30px;
}

/* map */
#map_foot {
  width: 100%;
  height: 450px;
}
/* footer */
footer{
  background-color: #0f334b;
  padding: 50px 0;
  color:#fff
}
footer a{
  color:#fff;
}
.foot{
  margin-top: 50px;
  margin-bottom: 50px;
}
.fot_nav{
  display: flex;
  justify-content:flex-start;
  align-items:center;
  margin: 10px 0;
}
.fot_nav i{
  position: absolute;
  font-size:30px
}
.fot_nav h3{
  padding-left: 45px;
}
.footer_tags {
  border-bottom: 1px solid #092538;
  padding: 0 0 30px 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.footer_tags p {
  font-size: 14px;
  color: #ddd;
  text-transform: capitalize;
  margin-right: 10px;
}
.footer_tags a {
  font-size: 16px;
  color: #ddd;
  display: block;
  line-height: 24px;
  margin-right: 20px;
}
.footer_tags a:hover {
  text-decoration: underline !important;
  color: #8bb91b;
}
.bottom{
  padding: 20px 0;
  border-top:1px #092538 solid ;
}
.bottom a{
  color:#8bb91b
}
.gtranslate_wrapper{
    margin-left: 10px;
}
@media (max-width:576px) {
  .navbar-toggler {
    background-color: #8bb91b;
  }
  .bg-dark {
    background-color: #0f334b !important;
    padding:0 0 !important
  }
  .indexaboutimg{
    width: auto;
    height: auto;
  }
  .indexaboutitle h1{
    font-size:36px;
    line-height: 36px;
  }
  .indexabout{
    padding: 50px 0;
  }
  .indexaboutitle{
    padding-top: 50px;
  }
  .indexaboutdiv h3{
    font-size: 24px;
  }
  .indexaboutdiv{
    padding: 30px 20px;
  }
  .indextitle h3{
    font-size:30px;
    line-height: 30px;
  }
  .indexproducttitle{
    padding:0 0;
  }
  .indexproductmore{
    padding: 15px 15px;
  }
  .indexproducts{
    margin-top: 30px;
  }
  .indexproduct_wrap{
    padding-bottom:100px;
  }
  .indexwrap_title{
    padding: 20px 20px;
  }
  .indexwrap_title h2{
    font-size:30px;
    line-height: 30px;
  }
  .indexadvantages_main{
    padding: 20px 20px;
  }
  .indexadvantages_title{
    width: 100%;
  }
  .dr{
    margin-top: 10%;
  }
  .indextitle_bg h3{
    font-size:30px;
    line-height: 30px;
  }
  .indexfaqtit h2{
    font-size:30px;
    padding-bottom: 10px;
  }
  .indexfaqtit h3{
    font-size:14px
  }
  .indexfaq_more h2{
    font-size:24px
  }
  .indexfaq{
    padding: 30px 0;
  }
  .indexfaq_accordion{
    padding: 20px 15px;
  }
  .indexfaqtitle{
    width: 100%;
  }
  .indexfaq_accordion{
    margin-bottom: 20px;
  }
  .indexlogo_title{
    font-size:30px;
    line-height: 30px;
  }
  .foot{
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width:577px) and (max-width:767px) {
  .navbar-toggler {
    background-color: #8bb91b;
  }
  .bg-dark {
    background-color: #0f334b !important;
    padding:0 0 !important
  }
  .indexaboutimg{
    width: auto;
    height: auto;
  }
  .indexaboutitle h1{
    font-size:36px;
    line-height: 36px;
  }
  .indexabout{
    padding: 50px 0;
  }
  .indexaboutitle{
    padding-top: 50px;
  }
  .indexaboutdiv h3{
    font-size: 24px;
  }
  .indexaboutdiv{
    padding: 30px 20px;
  }
  .indextitle h3{
    font-size:30px;
    line-height: 30px;
  }
  .indexproducttitle{
    padding:0 0;
  }
  .indexproductmore{
    padding: 15px 15px;
  }
  .indexproducts{
    margin-top: 30px;
  }
  .indexproduct_wrap{
    padding-bottom:100px;
  }
  .indexwrap_title{
    padding: 20px 20px;
  }
  .indexwrap_title h2{
    font-size:30px;
    line-height: 30px;
  }
  .indexadvantages_main{
    padding: 20px 20px;
  }
  .indexadvantages_title{
    width: 100%;
  }
  .dr{
    margin-top: 5%;
  }
  .indextitle_bg h3{
    font-size:30px;
    line-height: 30px;
  }
  .indexfaqtit h2{
    font-size:30px;
    padding-bottom: 10px;
  }
  .indexfaqtit h3{
    font-size:14px
  }
  .indexfaq_more h2{
    font-size:24px
  }
  .indexfaq{
    padding: 30px 0;
  }
  .indexfaq_accordion{
    padding: 20px 15px;
  }
  .indexfaqtitle{
    width: 100%;
  }
  .indexfaq_accordion{
    margin-bottom: 20px;
  }
  .indexlogo_title{
    font-size:30px;
    line-height: 30px;
  }
  .foot{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
}

@media (min-width:768px) and (max-width:992px) {
  .indexproductmore{
    padding: 15px 15px;
  }
  .indexproductmore{
    margin-top:20px;
  }
  .indexwrap_title h2{
    font-size:30px;
    line-height: 30px;
  }
  .indexfaq_accordion{
    margin-bottom: 20px;
  }
  .indexaboutimg{
    width: auto;
    height: auto;
  }
 
}

@media (min-width:992px) and (max-width:1200px) {
  .indexaboutimg{
    width: auto;
    height: auto;
  }

}

@media (min-width:1200px) and (max-width:1400px) {

}

@media (min-width:1400px) and (max-width:1680px) {
 
}