.bg-title {
  position: relative;
  height: fit-content;
  text-align: center;
}

.bg-title h3 {
  position: relative;
  z-index: 1;
  color: #23313A;
  font-size: 32px;
  font-weight: normal;
}

.bg-title .bg-title__h3 {
  color: white;
}

.bg-title .bg-title__p {
  opacity: 0.28;
}

.bg-title h3::after {
  display: block;
  content: "";
  width: 32px;
  height: 4px;
  border-radius: 2px;
  background-color: var(--primary-color);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.bg-title p {
  position: absolute;
  left: 50%;
  top: 50%;
  width: max-content;
  transform: translate(-50%, -50%);
  color: #E7E9EB;
  font-size: 36px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/* 轮播图 */
.swiper {
  width: 100%;
}

.swiper-item {
  position: relative;
}

.swiper-item .swiper-tip {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 22;
  width: 100%;
  height: 150px;
  margin: 0 auto;
  background-image: linear-gradient(rgba(56,93,118,0.3), rgba(0,1,2,0.96))
}

.swiper-item .swiper-tip .swiper-tip__box {
  color: white;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.swiper-item .swiper-tip .swiper-tip__box h3 {
  line-height: 1.5;
  font-size: 42px;
  font-weight: bold;
  /* text-shadow: 0 2px rgba(10, 10, 10, 0.8); */
}

.swiper-item .swiper-tip .swiper-tip__box p {
  font-size: 22px;
  /* text-shadow: 0 2px rgba(10, 10, 10, 0.8); */
}

.swiper-item .swiper-tip .swiper-tip__box button {
  color: white;
  padding: 10px 30px;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

#banner .swiper-pagination-custom {
  bottom: 8%;
  right: 10%;
}

#banner .swiper-pagination-customs{
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #d8d8d8;
  margin: 0 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.swiper-pagination-customs, .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  display: inline-block;
  background: #d8d8d8;
  opacity: 1;
  margin: 0 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.swiper-pagination-customs-active, .swiper-pagination-bullet-active {
  background-color: #17AD91 !important;
}

.swiper-button-prev:after {
  display: none;
}

.swiper-button-next:after {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  width: 38px !important;
  height: 38px !important;
  padding: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  background: rgba(10, 10, 10, 0.4) url('../images/arrow.png') no-repeat center;
  background-size: 90%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.swiper-button-next {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

/* 解决方案 */
section#solution {
  max-width: unset;
  width: 100vw;
  padding: 60px 0;
  background: url('/images/bg-map.png') no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}

.solutions {
  margin-top: 60px;
  width: 100%;
}

.solutions ul {
  display: flex;
}

.solutions-item {
  flex: 1;
  height: 760px;
  position: relative;
}

.solutions-item_back {
  display: none;
}

.solutions-item.active {
  flex: 3;
  /* scale: 1.1; */
  position: relative;
  /* z-index: 2; */
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.solutions-item a {
  display: block;
  height: 100%;
}

.solutions-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solutions-item .solutions-item__box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 260px;
  color: white;
  padding: 0 42px;
  background: linear-gradient(180deg, rgba(8, 53, 85, 0.3) 0%, #03182B 100%);
}

.solutions-item .solutions-item__box .solutions-item_icon {
  text-align: center;
}

.solutions-item .solutions-item__box .solutions-item_icon img{
  width: 48px;
  height: auto;
}

.solutions-item .solutions-item__box h3 {
  margin: 16px 0 25px;
  font-size: 24px;
  font-weight: 400;
}

.solutions-item .solutions-item__box div {
  height: 68px;
  font-size: 14px;
  font-weight: 200;
  white-space: pre-line;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/* 物流网络 */
section#map {
  max-width: unset;
  width: 100vw;
  padding: 80px 0 0;
  background: #0B2538;
  position: relative;
}

div#myChart {
  width: 100vw;
  height: 45vw;
  position: relative;
  margin: 40px 0 0;
  z-index: 1;
}

.maps-box__l {
  position: absolute;
  left: 5%;
  top: 8%;
  z-index: 2;
}

.maps-box__r {
  position: absolute;
  right: 5%;
  top: 8%;
  z-index: 2;
}

.maps .maps-item {
  overflow: hidden;
  width: 280px;
  height: 185px;
  background-color: #183045c2;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
}

.maps .maps-item h6 {
  color: white;
  font-size: 16px;
  font-weight: 400;
}

.maps .maps-item div {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.maps .maps-item img {
  width: 78px;
  height: 72px;
  margin: 14px;

}

.maps .item-6 img {
  width: 20px !important;
  height: 33px !important;
}
.maps .item-6.maps-back img{
  width: 100% !important;
  height: 100% !important;
}

.maps .item-8 img {
  width: 15px !important;
  height: 13px !important;
}
.maps .item-8.maps-back img{
  width: 100% !important;
  height: 100% !important;
}

.maps .maps-item p {
  color: #97B1C3;
  font-size: 14px;
  font-weight: 200;
}

.maps .maps-flip {
  position: relative;
  width: 285px;
  height: 185px;
  perspective: 800px; 
}

.maps .maps-flip-box {
  transform-style: preserve-3d;
  transition: transform 1s ease;
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  -o-transition: transform 1s ease;
}

.maps .maps-flip.active .maps-flip-box {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
}

.maps .maps-flip .maps-item>img {
  width: 100%;
  height: 100%;
  margin: 8px 0 0;
}

.maps .maps-front {
  z-index: 2;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}

.maps .maps-back {
  z-index: 1;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.maps .maps-front, .maps .maps-back {
  position: absolute;
  left: 0;
  top: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* 集团概况 */
section#company {
  max-width: unset;
  width: 100vw;
  padding: 80px 0;
  background: url('/images/bg-company_2.png') no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}

.companies {
  width: 100%;
}

.companies ul {
  width: 100%;
  max-width: 1200px;
  margin: 60px auto 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.companies ul li img {
  width: 76px;
  height: 76px;
}

.companies ul li p {
  margin-top: 15px;
}

.companies-box {
  width: 100%;
  /* height: 520px; */
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
}

.companies-box .companies-box__l {
  flex-basis: 0;
  flex: 1;
  height: inherit;
  padding: 0 40px;
  min-width: 288px;
  background: #FFFFFF;
  box-shadow: 0px 2px 11px 0px rgba(199, 199, 199, 0.41);
  border-radius: 0px 0px 0px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  -webkit-border-radius: 0px 0px 0px 28px;
  -moz-border-radius: 0px 0px 0px 28px;
  -ms-border-radius: 0px 0px 0px 28px;
  -o-border-radius: 0px 0px 0px 28px;
}

.companies-box .companies-box__l h2 {
  color: #23313A;
  font-size: 30px;
}

.companies-box .companies-box__l b {
  display: block;
  color: #787f85;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 12px 0;
}

.companies-box .companies-box__l .line {
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  background-color: var(--primary-color);
}

.companies-box .companies-box__l p {
  color: #787F85;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
}

.companies-box .companies-box__l button {
  width: 120px;
  height: 40px;
  color: var(--primary-color);
  background-color: white;
  border-radius: 8px;
  border: 1px solid var(--primary-color);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.companies-box .companies-box__l button:hover {
  color: white;
  background-color: var(--primary-color);
}

.companies-box .companies-box__l button:active,
.join button:active {
  color: white;
  background-color: #148c75;
}

.companies-box .companies-box__r {
  position: relative;
  height: inherit;
  overflow: hidden;
  border-radius: 0 28px 0 0;
  -webkit-border-radius: 0 28px 0 0;
  -moz-border-radius: 0 28px 0 0;
  -ms-border-radius: 0 28px 0 0;
  -o-border-radius: 0 28px 0 0;
}

.companies-box .companies-box__r video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.companies .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.companies .play-btn img {
  width: 80px;
  height: 80px;
}

.companies #pauseBtn {
  display: none;
}

/* 新闻中心 */
section#news {
  max-width: unset;
  width: 100vw;
  /* height: 900px; */
  padding: 80px 0 20px;
  background: url('/images/bg-company_1.png') no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}

.news {
  width: 100vw;
  padding: 0 80px;
}

.news>ul {
  margin: 30px 0;
}

.news>ul>li {
  color: white;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}

.news>ul>li.active {
  border: 1px solid var(--primary-color);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.news #newsSwiper {
  padding-top: 20px;
}

.news #newsSwiper .swiper-wrapper {
  align-items: end;
  padding-bottom: 60px;
}

.news #newsSwiper .swiper-slide {
  /* width: 360px; */
  margin-right: 40px;
}

.news #newsSwiper .swiper-slide {
  background-color: white;
  overflow: hidden;
  border-radius: 0 25px 0 25px;
  -webkit-border-radius: 0 25px 0 25px;
  -moz-border-radius: 0 25px 0 25px;
  -ms-border-radius: 0 25px 0 25px;
  -o-border-radius: 0 25px 0 25px;
}

.news #newsSwiper .news-img {
  position: relative;
  color: #333333;
  width:100%;
  padding-top: 56.25%; 
  overflow: hidden;
}

.news #newsSwiper .news-img > img {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}

.news #newsSwiper .swiper-slide .news-img::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(79, 76, 76, 0.05) 0%, rgba(79, 76, 76, 0.08) 50%, #162027 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.news #newsSwiper .news-img h4 {
  position: absolute;
  left: 18px;
  bottom: 4px;
  z-index: 2;
  width: 92%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news #newsSwiper .news-content {
  padding: 26px;
  font-size: 16px;
}

.news #newsSwiper .news-content p {
  color: var(--primary-color);
}

.news #newsSwiper .news-content div {
  height: 115px;
  color: #666666;
  line-height: 28px;
  font-weight: 300;
  margin: 12px 0 30px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.news #newsSwiper .news-content img{
  width: 28px;
  height: 28px;
}


.news #newsSwiper .line {
  width: 90%;
  height: 1px;
  background-color: #D8D8D8;
  margin: 0 auto;
}

#newsSwiper .swiper-pagination-custom, #partnerSwiper .swiper-pagination-custom {
  bottom: -0 !important;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

/* 合作伙伴 */
section#partner {
  max-width: unset;
  width: 100vw;
  padding: 80px 0 40px;
  background: url('/images/bg-company_2.png') no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}

.partner {
  width: 100vw;
  padding: 0 140px;
}

#partnerSwiper {
  margin-top: 80px;
  height: 520px;
  padding-bottom: 40px;
}

#partnerSwiper .swiper-slide {
  text-align: center;
}

#partnerSwiper img {
  display: inline-block;
  width: 200px;
  height: 80px;
}

#partnerSwiper .swiper-slide {
  height: calc((100% - 30px) / 4);
}

/* 加入杏宇娱乐 */
section#join {
  max-width: unset;
  width: 100vw;
  height: 335px;
  background: url('/images/bg-join.png') no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.join {
  width: 100%;
  color: white;
}

.join h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}

.join button {
  width: 160px;
  height: 50px;
  color: white;
  background-color: var(--primary-color);
  border: none;
  border-radius: 56px;
  -webkit-border-radius: 56px;
  -moz-border-radius: 56px;
  -ms-border-radius: 56px;
  -o-border-radius: 56px;
}

.join button:hover {
  color: white;
  background-color: #148c75;
}

/* 联系杏宇娱乐 */
section#contact-me {
  width: 100vw;
  padding: 80px 0 0;
  overflow: hidden;
}

.contact-me-box {
  width: 100%;
  margin: 80px 0;
}

.contact-me-box #myMap {
  flex: 1.5;
  height: 230px;
  margin-right: 20px;
}

.contact-me-box ul {
  flex: 1;
}

.contact-me-box ul li {
  color: #787F85;
}

.contact-me-box ul li img {
  width: 18px;
  max-height: 22px;
  height: 100%;
  margin-right: 12px;
}

.contact-me-box ul li a {
  cursor: pointer;
  color: #787F85;;
  display: block;
  margin-bottom: 6px;
  text-decoration: underline;
}

.contact-me-box .amap-marker-label {
  border: none;
}


@media (min-width: 1601px){
  section#map{
    min-height: 920px;
  }
  .maps-box__l>div,
  .maps-box__r>div {
    margin-bottom: 2vw;
  }
  .companies-box .companies-box__l h2 {
    font-size: 40px;
  }
  .companies-box .companies-box__l b {
    font-size: 16px;
  }
}

@media (max-width: 1600px) {
  .maps .maps-item, .maps .maps-flip{
    width: 245px;
    height: 170px;
  }
  .maps-box__l>div,
.maps-box__r>div {
  margin-bottom: 1vw;
}

}
/* 宽度1400px */
@media (max-width: 1400px) {
  .maps .maps-item , .maps .maps-flip{
    width: 235px;
    height: 160px;
  }
  .maps .maps-item {
    padding: 14px 18px;
  }
}

/* 宽度1400px */
@media (max-width: 1300px) {
  .solutions-item {
    height: 640px;
  }

  .maps .maps-item , .maps .maps-flip{
    width: 225px;
    height: 150px;
  }

  .maps .maps-item img {
    margin: 10px;
  }

  .maps .maps-item h6 {
    font-size: 14px;
  }

  .maps .maps-item p {
    font-size: 12px;
  }
}

/* 宽度1200px */
@media (max-width: 1200px) {

  .bg-title h3,
  .bg-title p {
    font-size: 26px;
  }

  section#solution,
  section#map,
  section#company,
  section#news,
  section#social,
  section#partner,
  section#contact-me {
    padding: 60px 0;
  }

  .companies-box,
  .news,
  .partner,
  .contact-me-box{
    padding: 0 80px;
  }

  .swiper-item .swiper-tip {
    height: 110px;
  }

  .swiper-item .swiper-tip .swiper-tip__box h3 {
    font-size: 24px;
  }

  .swiper-item .swiper-tip .swiper-tip__box p {
    font-size: 16px;
  }

  .solutions {
    margin-top: 86px;
  }

  .solutions-item {
    height: 520px;
  }

  .solutions-item__box svg {
    width: 46px;
  }

  .solutions-item .solutions-item__box h3 {
    font-size: 20px;
  }

  .solutions-item .solutions-item__box p {
    font-size: 13px;
  }

  section#map{
    min-height: 680px;
  }

  div#myChart {
    margin: 0;
    margin-top: 40px;
  }

  .maps-box__l {
    left: 60px;
    top: 100px
  }

  .maps-box__r {
    right: 60px;
    top: 100px;
  }

  .maps .maps-item,.maps .maps-flip {
    width: 180px;
    height: 120px;
  }

  .maps .maps-item{
    padding: 12px 16px;

  }

  .maps .maps-item img {
    width: 54px;
    height: 48px;
    margin: 8px;
    margin-left: 80px;
  }

  .maps .maps-item h6 {
    font-size: 14px;
  }

  .maps .maps-item p {
    font-size: 12px;
  }

  .companies ul li svg {
    width: 54px;
  }

  .companies ul li p {
    margin-top: 8px;
  }

  /* .companies-box {
    height: 460px;
  } */

  /* .companies-box .companies-box__l {
    padding: 48px 54px;
  } */

  /* .companies-box .companies-box__l p {
    margin: 60px 0;
  } */

  .news>ul>li {
    width: 130px;
  }

  .news #newsSwiper .news-img h4 {
    font-size: 18px;
  }


  .news #newsSwiper .news-content {
    padding: 18px;
  }

  .news #newsSwiper .news-content div {
    font-size: 14px;
  }

  #partnerSwiper {
    height: 460px;
  }

  #partnerSwiper img {
    width: 150px;
    height: 64px;
  }

  section#join {
    height: 270px
  }

  .join h1 {
    font-size: 36px;
  }

  .join button {
    height: 40px;
  }

  .contact-me-box {
    margin: 60px 0;
  }

  .contact-me-box #myMap {
    height: 200px;
  }

}

@media (max-width: 992px) {

  section#solution,
  section#map,
  section#company,
  section#news,
  section#social,
  section#partner,
  section#contact-me {
    padding: 50px 0;
  }

  section#map{
    min-height: 600px;
  }

  .companies-box,
  .news,
  .partner,
  .contact-me-box{
    padding: 0 50px;
  }

  .swiper-item .swiper-tip .swiper-tip__box h3 {
    font-size: 20px;
  }

  .swiper-item .swiper-tip .swiper-tip__box p {
    font-size: 14px;
  }

  .swiper-pagination-customs {
    width: 30px;
  }

  .solutions-item {
    height: 450px;
  }

  .solutions-item__box svg {
    width: 38px;
  }

  .solutions-item .solutions-item__box h3 {
    font-size: 20px;
  }

  .solutions-item .solutions-item__box p {
    font-size: 12px;
  }



  .maps-box__l {
    left: 50px;
    top: 100px
  }

  .maps-box__r {
    right: 50px;
    top: 100px;
  }

  .maps .maps-item, .maps .maps-flip{
    width: 160px;
    height: 110px;
  }

  .maps .maps-item h6 {
    font-size: 13px;
  }

  .maps .maps-item img {
    width: 64px;
    height: 48px;
  }

  .maps .item-7 img {
    width: 20px;
    height: 33px;
  }

  .maps .item-5 img {
    width: 15px;
    height: 13px;
  }

  /* .maps-box__l>div,
  .maps-box__r>div {
    margin-bottom: 36px;
  } */

  .companies ul li svg {
    width: 46px;
  }

  /* .companies-box {
    height: 380px;
  } */

  .companies-box .companies-box__l {
    padding: 0 30px;
    border-radius: 0 0 0 30px;
    -webkit-border-radius: 0 0 0 30px;
    -moz-border-radius: 0 0 0 30px;
    -ms-border-radius: 0 0 0 30px;
    -o-border-radius: 0 0 0 30px;
}
.companies-box .companies-box__r{
  border-radius: 0 30px 0 0;
  -webkit-border-radius: 0 30px 0 0;
  -moz-border-radius: 0 30px 0 0;
  -ms-border-radius: 0 30px 0 0;
  -o-border-radius: 0 30px 0 0;
}

  .companies-box .companies-box__l p {
    /* margin: 20px 0; */
    font-size: 12px;
  }

  .companies-box .companies-box__l h2 {
    font-size: 20px;
  }

  .companies-box .companies-box__l b {
    font-size: 12px;
    margin: 4px 0;
  }

  .companies-box .companies-box__l button {
    width: 80px;
    height: 34px;
    font-size: 12px;
  }

  .news>ul>li {
    width: 120px;
    height: 36px;
    line-height: 34px;
    font-size: 13px;
  }

  section#partner {
    height: 520px;
  }

  #partnerSwiper {
    height: 320px;
  }

  #partnerSwiper img {
    width: 130px;
    height: 54px;
  }

  section#join {
    height: 220px;
  }

  .join h1 {
    font-size: 32px;
  }

  .contact-me-box ul li {
    font-size: 12px;
    align-items: center;
  }

  .contact-me-box ul li img {
    width: 16px;
    height: 20px;
    margin-right: 10px;
    align-self: flex-start;
  }
}

@media (max-width: 768px) {

  section#solution, section#map, section#company, section#news, section#social, section#partner, section#contact-me{
    padding: 40px 0;
  }

  section#company {
    padding: 40px 0 0 !important;
  }

  section#map {
    min-height: 620px;
  }

  #banner .swiper-pagination-customs {
    display: none;
  }

  .swiper-item> img {
    min-height: 250px;
    object-fit: cover;
  }

  .companies-box, .news, .partner, .contact-me-box{
    padding: 0 20px;
  }

  .swiper-item .swiper-tip{
    height: 74px;
  }

  .swiper-item .swiper-tip .swiper-tip__box h3{
    font-size: 16px;
  }
  .swiper-item .swiper-tip .swiper-tip__box p {
    font-size: 12px;
  }

  .solutions {
    margin-top: 50px;
  }

  .solutions-item {
    height: 380px;
  }

  .solutions-item .solutions-item__box h3{
    font-size: 16px;
  }
  
  

  div#myChart {
    width: 100vw;
    height: 90vw;
  }
  .maps-box__l,.maps-box__r{
    display: none;
  }
  .companies ul {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
  }
  .companies ul li svg {
    width: 44px;
  }
  .companies ul li p{
    margin-top: 2px;
  }
  .companies-box {
    display: unset;
  }

  .companies-box .companies-box__r video{
    object-fit: contain;
  }
  .companies-box .companies-box__l {
    padding: 32px 38px;
  }
  .companies-box .companies-box__l,.companies-box .companies-box__r{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  /* .companies-box .companies-box__l {
    padding: 60px;
  } */
  /* .companies-box .companies-box__l p {
    margin: 40px 0;
  } */

  .partner>ul>li>ul {
    grid-template-columns: repeat(3,1fr);
  }
  .partner>ul>li>div span{
    font-size: 16px;
  }

  .contact-me-box {
    flex-direction: column;
    height: 500px;
    margin: 0;
  }

  .contact-me-box #myMap{
    width: 100%;
    margin: 40px 0;
  }

}

@media (max-width: 576px) {
  section#solution, section#map, section#company, section#news, section#social, section#partner, section#contact-me{
    padding: 30px 0;
  }

  section#solution{
    padding: 30px 0 0;
  }

  section#map {
    min-height: 500px;
  }

  section#news {
    margin-top: -20px;
  }

  #partnerSwiper {
    margin-top: 20px;
  }

  section#partner{
    height: 460px;
  }

  .swiper-pagination-customs{
    width: 12px;
  }
  .swiper-button-prev, .swiper-button-next{
    width: 28px !important;
    height: 28px !important;
  }
  .swiper-item .swiper-tip {
    height: 70px;
  }

  .swiper-pagination-customs, .swiper-pagination-bullet{
    height: 3px !important;
  }
  
  .swiper-item .swiper-tip .swiper-tip__box {
    grid-template-columns: 1fr 1fr;
  }
  .swiper-item .swiper-tip .swiper-tip__box h3{
    font-size: 14px;
  }

  #news #newsSwiper .swiper-slide {
    height:  calc((100% - 30px) / 2);
  }

  .partner>ul>li>ul {
    grid-template-columns: repeat(2,1fr);
  }

  .partner>ul>li>div span{
    font-size: 14px;
  }

  .solutions {
    width: 100%;
  }
  .solutions ul {
    flex-direction: column;
  }

  .solutions-item .solutions-item__box p {
    -webkit-line-clamp: unset;
    line-height: 1.5;
  }

  .solutions-item .solutions-item__box {
    height: 180px;
    padding: 0 20px;
  }

  .solutions-item .solutions-item__box h3 {
    margin: 6px 0 14px;
  }

  .news>ul{
    margin: 20px 0 10px;
  }

  /* .companies-box .companies-box__l{
    padding: 20px;
  } */

  .join h1 {
    font-size: 20px;
  }
}<!--0.00018906593322754-->