.swiper-picture{
  height:200px;
  object-fit: cover;
}

.home2-area{ 
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.home2-area .h2-area-item{
  width:40%;
}

.home2-area .h2-area-item .top-item {
  margin-bottom: 10px;
  overflow: hidden;
}

.home2-area .h2-area-item .bottom-item{
  margin-bottom: 30px;
  overflow: hidden;
}
.home2-area .h2-area-item .top-item img{
  width:45px;
  height: 45px;
  margin-bottom: 10px;
  object-fit: contain;
}

.home2-area .h2-area-item .h2-item-desc{
  text-align: left;
  font-size: 11px !important;
  line-height: 20px !important;
}

.home2-area .h2-area-item .h2-item-desc div {
  margin-top: 10px;
}

/* 
.home2-area .h2-area-item .hover-item{
  top:215px
}
.home2-area .h2-area-item .show-item-hide{
  top:-215px ;
}

.home2-area .h2-area-item .show-item-show{
  top:0px ;
}

.home2-area .h2-area-item .hover-item-hide{
  top:215px ;
}

.home2-area .h2-area-item .hover-item-show{
  top:0px ;
} */

.home3 .home3-area {
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
}

.home3 .home3-area .h3-area-item{
  width:45%;
}

.home3 .home3-area .h3-area-item img{
  width:50px;
}

.home4 .home4-area {
  margin-bottom: 20px;
}

.home4 .home4-area .h4-area-item{
  width:50%;
  margin-top:20px;
}

.home4 .home4-area .h4-area-item img{
  width:50px;
}

.home4 .home4-area .h4-area-item .h4-content{
  width:85%;
  height:135px;
}

.home5 .home5-area{
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  align-items: center;
  justify-content: start;
  margin-top: 10px;
}

.home5 .home5-area .h5-area-item{
  width:25%;
  margin-top:15px;
}

.home5 .home5-area .h5-area-item .h5-item-title{
  margin-top: 10px;
  font-size: 15px !important;
  line-height: 25px !important;
}

.home5 .home5-area .h5-area-item .h5-img{
  width:100%;
  height:auto;
  margin-bottom: 0px
}

.home5 .home5-area .h5-area-item .h5-img img{
  margin: 0 auto;
  margin-top: 10px;
  width:70%;
  height:auto;
}

.home5 .home5-area .h5-area-item .h5-img::before, .home5 .home5-area .h5-area-item .h5-img::after {
  box-sizing: border-box;
  content: none;
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;

  border-radius: 100%;
}

.home5 .desc-margin {
  padding: 0 45px;
}

.h6-area .h6-item {
  width: 50%;
}

.home3 .home3-area .h3-area-item .h3-item-title {
  margin-top:10px;
}

.home3 .home3-area .h3-area-item{
  margin-top:20px;
}

.home-artice-area {
  display: none;
}

.mobile-home-artice-area {
  display: block;
}

.home-services-area {
  display: none;
}

.mobile-home-services-area {
  display: block;
  margin-top: 20px;
}

.mobile-home-title-padding-tb {
  padding: 25px 0;
}

