/*ability.html start*/
.ability_production_title_box {
	width: 100%;
	height: auto;
	padding: 80px 0px;
}

.ability_production_title_box h4 {
	font-size: 48px;
	color: #595B63;
	text-align: center;
	font-family: 'Lato-Bold';
	text-transform: uppercase;
}

.ability_production_title_box p {
	font-size: 24px;
	color: #333;
	text-align: center;
}

.ability_production_content {
	width: 100%;
	height: auto;
	margin: 0px auto;
	margin-top: 100px;
	position: relative;
}

.ability_production_content img {
	width: 100%;
	height: auto;
	display: block;
}

.ability_production_content_ul {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	flex-wrap: wrap;
	display: flex;
	justify-content: flex-start;
}

.ability_production_content_ul li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ability_production_content_ul_div {
	width: 100px;
	height: 100px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid #fa5555;
	border-radius: 50%;
	box-shadow: 0px 0px 25px #00000059;
}

.ability_production_content_ul_div:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.ability_production_content_ul_div:after {
	content: "";
	display: block;
	width: 70%;
	height: 70%;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ability_production_content_ul_div span {
	display: flex;
	background: #29abe1;
	color: #FFFFFF;
	font-size: 27px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.ability_production_content_ul li p {
	font-size: 20px;
	color: #333;
	text-align: center;
	display: block;
	margin-bottom: 15px;
	width: 100%;
	font-weight: 600;
	min-height: 51px;
}

span.tooltiptext h6 {
	color: #000;
	font-weight: 400;
	margin-bottom: 20px;
}

.ability_production_content_ul li:nth-of-type(1) {
	flex-direction: column;
	margin-left: -66px;
	margin-top: -138px;
	position: relative;
}

.ability_production_content_ul li:hover span {
	background: linear-gradient(90deg, #1f789e 0%, #1f79a0 100%);
}

.ability_production_content_ul_div.three-clms:hover {
	background: linear-gradient(90deg, #1f789e 0%, #1f79a0 100%);
}

.ability_production_content_ul li:hover .ability_production_content_ul_div:after {
	border-color: #1f789e;
}

span.tooltiptext {
	border-radius: 0;
}

.ability_production_content_ul li:nth-of-type(2),
.ability_production_content_ul li:nth-of-type(3),
.ability_production_content_ul li:nth-of-type(4) {
	flex-direction: column;
	margin-left: 100px;
	margin-top: -106px;
	position: relative;
}
.tooltip.top .tooltiptext {
	background: #fefae0 !important;
	border-radius: 0 !important;
	padding: 20px;
}
.ability_production_content_ul li:hover span.tooltiptext {
	background: #fefae0 !important;
	border-radius: 0 !important;
	padding: 20px;
}

.ability_production_content_ul_div.tooltip.top span.tooltiptext {
	bottom: 80% !important;
	width: 350px;
}

.ability_production_content_ul_div.tooltip.top span.tooltiptext img.img-fluid {
	width: 250px;
	margin: auto;
}

.num {
	background: #fa5555;
	width: 35px;
	height: 35px;
	display: flex;
	position: absolute;
	left: -10px;
	top: -10px;
	border-radius: 40px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.ability_production_content_ul li:nth-of-type(6) {
	width: 100%;
	flex-direction: row;
	align-items: end;
	justify-content: end;
	position: relative;
	right: 0;

	align-content: end;
	right: -80px;
}


.ability_production_content_ul li:nth-of-type(7),
.ability_production_content_ul li:nth-of-type(8) {
	position: relative;
	flex-direction: column;
	top: -108px;
}

.ability_production_content_ul li:nth-of-type(7) {
	left: 84%;
}

.ability_production_content_ul li:nth-of-type(8) {
	left: 53%;
}

.ability_production_content_ul li:nth-of-type(9) {
	left: 22%;
}

.ability_production_content_ul li:nth-of-type(10) {
	left: -8%;
}

.ability_production_content_ul li:nth-of-type(9),
.ability_production_content_ul li:nth-of-type(10),
.ability_production_content_ul li:nth-of-type(11),
.ability_production_content_ul li:nth-of-type(12),
.ability_production_content_ul li:nth-of-type(13),
.ability_production_content_ul li:nth-of-type(14),
.ability_production_content_ul li:nth-of-type(15) {
	position: relative;
	flex-direction: column;
	bottom: -80px;
}

.ability_production_content_ul li:nth-of-type(11) {
	left: -27.5%;
}

.ability_production_content_ul li:nth-of-type(12) {
	left: -16%;
}

.ability_production_content_ul li:nth-of-type(13) {
	left: -3%;
}

.ability_production_content_ul li:nth-of-type(14) {
	left: 10%;
}

.ability_production_content_ul li:nth-of-type(15) {
	left: 16%;
}

.ability_eq_box {
	width: 100%;
	height: auto;
	padding: 120px 0;
	height: auto;
	background: url(https://taili-pcb.usa72.wondercdn.com/public/static/images/home/en-us/ap_bg.png) no-repeat bottom right;
}

.ability_eq_content {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 80px;
	padding: 0 116px;
}

.ability_eq_content_sw {
	width: 100%;
	height: auto;
}

.ability_eq_content_sw .swiper-slide {
	height: auto;
}

.ability_eq_content_sw .swiper-slide img {
	display: block;
	width: 100%;
	border-radius: 12px;
}

.ability_eq_content_sw .swiper-slide h4 {
	font-size: 20px;
	color: #595B63;
	margin-top: 10px;
}

.ability_eq_content_sw_right,
.ability_eq_content_sw_left {
	width: 70px;
	height: 92px;
	background-color: #F4F5F5;
	background-size: 14px auto;
}

.ability_eq_content_sw_right {
	background-image: url(https://taili-pcb.usa72.wondercdn.com/public/static/images/home/en-us/index_customers_right.png);
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
}

.ability_eq_content_sw_left {
	background-image: url(https://taili-pcb.usa72.wondercdn.com/public/static/images/home/en-us/index_customers_left.png);
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
}


.ability_production_content_ul_div.three-clms {
	width: 450px;
	border-radius: 70px;
	background: #28a8dd;
}

.ability_production_content_ul li:nth-of-type(5) {
	/* display: inline-flex !important; */
	/* flex-direction: initial; */
}

.ability_production_content_ul li:nth-of-type(5) .ability_production_content_ul_div span {

	position: absolute;
	right: 0;
}

.ability_production_content_ul li:nth-of-type(5) p {
	/* width: max-content; */
}

.ability_production_content_ul li:nth-of-type(4) {
	/* width: 400px; */
}

.ability_production_content_ul_div.three-clms span {
	background: transparent;
	display: grid;
	margin: 0 10px;
}

.ability_production_content_ul li:nth-of-type(4):hover span {}

.ability_production_content_ul li:nth-of-type(9):hover span {}

.ability_production_content_ul_div.three-clms span .nm-ab {
	font-size: 15px;
	text-align: center;
}

.ability_production_content_ul li:nth-of-type(6) {
	top: 36px;
	width: auto;
	flex-direction: column;
	justify-content: center;
	right: auto;
	left: 83%;
}

.ability_production_content_ul li:nth-of-type(7),
.ability_production_content_ul li:nth-of-type(8) {
	top: 36px;
}



.ability_production_content_ul li:nth-of-type(8) {
	left: 27%;
}

.ability_production_content_ul li:nth-of-type(7) {
	left: 53%;
}

.ability_production_content_ul li:nth-of-type(11),
.ability_production_content_ul li:nth-of-type(12),
.ability_production_content_ul li:nth-of-type(13),
.ability_production_content_ul li:nth-of-type(14),
.ability_production_content_ul li:nth-of-type(15) {
	bottom: -243px;
}

.ability_production_content_ul li:nth-of-type(11) {
	left: -38.5%;
}

.ability_production_content_ul li:nth-of-type(12) {
	left: -30%;
}

.ability_production_content_ul li:nth-of-type(13) {
	left: -20%;
}

.ability_production_content_ul li:nth-of-type(14) {
	left: -10%;
}

.ability_production_content_ul li:nth-of-type(15) {
	left: 64%;
}




.ability_production_content {
	width: 100%;
}

.ability_production_content_ul {
	height: 100%;
}

.ability_production_content_ul li {
	height: 187px;
	/* width: 180px; */
}

.ability_production_content_ul li:nth-of-type(1),
.ability_production_content_ul li:nth-of-type(2),
.ability_production_content_ul li:nth-of-type(3),
.ability_production_content_ul li:nth-of-type(4) {
	position: absolute;
	margin: 0;
	top: -2%;
}

.ability_production_content_ul li:nth-of-type(1) {
	left: 26%;
}

.ability_production_content_ul li:nth-of-type(2) {
	left: 46%;
}

.ability_production_content_ul li:nth-of-type(3) {
	left: 65%;
}

.ability_production_content_ul li:nth-of-type(4) {
	left: 84%;
}

.ability_production_content_ul li:nth-of-type(5) {
	left: 83%;
	top: 7%;
}

.ability_production_content_ul li:nth-of-type(5),
.ability_production_content_ul li:nth-of-type(6),
.ability_production_content_ul li:nth-of-type(7),
.ability_production_content_ul li:nth-of-type(8) {
	position: absolute;
	margin: 0;
	top: 27%;
}

.ability_production_content_ul li:nth-of-type(6) {
	left: 65%;
}

.ability_production_content_ul li:nth-of-type(7) {
	left: 46%;
}



.ability_production_content_ul li:nth-of-type(9) {
	left: 6%;
	top: 45% !important;
}

.ability_production_content_ul li:nth-of-type(10) {
	left: 18%;
	top: 45%;
}

.ability_production_content_ul li:nth-of-type(11),
.ability_production_content_ul li:nth-of-type(12),
.ability_production_content_ul li:nth-of-type(13) {
	position: absolute;
	margin: 0;
	bottom: auto;
	top: 45%;
}

.ability_production_content_ul li:nth-of-type(14),
.ability_production_content_ul li:nth-of-type(15),
.ability_production_content_ul li:nth-of-type(16),
.ability_production_content_ul li:nth-of-type(17),
.ability_production_content_ul li:nth-of-type(18) {
	position: absolute;
	margin: 0;
	bottom: auto;
	top: 69%;
}

.ability_production_content_ul li:nth-of-type(19),
.ability_production_content_ul li:nth-of-type(20),
.ability_production_content_ul li:nth-of-type(21),
.ability_production_content_ul li:nth-of-type(22) {
	position: absolute;
	margin: 0;
	bottom: auto;
	top: 89%;
}

.ability_production_content_ul li:nth-of-type(22) {
	left: 65%;
}

.ability_production_content_ul li:nth-of-type(21) {
	left: 46%;
}


.ability_production_content_ul li:nth-of-type(20) {
	left: 28%;
}


.ability_production_content_ul li:nth-of-type(19) {
	left: 8%;
}

.ability_production_content_ul li:nth-of-type(18) {
	left: 8%;
}

.ability_production_content_ul li:nth-of-type(17) {
	left: 28%;
}

.ability_production_content_ul li:nth-of-type(16) {
	left: 46%;
}

.ability_production_content_ul li:nth-of-type(14) {
	left: 84%;
}

.ability_production_content_ul li:nth-of-type(13) {
	left: 84%;
}

.ability_production_content_ul li:nth-of-type(12) {
	left: 64%;
}

.ability_production_content_ul li:nth-of-type(11) {
	left: 45%;
}

.info_content_div_right {
	width: 63%;
}

.about_info_content_left {
	width: 48.5%;
}

.about_info_content_right {
	width: 48.5%;
}
 

@media (max-width: 1200px) {
	.ability_production_content_ul_div span img.img-fluid {
		display: block;
	}

	.ability_production_content img {
		display: none;
	}

	.ability_production_content_ul {
		position: relative;
	}

	.ability_production_content_ul li {
		position: relative !important;
		left: auto !important;
		bottom: auto !important;
		top: auto !important;
		width: 20%;
		height: auto;
		margin-top: 2% !important;
	}

	.ability_production_content {
		margin-top: 0;
	}

	.ability_production_content_ul {
		justify-content: space-between;
	}

	.ability_production_content_ul li:nth-of-type(6) {
		width: 20%;
	}

	.ability_eq_box {
		padding-top: 0;
	}

	.ability_eq_content {
		margin-top: 0;
	}
}

@media (max-width: 990px) {

	.ability_production_title_box {
		padding: 8vw 0;
	}

	.ability_production_content_ul li {
		width: 32% !important;
	}

	.ability_production_content_ul li:nth-of-type(6) p {}

	.ability_production_title_box h4 {
		font-size: 20px;
	}

	.ability_eq_content {
		padding: 0;
	}

}

@media (max-width: 768px) {

	span.tooltiptext h6 {
		margin-bottom: 0px;
	}
	
	.ab-dbl-1  li:nth-of-type(7) span.tooltiptext{
		transform: translateX(-15%);
	}
	.ab-dbl-1  li:nth-of-type(8) span.tooltiptext{
		transform: translateX(-60%);
	}
	.ab-dbl-1  li:nth-of-type(21) span.tooltiptext{
		transform: translateX(-35%);
	}
	
	.ab-dbl-1  li:nth-of-type(1) span.tooltiptext,
	.ab-dbl-1  li:nth-of-type(4) span.tooltiptext,
	.ab-dbl-1  li:nth-of-type(9) span.tooltiptext,
	.ab-dbl-1  li:nth-of-type(12) span.tooltiptext,
	.ab-dbl-1  li:nth-of-type(15) span.tooltiptext,
	.ab-dbl-1  li:nth-of-type(18) span.tooltiptext  {
		transform: translateX(-3%);
	}
	.ab-dbl-1  li:nth-of-type(2) span.tooltiptext,
	.ab-dbl-1  li:nth-of-type(5) span.tooltiptext,
	.ab-dbl-1  li:nth-of-type(10) span.tooltiptext,
	.ab-dbl-1  li:nth-of-type(13) span.tooltiptext,
	.ab-dbl-1  li:nth-of-type(16) span.tooltiptext,
	.ab-dbl-1  li:nth-of-type(19) span.tooltiptext {
		transform: translateX(-33%);
	}
	.ab-dbl-1  li:nth-of-type(3) span.tooltiptext,
	.ab-dbl-1  li:nth-of-type(6) span.tooltiptext,
	.ab-dbl-1  li:nth-of-type(11) span.tooltiptext,
	.ab-dbl-1  li:nth-of-type(14) span.tooltiptext,
	.ab-dbl-1  li:nth-of-type(17) span.tooltiptext,
	.ab-dbl-1  li:nth-of-type(20) span.tooltiptext {
		transform: translateX(-70%);
	}


	.ab-sngl-1  li:nth-of-type(1) span.tooltiptext,
	.ab-sngl-1  li:nth-of-type(5) span.tooltiptext,
	.ab-sngl-1  li:nth-of-type(8) span.tooltiptext,
	.ab-sngl-1  li:nth-of-type(11) span.tooltiptext,
	.ab-sngl-1  li:nth-of-type(14) span.tooltiptext,
	.ab-sngl-1  li:nth-of-type(17) span.tooltiptext,
	.ab-sngl-1  li:nth-of-type(20) span.tooltiptext  {
		transform: translateX(-3%);
	}

	.ab-sngl-1  li:nth-of-type(4) span.tooltiptext  {
		transform: translateX(-40%);
	}
	.ab-sngl-1  li:nth-of-type(2) span.tooltiptext,
	.ab-sngl-1  li:nth-of-type(6) span.tooltiptext,
	.ab-sngl-1  li:nth-of-type(9) span.tooltiptext,
	.ab-sngl-1  li:nth-of-type(12) span.tooltiptext,
	.ab-sngl-1  li:nth-of-type(15) span.tooltiptext,
	.ab-sngl-1  li:nth-of-type(18) span.tooltiptext,
	.ab-sngl-1  li:nth-of-type(21) span.tooltiptext  {
		transform: translateX(-40%);
	}
	.ab-sngl-1  li:nth-of-type(3) span.tooltiptext,
	.ab-sngl-1  li:nth-of-type(7) span.tooltiptext,
	.ab-sngl-1  li:nth-of-type(10) span.tooltiptext,
	.ab-sngl-1  li:nth-of-type(13) span.tooltiptext,
	.ab-sngl-1  li:nth-of-type(16) span.tooltiptext,
	.ab-sngl-1  li:nth-of-type(19) span.tooltiptext,
	.ab-sngl-1  li:nth-of-type(22) span.tooltiptext  {
		transform: translateX(-70%);
	}



	

	.span.tooltiptext{
		z-index: 9999 !important;
	}
	.tooltip {
		position: absolute;
		z-index: 1080 !important;
	}
	.tooltip.top .tooltiptext {
		padding: 10px !important;
	}

	.ability_production_content_ul_div.tooltip.top span.tooltiptext {
		bottom: 108% !important;
	}
	.ability_production_content_ul li:nth-of-type(20) .ability_production_content_ul_div img.img-fluid {
		margin-top: 13px;
		width: 60px;
	}

	.ability_production_content_ul li {

		justify-content: start;

	}

	.ability_production_content_ul li:nth-of-type(1) p {
		position: inherit !important;
		left: auto !important;
		bottom: 5% !important;
	}

	.ability_production_content_ul li:nth-of-type(1) .ability_production_content_ul_div {
		width: 120px;
		height: 125px !important;
	}

	.num-5-1 {
		position: inherit !important;
		margin-top: 20px !important;
		font-size: 24px !important;
	}

	.num-5 {
		top: 26% !important;
		left: 10%;
	}

	.ability_production_content_ul_div.three-clms span .nm-ab {
		font-size: 12px;
		text-align: center;
		padding: 0 6px;
	}

	.ability_production_content_ul li:nth-of-type(20) .ability_production_content_ul_div {
		height: 100px !important;
	}

	.ability_production_content_ul li:nth-of-type(4) {
		/* width: 100% !important; */
	}

	.ability_production_content_ul li:nth-of-type(5) {
		/* display: flex; */
		/* flex-direction: column-reverse; */

		/* margin-top: 20px !important; */
	}

	.ability_production_content_ul li:nth-of-type(6) {
		align-items: center;
	}

	.ability_production_content_ul li:nth-of-type(9) {
		/* width: 100% !important; */
	}

	.ability_production_content_ul_div.three-clms {
		width: 100%;

	}

	.ability_production_content_ul {

		padding: 0;
	}

	.ability_production_content_ul li p {
		font-size: 15px;
		margin-bottom: 8px;
		line-height: 17px;
		min-height: auto;
		margin-top: 10px;
	}

	.ability_production_content_ul_div {
		width: 80px;
		height: 80px;

	}

	.ability_production_content_ul_div.three-clms img.img-fluid {
		width: 40px;
		margin: auto;
	}

	.ability_production_content_ul_div.three-clms span {

		margin: 0 4px;
	}

	.ability_production_box {
		padding: 0;
	}

	.num {
		background: #fa5555;
		width: 25px;
		height: 25px;
		left: -5px;
		top: -5px;
		font-size: 15px;
	}

	.ability_production_content_ul {
		justify-content: space-evenly;
	}

	.ability_production_content_ul_div span img.img-fluid {
		display: block;
	}

	.ability_eq_content_sw_right,
	.ability_eq_content_sw_left {
		display: none;
	}

	.ability_production_title_box h4 {
		font-size: 4.8vw;
	}

	.ability_production_title_box p {
		font-size: 3.6vw;
	}

	.ability_production_content_ul li {
		margin-top: 3.8vw !important;
	}




	.ability_eq_box {
		padding-bottom: 8vw;
		background-size: 100% auto;
	}

}

@media (min-width:768px) and (max-width: 1199.9px) {
	.ability_production_content_ul li:nth-of-type(4) {
		width: 100% !important;
	}

	.ab-dbl-1 li:nth-of-type(4) {
		width: 32% !important;
	}

	.num-5-1 {
		position: inherit !important;
		margin-top: 20px !important;
	}

	.num-5.num-dbl-1.on-dsk-9 {
		display: none;
	}

	.on-mbl-9a {
		display: block !important;
	}

	main.hdr-bg>.stellarnav>ul>li>a {
		color: #ffffff !important;
	}

	.stellarnav .menu-toggle span.bars {

		top: 17px !important;
	}

	.ability-double-side .num-5-1 {
		width: 75% !important;
	}

	ul.ability_production_content_ul.ab-dbl-1 li:nth-of-type(20) .ability_production_content_ul_div.tooltip.top {
		height: 100px !important;
		width: 100px !important;
	}

	.num-5.num-dbl-1.on-mbl-9 {
		top: 36% !important;
	}

	.on-mbl-9 {
		display: block !important;
	}

	.num-5.num-5-a {
		top: 52% !important;
		left: 9%;
	}

	.num-5.num-5-a {
		top: 52%;
		left: 9%;
	}

	.num-5-1.num-5-1a {
		top: 53%;
		width: 70%;
	}

	.num-5-1.on-dsk-9a {
		display: none;
	}

	.on-mbl-9 {
		display: block;
	}

	.on-mbl-9a {
		display: block;
	}

	.ability_production_content_ul li:nth-of-type(5) {}

	.ability_production_content_ul li:nth-of-type(6) {
		align-items: center;
	}

	.num-5 {
		top: 25% !important;
		right: auto !important;
		left: 0 !important;
	}

	.ability_production_content_ul {
		justify-content: center;
	}

	.ability_production_content_ul li:nth-of-type(20) .ability_production_content_ul_div {
		width: 120px;
		height: 120px !important;
	}
}

@media (min-width:1600px) {


	.ability_production_content_ul li:nth-of-type(5) p {
		margin-left: 13px;
	}

	.ability_production_content {
		width: 98%;
	}
}

@media (min-width:1600px) and (max-width:1700px) {
	.ability_production_content {
		width: 93%;
	}
}


/*
	@media (min-width:1400px) and (max-width:1600px) {
		
		.ability_production_content_ul li:nth-of-type(1),
		.ability_production_content_ul li:nth-of-type(2),
		.ability_production_content_ul li:nth-of-type(3),
		.ability_production_content_ul li:nth-of-type(4) {
			top: -25% !important;
		}

		.ability_production_content_ul li:nth-of-type(6),
		.ability_production_content_ul li:nth-of-type(7),
		.ability_production_content_ul li:nth-of-type(8),
		.ability_production_content_ul li:nth-of-type(9) {
			top: 25% !important;
		}

		.ability_production_content_ul li:nth-of-type(10),
		.ability_production_content_ul li:nth-of-type(11) {
			top: 67% !important;
		}

		.ability_production_content_ul li:nth-of-type(5) {
			top: 5% !important;
		}

		.ability_production_content_ul li:nth-of-type(4) {
			left: 58% !important;
		}

		.ability_production_content_ul_div.three-clms {
			width: 420px !important;
		}




	}
*/


@media (min-width: 1400px) and (max-width: 1600px) {

	.ability_production_content_ul li:nth-of-type(1),
	.ability_production_content_ul li:nth-of-type(2),
	.ability_production_content_ul li:nth-of-type(3),
	.ability_production_content_ul li:nth-of-type(4) {
		top: -1% !important;
	}

	.ability_production_content_ul li:nth-of-type(5),
	.ability_production_content_ul li:nth-of-type(6),
	.ability_production_content_ul li:nth-of-type(7),
	.ability_production_content_ul li:nth-of-type(8) {
		top: 27% !important;
	}

	.ability_production_content_ul li:nth-of-type(9),
	.ability_production_content_ul li:nth-of-type(10),
	.ability_production_content_ul li:nth-of-type(11),
	.ability_production_content_ul li:nth-of-type(12),
	.ability_production_content_ul li:nth-of-type(13) {
		top: 45% !important;
	}

	.ability_production_content_ul li:nth-of-type(9) {
		top: 45% !important;
	}

	.ability_production_content_ul li:nth-of-type(14),
	.ability_production_content_ul li:nth-of-type(15),
	.ability_production_content_ul li:nth-of-type(16),
	.ability_production_content_ul li:nth-of-type(17),
	.ability_production_content_ul li:nth-of-type(18) {
		top: 69% !important;
	}

	.ability_production_content_ul li:nth-of-type(19),
	.ability_production_content_ul li:nth-of-type(20),
	.ability_production_content_ul li:nth-of-type(21),
	.ability_production_content_ul li:nth-of-type(22) {
		top: 89% !important;
	}

	.ability_production_content_ul li:nth-of-type(20) {
		top: 88% !important;
	}

	.ability_production_content_ul li:nth-of-type(11) {
		left: 46% !important;
	}

	.ability_production_content_ul li:nth-of-type(15) {
		left: 65% !important;
	}
 
}

@media (min-width:1200px) and (max-width:1600px) {

	.ability_production_content_ul li:nth-of-type(9) {
		left: 5%;
		top: 43% !important;
	}

	span.tooltiptext h6 {
		margin-bottom: 10px;
		font-size: 14px;
	}

	.ability_production_content_ul li:nth-of-type(20) .ability_production_content_ul_div span:nth-child(2) img {
		margin-top: 11px;
		width: 65px;
	}

	.ability_production_content_ul li:nth-of-type(10) {
		left: 18%;
		top: 43%;
	}

	.ability_production_content_ul li:nth-of-type(11),
	.ability_production_content_ul li:nth-of-type(12),
	.ability_production_content_ul li:nth-of-type(13) {
		top: 43%;
	}

	.ability_production_content_ul li:nth-of-type(13) {
		left: 83%;
	}

	.ability_production_content_ul li:nth-of-type(19) {
		left: 8%;
	}

	.ability_production_content_ul li:nth-of-type(14) {
		left: 83%;
	}

	.ability_production_content_ul li:nth-of-type(20) {
		left: 25%;
		/*	top: 86% !important; */
	}

	.ability_production_content_ul li:nth-of-type(17) {
		left: 27%;
	}




	.ability_production_content {
		width: 90%;
	}

	.ability_production_content_ul li:nth-of-type(20) .ability_production_content_ul_div {
		width: 130px !important;
		height: 100px;
	}

	.ability_production_content_ul_div {
		width: 80px;
		height: 80px;
	}

	.ability_production_content_ul li:nth-of-type(1) .ability_production_content_ul_div {
		width: 80px !important;
		height: 80px !important;
	}

	.ability_production_content_ul_div.three-clms {
		width: 360px;
	}

	.ability_production_content_ul li p {
		font-size: 14px;
		line-height: 16px;
		margin-top: 5px;
	}

	.ability_production_content_ul_div.three-clms span img {
		width: 50px;
		margin: auto;
	}

	.ability_production_content_ul li:nth-of-type(1),
	.ability_production_content_ul li:nth-of-type(2),
	.ability_production_content_ul li:nth-of-type(3),
	.ability_production_content_ul li:nth-of-type(4) {
		top: -3%;
	}

	.ability_production_content_ul li:nth-of-type(5) .ability_production_content_ul li:nth-of-type(6),
	.ability_production_content_ul li:nth-of-type(7),
	.ability_production_content_ul li:nth-of-type(8) {
		top: 22%;
	}

	.ability_production_content_ul li:nth-of-type(19),
	.ability_production_content_ul li:nth-of-type(20),
	.ability_production_content_ul li:nth-of-type(21),
	.ability_production_content_ul li:nth-of-type(22) {
		top: 88%;
	}

	.ability_production_content_ul li:nth-of-type(14),
	.ability_production_content_ul li:nth-of-type(15),
	.ability_production_content_ul li:nth-of-type(16),
	.ability_production_content_ul li:nth-of-type(17),
	.ability_production_content_ul li:nth-of-type(18) {
		top: 68%;
	}

	.ability_production_content_ul li:nth-of-type(5),
	.ability_production_content_ul li:nth-of-type(6),
	.ability_production_content_ul li:nth-of-type(7),
	.ability_production_content_ul li:nth-of-type(8) {
		position: absolute;
		margin: 0;
		top: 25%;
	}

	span.tooltiptext {
		display: block;
	}

	.ability_production_content_ul_div.three-clms span::before {
		content: '.';
		background-image: url(../img/line-1.png);
		position: absolute;
		color: transparent;
		height: 50px;
		background-repeat: no-repeat;
		top: 21%;
		margin-left: -10px;
	}

	.ability_production_content_ul_div.three-clms span:nth-child(2):before {
		background-image: none;
	}

}

.num-5 {
	position: absolute;
	margin: 0;
	top: 19%;
	right: 5%;
	color: #fff;
}

.num-5-1 {
	position: absolute;
	margin: 0;
	top: 21%;
	font-size: 25px;
	right: auto;
	left: auto;
	color: #000000;
	width: 100%;
	text-align: center;
}

.ability_production_content_ul li:nth-of-type(1) .ability_production_content_ul_div {
	background-image: url(../img/01.png);
	width: 100px;
	height: 100px;
	border: 0;
	box-shadow: none;
	background-size: contain;
	border-radius: 0;
	background-repeat: no-repeat;
}

.ability_production_content_ul li:nth-of-type(20) .ability_production_content_ul_div {
	background-image: url(../img/12.png);
	width: 120px;
	height: 150px;
	border: 0;
	box-shadow: none;
	background-size: contain;
	border-radius: 0;
	background-repeat: no-repeat;
}

.ability_production_content_ul li:nth-of-type(20) .ability_production_content_ul_div span:nth-child(2) {
	background: transparent;
	width: 80px;
}

.ability_production_content_ul li:nth-of-type(1) .ability_production_content_ul_div span:nth-child(2) {
	width: auto;
	height: auto;
}

.ability_production_content_ul_div span {
	display: block;
}

.ability_production_content_ul_div span:nth-child(2) {
	width: 100%;
	height: 100%;
	display: flex;
}

.ability_production_content_ul_div span:nth-child(2) img {
	width: 70px;
}

.ability_production_content_ul li:nth-of-type(1) .ability_production_content_ul_div span:nth-child(2) {
	background: transparent;
	width: 50px;
}

.ability_production_content_ul li:nth-of-type(1) .ability_production_content_ul_div {
	align-items: baseline;
}

.ability_production_content_ul li:nth-of-type(1) .ability_production_content_ul_div span:nth-child(2) img {
	width: 25px;
	margin-top: 10px;
}

.ability_production_content_ul li:nth-of-type(1) p {
	/* position: absolute; */
	/* left: -60%; */
	/* bottom: 15%; */
}

.ability_production_content_ul li:nth-of-type(20) .ability_production_content_ul_div .num {
	left: 10px;
	top: 26px;
}
 
.ability-double-side .ability_production_content_ul li:nth-of-type(1) {
	left: 26%;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(2) {
	left: 41%;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(3) {
	left: 55%;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(4) {
	left: 70%;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(5) {
	left: 84%;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(6) {
	left: 84%;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(7) {
	left: 70%;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(8) {
	left: 55%;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(9) {
	left: 39%;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(10) {
	left: 15%;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(11) {
	left: 10%;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(12) {
	left: 10%;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(13) {
	left: 23%;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(14) {
	left: 39%;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(15) {
	left: 55%;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(16) {
	left: 70%;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(17) {
	left: 84%;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(18) {
	left: 84%;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(19) {
	left: 70%;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(20) {
	left: 55%;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(21) {
	left: 39%;
}
 
.ability-double-side .num-5-1 {
	width: 54%;
}

.ability-double-side .num-5 {
	width: 45%;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(19) .ability_production_content_ul_div {
	background-image: url(../img/12.png);
	width: 120px;
	height: 150px;
	border: 0;
	box-shadow: none;
	background-size: contain;
	border-radius: 0;
	background-repeat: no-repeat;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(19) .ability_production_content_ul_div span:nth-child(2) {
	background: transparent;
	width: 80px;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(19) .ability_production_content_ul_div .num {
	left: 10px;
	top: 26px;
}

.num-5.num-5-a {
	top: 52%;
	left: 9%;
}

.num-5-1.num-5-1a {
	top: 53%;
	width: 70%;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(20) .ability_production_content_ul_div span:nth-child(2) {
	background: #2aabe1;
	width: 80px;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(20) .ability_production_content_ul_div .num {
	left: -10px;
	top: -10px;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(20) .ability_production_content_ul_div span:nth-child(2) img {
	margin-top: 0px;
	width: 65px;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(20) .ability_production_content_ul_div {
	background-image: none;
	width: 80px !important;
	height: 80px;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid #fa5555;
	border-radius: 50%;
	box-shadow: 0px 0px 25px #00000059;
	background: #29abe1;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(1),
.ability-double-side .ability_production_content_ul li:nth-of-type(2),
.ability-double-side .ability_production_content_ul li:nth-of-type(3),
.ability-double-side .ability_production_content_ul li:nth-of-type(4),
.ability-double-side .ability_production_content_ul li:nth-of-type(5) {
	top: -7% !important;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(6),
.ability-double-side .ability_production_content_ul li:nth-of-type(7),
.ability-double-side .ability_production_content_ul li:nth-of-type(8),
.ability-double-side .ability_production_content_ul li:nth-of-type(9),
.ability-double-side .ability_production_content_ul li:nth-of-type(10),
.ability-double-side .ability_production_content_ul li:nth-of-type(11) {
	top: 25% !important;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(12),
.ability-double-side .ability_production_content_ul li:nth-of-type(13),
.ability-double-side .ability_production_content_ul li:nth-of-type(14),
.ability-double-side .ability_production_content_ul li:nth-of-type(15),
.ability-double-side .ability_production_content_ul li:nth-of-type(16),
.ability-double-side .ability_production_content_ul li:nth-of-type(17) {
	top: 57% !important;
}

.ability-double-side .ability_production_content_ul li:nth-of-type(18),
.ability-double-side .ability_production_content_ul li:nth-of-type(19),
.ability-double-side .ability_production_content_ul li:nth-of-type(20),
.ability-double-side .ability_production_content_ul li:nth-of-type(21) {
	top: 88% !important;
}

.sd-nm {
	text-align: center;
	color: #35b0e3;
}

@media (min-width:1400px) and (max-width:1900px) {
	.ability-double-side .ability_production_content_ul li:nth-of-type(8) {
		left: 57%;
	}

	.ability-double-side .ability_production_content_ul li:nth-of-type(20) {
		left: 57%;
	}

	.ability-double-side .ability_production_content_ul li:nth-of-type(15) {
		left: 55% !important;
	}

	.ability-double-side .ability_production_content_ul li:nth-of-type(11) {
		left: 10% !important;
	}

	.ability-double-side .ability_production_content_ul li:nth-of-type(1),
	.ability-double-side .ability_production_content_ul li:nth-of-type(2),
	.ability-double-side .ability_production_content_ul li:nth-of-type(3),
	.ability-double-side .ability_production_content_ul li:nth-of-type(4),
	.ability-double-side .ability_production_content_ul li:nth-of-type(5) {
		top: -4% !important;
	}

	.ability-double-side .ability_production_content_ul li:nth-of-type(12),
	.ability-double-side .ability_production_content_ul li:nth-of-type(13),
	.ability-double-side .ability_production_content_ul li:nth-of-type(14),
	.ability-double-side .ability_production_content_ul li:nth-of-type(15),
	.ability-double-side .ability_production_content_ul li:nth-of-type(16),
	.ability-double-side .ability_production_content_ul li:nth-of-type(17) {
		top: 59% !important;
	}

	.ability-double-side .ability_production_content_ul li:nth-of-type(10) {
		left: 17%;
	}

	.ability-double-side .ability_production_content_ul li:nth-of-type(13) {
		left: 26%;
	}

	.ability-double-side .ability_production_content_ul li:nth-of-type(14) {
		left: 40%;
	}

	.ability-double-side .ability_production_content_ul li:nth-of-type(18) {
		left: 86%;
	}

	.ability-double-side .ability_production_content_ul li:nth-of-type(17) {
		left: 86%;
	}

	.ability-double-side .ability_production_content_ul li:nth-of-type(6) {
		left: 86%;
	}

	.ability-double-side .ability_production_content_ul li:nth-of-type(5) {
		left: 86%;
	}

	.ability-double-side .ability_production_content_ul li:nth-of-type(21) {
		left: 41%;
	}



}