.aframe {
	overflow: hidden;
	padding: calc((60 / 1300) * 100%) 0 calc((20 / 1300) * 100%);
}

.aframe .list {
	overflow: hidden;
	margin-top: 10px;
}

.aframe .list .img {
	overflow: hidden;
}

.aframe .list .img img {
	width: 100%;
}

.aframe .list .txt {
	overflow: hidden;
}

.aframe .list .txt h3 {
	font-size: 26px;
	margin-bottom: calc((15 / 600) * 100%);
	color: rgb(2, 113, 201);
}

.aframe .list .txt .content {
	font-size: 14px;
	line-height: 1.7;
	font-family: sans-serif, Arial;
}

.aframe .list .txt .content ul {
	list-style-type: circle !important;
	padding-left: 30px;
}

.aframe .list .txt .content a {
	font-weight: bold;
}

@media (min-width:1px) and (max-width:991px) {
	.aframe .list .img {
		margin-bottom: 20px;
	}

	.aframe .list .txt h3 {
		font-size: 16px;
	}
}

@media (min-width:992px) {
	.aframe .list {
		display: flex;
		justify-content: space-between;
	}

	.aframe .list .img {
		width: 50%;
		margin: 0;
		padding-right: 35px;
	}

	.aframe .list .txt {
		width: 50%;
		margin: 0;
	}
}

@media (min-width:1230px) {
	.aframe .list {
		align-items: center;
	}

	.aframe .list .img {
		padding-right: 50px;
	}
}

.aframe1 {
	overflow: hidden;
	padding-top: calc((60 / 1300) * 100%);
}

.aframe1 .item {
	overflow: hidden;
	border-left: 1px solid #efefef;
	padding: 0 calc((30 / 1300) * 100%);
	width: calc((1 / 3) * 100%);
	position: relative;
}

.aframe1 .item:before {
	content: "";
	display: inline-block;
	height: 13px;
	width: 1px;
	background: #d71635;
	position: absolute;
	left: 0;
	top: 60px;
}

.aframe1 .item .img {
	overflow: hidden;
	text-align: center;
}

.aframe1 .item .txt {
	overflow: hidden;
}

.aframe1 .item .txt h3 {
	font-size: 24px;
	padding: 15px 0;
	text-align: center;
}

.aframe1 .item .txt p {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	text-align: left;
	font-family: sans-serif, Arial;
}

.aframe1 .item:last-child {
	border-right: 1px solid #efefef;
}

@media (min-width:992px) {
	.aframe1 .container {
		display: flex;
		justify-content: space-between;
	}
}

@media (min-width:1px) and (max-width:991px) {
	.aframe1 .item {
		width: auto;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.aframe1 .item .txt h3 {
		font-size: 18px;
	}

	.aframe1 .item .txt p {
		font-size: 14px;
	}
}

.aframe2 {
	overflow: hidden;
	margin-top: calc((60 / 1300) * 100%);
	padding-bottom: 60px;
	position: relative;
}

.aframe2 h2 {
	font-size: 36px;
	color: #333;
	line-height: 2;
	text-align: center;
	margin-bottom: 20px;
}

.aframe2 .list {
	overflow: hidden;
	position: relative;
}

.aframe2 .list .swiper-slide {
	overflow: hidden;
	margin: 0;
	box-sizing: border-box;
	border: 1px solid #f5f5f5;
}

.aframe2 .list .swiper-slide img {
	width: 100%;
}

.aframe2 .list .btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 45px;
	height: 45px;
	background: var(--color-primary);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.aframe2 .list .btn:after {
	font-size: 16px;
	color: #fff;
}

.aframe2 .list .btn-prev {
	left: 0;
}

.aframe2 .list .btn-prev i {
	transform: rotate(180deg)
}

.aframe2 .list .btn-next {
	right: 0;
}

@keyframes identifier {
	0% {
		transform: rotate(0deg) scale(1);
	}

	50% {
		transform: rotate(180deg) scale(1);
	}

	100% {
		transform: rotate(360deg) scale(1);

	}
}

.aframe3 {
	overflow: hidden;
	position: relative;
	padding: calc((60 / 1300) * 100%) 0 0 0
}

.aframe3 .videopalay {
	overflow: hidden;
	position: relative;
	z-index: 3;
	border-radius: 10px;
	text-align: center;
}

.aframe3 .videopalay .videobtn {
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	cursor: pointer;
	width: 74px;
	height: 74px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.aframe3 .videopalay .videobtn .bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 74px;
	height: 74px;
	animation: identifier 6s infinite linear;
}

.aframe3 .videopalay .videobtn i {
	position: relative;
	z-index: 5;
	font-size: 30px;
	color: #fff;
}

@media (min-width:1px) and (max-width:991px) {
	.aframe3 .videopalay .videobtn {
		width: 64px;
		height: 64px;
	}

	.aframe3 .videopalay .videobtn .bg {
		width: 64px;
		height: 64px;
	}

	.aframe3 .videopalay .videobtn i {
		font-size: 26px;
	}
}



/*ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â±ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Âº*/
.bixol-banner-server-block {
	position: relative;
	background: #e5e5e5;
}

.bixol-banner-server-block .bg {
	width: 100%;
	height: 100%;
	position: absolute;
}

.bixol-banner-server-block .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bixol-banner-server-block .bixol-ct-section {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 70px;
}

@media (max-width: 767px) {
	.bixol-banner-server-block .bixol-ct-section {
		padding: 30px 0;
	}
}

.bixol-banner-server-block .bixol-ct-section .bixol-counter-column {
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
	margin-bottom: 30px;
}

/*.bixol-banner-server-block .bixol-ct-section .bixol-counter-column::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 0;
	height: 90%;
	border: 1px dashed #000;
}*/
                          
.bixol-banner-server-block .bixol-ct-section .row > div:nth-child(1)::after,
.bixol-banner-server-block .bixol-ct-section .row > div:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 90%;
    border: 1px dashed #000;
}         
                          

.bixol-banner-server-block .bixol-ct-section .row > div {
	display: flex;
    justify-content: center;
 }                         
                          
                          

@media (max-width: 992px) {
	.bixol-banner-server-block .bixol-ct-section .bixol-counter-column::after {
		display: none;
	}
}

@media (max-width: 767px) {
	.bixol-banner-server-block .bixol-ct-section .bixol-counter-column {
		padding-left: 0;
	}
}

@media (max-width: 400px) {


	.bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-ct-content{
		padding:0;
		margin-top:15px
	}
}

.bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-icon-wrapper span {
	display: inline-block;
}

.bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-icon-wrapper span img {
	width: 100%;
	height: 90px;
	object-fit: contain;
}

.bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-icon-wrapper i {
	color: var(--color-primary);
}

.bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-ct-content {
	flex: 1;
	overflow: hidden;
	padding-right: 20px;
}

.bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-ct-content h3 {
	color: #000;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: flex;
	align-items: center;
	font-size: 40px;
}

.bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-ct-content h3 i {
	color: var(--color-primary);
	font-weight: 700;
	margin-left: 4px;
	font-size: 12px;
	margin-top: 9px;
}

.bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-ct-content h3 .odometer {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}



.bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-ct-content .subtitle {
	display: block;
	font-weight: 500;
	color: #000;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 20px;
}


@media (max-width: 767px) {
	.bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-ct-content h3 {
		font-size: 20px;
	}
}



/* ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¬ÃƒÂ¥Ã‚ÂÃ‚Â¸ÃƒÂ¤Ã‚Â»Ã¢â‚¬Â¹ÃƒÂ§Ã‚Â»Ã‚Â*/
.company-section {
   padding: 100px 0;
}

.company-section h5{font-size: 20px;margin: 20px 0;line-height: 1.3;color: #000;text-align: center;}

.content-wrapper {
}

.text-content {
	color: #000;
	margin-top: 0;
	text-align: center;
    width: 50%;
    margin: 0 auto;
}

.text-content em {
	font-size:20px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	line-height: 1.3;
}

.text-content h2 {
	font-size:36px;
	margin: 20px 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	line-height: 1.3;
}

.text-content p {
	margin-bottom: 20px;
	line-height: 1.6;
	font-size: 16px;
    text-align: left;
}

.about-button {
	background-color: white;
	color: #0A4DA2;
	border: none;
	padding: 12px 24px;
	border-radius: 30px;
	font-weight: 600;
	cursor: pointer;
	margin-top: 10px;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s ease;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.about-button:hover {
	background-color: #f0f0f0;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.about-button:after {
	content: 'â†’';
	margin-left: 8px;
	font-size: 16px;
}

.image-content {
	margin-left: 0;
	margin-top: 20px;
}

.image-content ul {
}

.image-content ul li{
   width: 100%;
    text-align: center;
}

.main-image {
	width: 50%;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}
                    
.image-content .swiper-pagination-bullet-active {
    background: #fff;
}


@media (max-width: 991px) {
	.image-content {
		margin-left: 0;
	}

	.text-content h2 {
		font-size: 26px;
	}
  
  .company-section {
    padding: 30px 0;
 }
  
    .text-content, .image-content {
        padding: 15px 0;
        margin-top: 0;
        width: 100%;
    }


	.main-image {
	    width: 100%;
	}

	.image-grid {
		flex-direction: column;
		gap: 10px;
	}

	.small-image {
		width: 100%;
		height: auto;
	}
}


.factory {
    padding: 100px 0 0 0;
}


.factory h2 {
    font-size: 36px;
    color: #333;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

.factory ul{
	display:flex;
	flex-wrap:wrap;
	margin:-15px
}
.factory ul li{
	width:33.3333%;
	padding:15px
}

@media (max-width: 991px) {
	.factory {
    	padding: 40px 0 0 0;
	}

	.factory h2,.aframe2 h2 {
		font-size: 26px;
	}

	.text-content em {
		font-size:18px;
	}
  
  .company-section h5{font-size: 18px;}
  
  .factory ul li{
	width:50%;
    padding:10px
}
  
  .factory ul{
	margin:-10px
}

}



.gardensun-partner-slider-section {
  padding: 100px 0;
}
.gardensun-partner-slider-header {
  text-align: center;
  margin-bottom: 80px;
}
.gardensun-partner-slider-title {
	font-size: 36px;
    color: #333;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
}
.gardensun-partner-slider-desc {
  color: #221815;
  text-align: center;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}
.gardensun-partner-slider-swiper-wrap {
  position: relative;
}
.gardensun-partner-logo {
  max-width: 223px;
  max-height: 94px;
  object-fit: contain;
  margin: 0 auto;
}

@media (max-width: 991px) {

	.gardensun-partner-slider-title {
		font-size: 26px;
	}
    .gardensun-partner-slider-section{
    	padding: 40px 0;
  	}
} 


@media (max-width: 767px) {
  .gardensun-partner-logo {
    max-width: 97px;
    max-height: 42px;
  }
} 

@media (max-width: 575px) {

  .gardensun-partner-slider-title{
    font-size: 28px;
    line-height: normal;
  }
  .gardensun-partner-slider-desc{
    font-size: 14px;
    line-height: normal;
  }
  .gardensun-partner-slider-header {
    margin-bottom: 40px;
  }
  .bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-icon-wrapper span {
    text-align: center;
    width: 100%;
}
  
  .bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-ct-content {
        padding-right: 0;        text-align: center;
    }
  
  .bixol-banner-server-block .bixol-ct-section .row > div:nth-child(1)::after, .bixol-banner-server-block .bixol-ct-section .row > div:nth-child(2)::after {
    right: 2px;
  }
  
    .bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-ct-content {
        text-align: center;
    }
  
      .bixol-banner-server-block .bixol-ct-section .bixol-counter-column {
        text-align: center;
    }
  
  .bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-ct-content h3 .odometer {
    text-align: center;
}
  
}




@media screen and (max-width: 1440px) {
  .bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-ct-content h3{font-size: 34px;}
  .bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-icon-wrapper span img {height: 80px;}
}

@media screen and (max-width: 1280px) {
 .bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-icon-wrapper span img {height: 70px;}
}

@media screen and (max-width: 1171px) {
  .bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-ct-content h3{font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-ct-content h3{font-size: 26px;}
  .bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-icon-wrapper span img { height: 50px;}
  .bixol-banner-server-block .bixol-ct-section .bixol-counter-column {margin-bottom: 0;}
  .bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-ct-content .subtitle {font-size: 16px;}  
  .image-content ul {margin:0 -10px}
  .image-content ul li{padding:0 10px}	
}
@media screen and (max-width: 768px) {
  .bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-ct-content h3{font-size: 20px;}
  .bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-icon-wrapper span img {height: 32px; }
  .bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-ct-content .subtitle {font-size: 14px;}
  .bixol-banner-server-block .bixol-ct-section .bixol-counter-column { display: block;}
  .bixol-banner-server-block .bixol-ct-section .bixol-counter-column .bixol-ct-content {margin-top: 10px;}
}


  .bixol-banner-server-block .bixol-ct-section   .col-lg-4 {
        width: 33.33333333%;
    }