.about__area{
  padding-top: 60px;
  padding-bottom: 60px;
}
.about__image {
	position: relative;
}
.about__area.about__area_one ul li.last-li {
 background: url(assets/images/about/comment.png) no-repeat left top;
 padding-left: 72px;
 margin-left: 30px;
}
.about__area.about__area_one ul li.last-li em {
 display: block;
 font-size: 14px;
 color: #999;
 line-height: 15px;
 margin-top: 5px;
 font-style: normal;
}
.about__area.about__area_one ul li.last-li a {
 font-size: 18px;
 color: #222222;
 font-weight: 600;
}
.about__area.about__area_one ul li.last-li a:hover {
 color: #d2093c;
}
.about2__area h2 {
	color: #666;
	font-size: 22px;
	font-weight: 600;
}
.about2__area h2 em {
 color: #0cb2e6;
}
.about2__area .about__image {
 position: relative;
 z-index: 0;
}
.about2__area .react__shape__1 {
 position: absolute;
 left: -8%;
 top: 57%;
 -webkit-animation: slide-top 5000ms linear infinite alternate;
 animation: slide-top 5000ms linear infinite alternate;
 z-index: 1;
}
.about2__area .about__content {
 padding-left: 70px;
}
.about2__area .about__content .about__paragraph {
 font-size: 18px;
 line-height: 28px;
 color: #5b5f64;
}
.about2__area .react__shape__2 {
 position: absolute;
 right: 60px;
 bottom: -30px;
 z-index: -1;
}
.about2__area .react__shape__11 {
 position: absolute;
 left: -22px;
 top: -23px;
 z-index: -1;
}
.about2__area .react__shape__33 {
 position: absolute;
 right: -13px;
 top: 60px;
 -webkit-animation: slide-top 5000ms linear infinite alternate-reverse;
 animation: slide-top 5000ms linear infinite alternate-reverse;
 z-index: 2;
}
.about2__area .about__btn a {
 font-size: 16px;
 font-weight: 600;
 border-radius: 6px;
 border: 2px solid rgba(0, 48, 110, 0.1);
 padding: 12px 35px 12px 35px;
 color: #222222;
 display: inline-block;
 margin-top: 30px;
 line-height: 20px;
}
.about2__area .about__btn a svg {
 width: 18px;
}
.about2__area .about__btn a:hover {
 background: #212121;
 color: #fff;
}
.about2__area ul {
 margin: 0;
 padding: 0;
 overflow: hidden;
}
.about2__area ul li {
 font-size: 16px;
 color: #0f1216;
 font-weight: 600;
 padding-bottom: 15px;
}
.about2__area ul li i {
 margin-right: 10px;
 position: relative;
 background: #0cb2e6;
 padding: 5px;
 color: #fff;
 border-radius: 50%;
 display: inline-block;
 margin-left: 5px;
 font-weight: bold;
 font-size: 10px;
}
.about2__area.about2__area .about__content {
 padding-left: 0;
}
.about2__area.about2__area strong {
	font-weight: 600;
	color: #111;
	font-size: 17px;
	line-height: 1.4;
}
.about2__area.about2__area .about__content h6 {
 font-size: 16px;
 line-height: 20px;
 color: #168fb4;
 font-weight: 600;
 margin: 0 0 12px;
}
.about2__area.about2__area .about__content .about__btn a {
 font-size: 16px;
 font-weight: 600;
 border-radius: 6px;
 border: none;
 padding: 16px 35px 16px 35px;
 color: #fff;
 display: inline-block;
 margin-top: 30px;
 line-height: 20px;
 background: #212121;
}
.about2__area.about2__area .about__content .about__btn a:hover {
 opacity: 0.9;
 color: #fff;
}
.about2__area.about3__area .about__content {
 padding-top: 85px;
}
@keyframes flip {
 0% {
  transform: rotateX(0);
 }
 100% {
  transform: rotateX(360deg);
 }
}
@-webkit-keyframes rotate-center {
 0% {
  -webkit-transform: rotate(0);
  transform: rotate(0);
 }
 100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
 }
}
@keyframes rotate-center {
 0% {
  -webkit-transform: rotate(0);
  transform: rotate(0);
 }
 100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
 }
}
@-webkit-keyframes slide-top {
 0% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
 }
 100% {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
 }
}
@keyframes shake-that {
 0% {
  transform: translate(0);
 }
 50% {
  transform: translateY(-10px);
 }
 100% {
  transform: translate(0);
 }
}
.limit-text p {
	font-size: 13px;
	margin-bottom: 0;
	color: #526484;
	font-weight: 500;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: calc(100% - 2rem);
}
.lines-1,
.lines-2,
.lines-3,
.lines-4,
.lines-5,
.lines-6,
.lines-7,
.lines-8,
.lines-9,
.lines-10,
.lines-11,
.lines-12,
.lines-13,
.lines-14,
.lines-15 {
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.lines-1 {
  -webkit-line-clamp: 1;
}
.lines-2 {
  -webkit-line-clamp: 2;
}
.lines-3 {
  -webkit-line-clamp: 3;
}
.lines-4 {
  -webkit-line-clamp: 4;
}
.lines-5 {
  -webkit-line-clamp: 5;
}
.lines-6 {
  -webkit-line-clamp: 6;
}
.lines-7 {
  -webkit-line-clamp: 7;
}
.lines-8 {
  -webkit-line-clamp: 8;
}
.lines-9 {
  -webkit-line-clamp: 9;
}
.lines-10 {
  -webkit-line-clamp: 10;
}
.lines-11 {
  -webkit-line-clamp: 11;
}
.lines-12 {
  -webkit-line-clamp: 12;
}
.lines-13 {
  -webkit-line-clamp: 13;
}
.lines-14 {
  -webkit-line-clamp: 14;
}
.lines-15 {
  -webkit-line-clamp: 15;
}
.blogs-items .item-blog .blog-info .title {
	display: block;
	color: #333;
	font-weight: 500;
	margin-bottom: .5rem;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product .product-info .name a{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product .product-info .name a{
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}