/* Slider
-------------------------------------------------- */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 2rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #d44325;
  background-clip: padding-box;
  border: 0;
  border-radius:5px;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
	width: 25px;
	background-color: #d44325;
	opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}


.carousel-control-prev {
  left: 5px;
}

.carousel-control-next {
  right: 5px;
}
.carousel-control-prev .fa,
.carousel-control-next .fa {
  display: inline-block;
  color:#d44325;
  font-size:2em;
  border-radius:50%;
  width:60px;
  height:60px;
  line-height:60px;
  background:rgba(255,255,255,0.25);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev:hover .fa,
.carousel-control-next:hover .fa {
  background:rgba(255,255,255,1);
}



/* Carousel 1 base class */
.wodepress-carousel {
	
}
.wodepress-carousel .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible;
}
.wodepress-carousel #wodepress-carousel .carousel-item {
  background: linear-gradient(
    to bottom,
    #e2f1ec 0%,
    #e2f1ec 100%,
    transparent 100%,
    transparent 100%
  );
  height: 100vh;
}
@media (min-width: 1400px) {
.wodepress-carousel #wodepress-carousel .carousel-item {
  background: linear-gradient(
    to bottom,
    #e2f1ec 0%,
    #e2f1ec 85%,
    transparent 85%,
    transparent 100%
  );
}
}
.wodepress-carousel #wodepress-carousel .carousel-caption {
  position: absolute;
  top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background: linear-gradient(45deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.0));
   width:100%;
   height:auto;
   text-align:left;

}
.wodepress-carousel #wodepress-carousel .carousel-item img {
	max-width: 100%;
	width:100%;
	height:100%;
	object-fit: cover;
}
.wodepress-carousel #wodepress-carousel .carousel-caption h2{
	position: relative;
	margin-bottom:30px;
}


.wodepress-carousel #wodepress-carousel .carousel-caption p{
	color:#333e48;
}




@media (min-width: 576px) {
	.wodepress-carousel #wodepress-carousel .carousel-item img {
	max-width: 100%;
	width:100%;
	height:auto;
}

}

@media (min-width: 768px) {
.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}
.wodepress-carousel #wodepress-carousel .carousel-item {
  height: 100vh;
}

}


@media (min-width: 992px) {
.wodepress-carousel #wodepress-carousel .carousel-item {
  height: 100vh;
}
}
@media (min-width: 1200px) {
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}
.wodepress-carousel #wodepress-carousel .carousel-item {
 height: 100vh;
}
}
@media (min-width: 1400px) {
.wodepress-carousel #wodepress-carousel .carousel-item {
  height: calc(100vh - 0rem);
}
}

.index-slider-img {
	position: relative;
	top: 0;
    left: 0;
  width: 100%;
    height: 100%;
  z-index:0;
	text-align:center;
	transform: translateY(0%);
	
}
.index-slider-img:after {
position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);

  content: "";
  z-index:-1;
  border:solid 0px #f4f7fb;
  border-radius:50%;
	background: url(../images/bg-hero-slider.png) #fff;
  background-repeat: no-repeat;

  background-position: center center;
  transform: translateY(0%);
}

@media (min-width: 1400px) {
.index-slider-img {
	transform: translateY(10%);
	
}
.index-slider-img:after {
  transform: translateY(5%);
}
}

 #sliderdrawPath {
          stroke-dasharray: 220;
          stroke-dashoffset: 220;
          animation: drawLine 1.5s ease-out forwards;
        }
        @keyframes drawLine {
          to { stroke-dashoffset: 0; }
        }

/*===============================
Product-single-gallery
================================*/
.product-single-gallery  {
	
}

.product-single-gallery .product-active {
  margin-bottom: 10px;
}

.product-single-gallery .product-active .owl-prev,
.product-single-gallery .product-active .owl-next {
  display: none;
}

.product-single-gallery .product-active img.zoomImg {
  -webkit-transform: all .3s ease-in-out;
          transform: all .3s ease-in-out;
}
.product-single-gallery .product-thumbnil-active {
 
}

.product-single-gallery .owl-nav i.fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 10;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(255,255,255,0.75);
  font-size:1.5rem;
  color: #d44325;
}
.product-single-gallery .owl-nav [class*=owl-] {
  position: absolute;
  left: 10px;
  top: calc(50% - 0px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.product-single-gallery .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 10px;
}
.product-single-gallery:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
}

.product-specifications {
	border:solid 0px #f8f9fa;
}
.product-specifications p {
	margin:0px;
	padding:10px;
	color:#333e48;
}
.product-specifications > :nth-child(odd) {
  background-color: #fff; 
}
.product-specifications > :nth-child(even) {
  background-color: #f8f9fa; 
}
 

/* index-about
-------------------------------------------------- */

.index-about {
	background: url(../images/bg-index-about-map.png) var(--bs-light) no-repeat center 50%;
	position: relative;
	width:100%;
	height:auto;
}
.index-about .img-box {
  position: relative;
  padding: 0 15px 15px 0;
}

.index-about .img-box img {
  position: relative;
  max-width: 100%;
  z-index:1;
}

.index-about .img-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  background-color: none;
  border:solid 5px #d71d04;
  z-index: 1;
  opacity: 0.95;
}



/* owl-carousel-about
-------------------------------------------------- */
.owl-carousel-about{
	position: relative;
}

.owl-carousel-about .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
 
}



.owl-carousel-about .owl-nav .owl-next span,
.owl-carousel-about .owl-nav .owl-prev span{
  position: absolute;
  top: calc(50% - 4.5rem);
  bottom: 0;
  z-index: 2;
  display: inline-block;
  font-size:2em;
  border:solid 2px #d71d04;
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:30px 10px 0px 10px;
  color: #d71d04;
  z-index:2000;
  }


.owl-carousel-about .owl-nav .owl-next span {
	right:0px;
}
.owl-carousel-about .owl-nav .owl-prev span {
	left:0px;

}
.owl-carousel-about .owl-nav .owl-next span:hover,.owl-carousel-about .owl-nav .owl-prev span:hover {
  background:#d71d04;
 
}




.owl-carousel-about .owl-dots {
	margin-top:15px;
	text-align:center;

   
}
.owl-carousel-about .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-about .owl-dots .owl-dot span {
	width:12px;
	height:12px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px
}
.owl-carousel-about .owl-dots .owl-dot.active span,.owl-carousel-about .owl-dots .owl-dot:hover span {
	background:var(--bs-customer);
}

.owl-carousel-about .owl-item {
	
}





/*======= index-product =========*/


.index-product {

}
.index-product .nav-item{
	
}


.index-product .nav-item .nav-link{
	background:var(--bs-customer-two-light);
	margin-left:5px;
	margin-right:5px;
	margin-bottom:15px;
	border:solid 1px var(--bs-customer-two-light);
	color:var(--bs-link-color);
}
.index-product .nav-item .nav-link.active{
	background:var(--bs-customer);
	border:solid 1px var(--bs-customer);
	color:#fff;
}
.index-product .tab-pane {
	transition:.25s;
}

.index-product-list {

}
.index-product-list .ip-item{
	background:var(--bs-light);
}
.index-product-list .ip-item:hover{
	background:var(--bs-customer-two-light);
}
.index-product-list .item:nth-child(even){
	background:#f8f9fa;
}
.index-product-list .item:nth-child(even) .item-img{
	order: 2 !important;
}
.index-product-list .item:nth-child(even) .item-title{
	order: 1 !important;
}











.page-contact {

}
.page-contact .pc-i{
	background:#fff;
	width:45px;
	height:45px;
	line-height:1.75rem;
	text-align:center;
}
.page-contact .pc-item:hover .pc-i{
	background:#d44325;
	color: #fff;
}
.page-contact .border-black{
	border:solid 3px #333e48;
}

.product-single-faq {

}

.product-single-faq .accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: none;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 0rem;
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23d44325' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-customer);
  --bs-accordion-active-bg: var(--bs-light);
}

.product-single-faq .accordion-button i{
    font-size:1.5rem;
	color:#d44325;
	
}



/*======= index-feature  =========*/
.index-feature {
    position: relative;
    transform: translateY(-0%);

}
/*======= owl-carousel-feature =========*/


.owl-carousel-feature {
	
}
.owl-carousel-feature .item{

}


.owl-carousel-feature .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-feature .owl-nav .owl-next span,
.owl-carousel-feature .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #d44325;
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:30px 10px 0px 10px;
  color: #d44325;
  }


.owl-carousel-feature .owl-nav .owl-next span:hover,.owl-carousel-feature .owl-nav .owl-prev span:hover {
  background:#d44325;
  color: #fff;
}




.owl-carousel-feature .owl-dots {
	margin-top:30px;
	text-align:center;
	display:none;
   
}
.owl-carousel-feature .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-feature .owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px
}
.owl-carousel-feature .owl-dots .owl-dot.active span,.owl-carousel-feature .owl-dots .owl-dot:hover span {
	
}

.index-cta {
	
}
.index-cta .images{
	position: relative;

}
.index-cta .images .imgleft,.index-cta .images .imgright{
	display: none;
}

@media (min-width: 992px) {
.index-cta .images .imgleft {
    position: absolute;
	bottom:0;
	z-index:1;
	right: 12%;
    display: block;

  }
}

@media (min-width: 992px) {
.index-cta .images .imgright {
    position: absolute;
	bottom:0;
	z-index:0;
	right: 2%;
    display: block;
  }
}
