/* ===========================
   ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚ÂºÃƒâ€¦Ã‚Â½ÃƒÆ’Ã‚Â¦Ãƒâ€¹Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¬ about
=========================== */
.about {
  padding: 120px 0 40px;
}

.about h3 {
  font-size: 40px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20;
}

.about h3::before {
  display: block;
  content: 'About Company';
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  top: -38px;
  font-size: 98px;
  line-height: 1;
  z-index: -1;
  text-shadow: rgba(210,217,221,.75) 1px 0 0,rgba(210,217,221,.75) 0 1px 0,rgba(210,217,221,.75) -1px 0 0,rgba(210,217,221,.75) 0 -1px 0;
}

.about h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: #042038;
  margin: 10px auto 0 0;
}

.about .txt {
  margin: 40px 0 0;
  line-height: 36px;
  font-size: 17px;
  color: #666;
  display: flex;
  flex-wrap: wrap;
}

.about .txt p:first-child {
  width: 50%;
  padding-right: 30px;
}

.about .txt p:last-child {
  flex: 1;
}

.about ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about ul li {
  width: calc(50% - 30px);
  padding: 80px 0 54px;
  border-bottom: 2px solid #ddd;
  display: flex;
}

.about ul li .ico {
  width: 124px;
  text-align: center;
}

.about ul li .t {
  flex: 1;
  margin-left: 17px;
}

.about ul li .t h5 {
  font-size: 20px;
  font-weight: 700;
  color: #212121;
  line-height: 1;
}

.about ul li .t p {
  font-size: 15px;
  color: #666;
  line-height: 29px;
  margin: 20px 0 0;
}

/* ===========================
   ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â­ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¡ bobo-indicator
=========================== */
.bobo-indicator {
  padding: 60px 0;
}

.bobo-indicator .container {
  padding-left: 0;
  padding-right: 0;
}

.bobo-indicator ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 56px;
}

.bobo-indicator ul li {
  flex: 1;
  position: relative;
  padding: 32px 78px 32px 0;
  box-sizing: border-box;
  border-bottom: 2px solid #e6e6e6;
}

.bobo-indicator ul li::after {
  content: "";
  width: 0;
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all 0.3s cubic-bezier(0.55,0.23,0.62,1) 0s;
  -webkit-transition: all 0.3s cubic-bezier(0.55,0.23,0.62,1) 0s;
}

.bobo-indicator ul li h5 {
  color: var(--color-primary);
  font-size: 46px;
  line-height: 1;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  font-weight: 700;
}

.bobo-indicator ul li h5 .icon {
  margin-left: 8px;
  font-size: 28px;
}

.bobo-indicator ul li h5::after {
  content: attr(date-txt);
  position: absolute;
  right: -25px;
  top: 0;
  color: var(--title-text-color);
  font-size: 46px;
  font-weight: 400;
}

.bobo-indicator ul li:nth-child(3) h5::after {
  right: -50px;
  font-size: 22px;
  top: 2px;
}

.bobo-indicator ul li p {
  font-size: 16px;
  line-height: 1.5;
  margin: 13px 0 0;
}

.bobo-indicator ul li:hover::after {
  width: 100%;
}

/* ===========================
   about2
=========================== */
.about2 {
  padding: 30px 0 0;
  text-align: center;
}

.about2 .wp {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 80px;
}

.about2 ul {
  margin: 60px 0px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about2 ul li {
  width: 32%;
}

.about2 ul li > a {
  position: relative;
  overflow: hidden;
  display: block;
  transition: all .3s cubic-bezier(0,0,.5,1);
}

.about2 ul li > a:hover {
  box-shadow: 0px 10px 30px 0px #00000033;
  transform: scale3d(1.01, 1.01, 1.01);
}

.about2 ul li img {
  display: block;
  width: 100%;
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
}

.about2 ul li .txt {
  width: 100%;
  z-index: 105;
  padding: 22px 32px;
  transition: opacity .2s, transform .35s;
  display: flex;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.about2 ul li .txt > * {
  position: relative;
  z-index: 10;
}

.about2 ul li .txt h6 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.about2 ul li .txt p {
  margin-top: 8px;
  font-size: 16px;
  color: #000;
  line-height: 28px;
  overflow: hidden;
  transition: all .5s ease 0s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0;
}

/* ===========================
   about3
=========================== */
.about3 {
  padding: 100px 0 40px;
}

.about3 h3 {
  font-size: 40px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20;
}

.about3 h3::before {
  display: block;
  content: 'About Company';
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  top: -38px;
  font-size: 98px;
  line-height: 1;
  z-index: -1;
  text-shadow: rgba(210,217,221,.75) 1px 0 0,rgba(210,217,221,.75) 0 1px 0,rgba(210,217,221,.75) -1px 0 0,rgba(210,217,221,.75) 0 -1px 0;
}

.about3 h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: #042038;
  margin: 10px auto 0 0;
}

.about3 ul {
  margin: 60px -20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about3 ul li {
  width: 33.33333%;
  padding: 0 20px;
}

.about3 ul li .box {
  border: 1px solid #ddd;
  padding: 60px 40px;
  height: 100%;
}

.about3 ul li p {
  margin: 37px 0 0;
  line-height: 36px;
  font-size: 17px;
  color: #666;
}

.about3 ul li:hover .box {
  border-color: #042038;
}

.about3 dl {
  margin: 80px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.about3 dl dd {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.about3 dl dd::after {
  content: "";
  position: absolute;
  right: 0;
  top: 35px;
  bottom: 35px;
  background: #ccc;
  width: 1px;
}

.about3 dl dd:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 35px;
  bottom: 35px;
  background: #ccc;
  width: 1px;
}

/* ===========================
   ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â±ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â½ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¨ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ history
=========================== */
.history {
  padding: 80px 0 30px;
}

.history h3 {
  font-size: 40px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20;
}

.history h3::before {
  display: block;
  content: 'About Company';
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  top: -38px;
  font-size: 98px;
  line-height: 1;
  z-index: -1;
  text-shadow: rgba(210,217,221,.75) 1px 0 0,rgba(210,217,221,.75) 0 1px 0,rgba(210,217,221,.75) -1px 0 0,rgba(210,217,221,.75) 0 -1px 0;
}

.history h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: #042038;
  margin: 10px auto 0 0;
}

.history .box {
  margin: 70px 0 0;
  background: #042038 no-repeat center;
  padding: 36px 65px;
  display: flex;
}

.history .tab {
  width: 389px;
}

.history .tab ul li {
  line-height: 109px;
  border-bottom: 2px solid rgba(255,255,255,.5);
  padding: 0 0 0 44px;
  font-size: 36px;
  font-weight: 700;
  color: #042038;
  cursor: pointer;
  text-shadow: #fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
}

.history .tab ul li:hover,
.history .tab ul li.active {
  text-shadow: none;
  color: #fff;
}

.history .content {
  flex: 1;
  margin-left: 80px;
}

.history .item {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  display: none;
}

.history .item p ~ p {
  margin-top: 35px;
}

/* ===========================
   ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â·Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â±ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Âº factory
=========================== */
.factory {
  padding: 95px 0;
}

.factory h3 {
  font-size: 40px;
  color: #212121;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20;
}

.factory h3::before {
  display: block;
  content: 'About Company';
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  top: -38px;
  font-size: 98px;
  line-height: 1;
  z-index: -1;
  text-shadow: rgba(210,217,221,.75) 1px 0 0,rgba(210,217,221,.75) 0 1px 0,rgba(210,217,221,.75) -1px 0 0,rgba(210,217,221,.75) 0 -1px 0;
}

.factory h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: #042038;
  margin: 10px auto 0 0;
}

.factory .list {
  margin: 60px 0 0;
  position: relative;
}

.factory .swiper-slide {
  text-align: center;
}

.factory .swiper-slide .pic {
  width: 100%;
  display: block;
}

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

.factory .swiper-slide p {
  font-size: 18px;
  color: #212121;
  line-height: 32px;
  font-weight: 700;
  margin: 23px 0 0;
}

.factory .bot {
  display: flex;
  align-items: center;
  width: 980px;
  margin: 50px auto 0;
}

.factory .tips {
  flex: 1;
  margin-left: 20px;
  overflow: hidden;
}

.factory .swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: static;
  width: 100%;
  height: 2px;
  background: #c9d2d7;
}

.factory .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
  top: 0;
  height: 2px;
}

.factory .bot .page {
  font-size: 0;
}

.factory .swiper-button-prev,
.factory .swiper-button-next {
  position: static;
  width: 20px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  background: none;
  margin-top: 0;
  text-align: center;
  color: #202020;
  display: inline-block;
  border-radius: 0;
}

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

.factory .swiper-button-prev i,
.factory .swiper-button-next i {
  color: inherit;
  font-size: 18px;
  display: inline-block;
}

.factory .swiper-button-next {
  margin-left: 8px;
}

.factory .swiper-button-prev:hover,
.factory .swiper-button-next:hover {
  color: #042038;
}

/* ===========================
   ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¹Ãƒâ€šÃ‚Â¦ huake-indexC
=========================== */
.huake-indexC {
  padding: 80px 0;
  background: url(./pics/ibg3.png) no-repeat center top 50px;
}

.huake-indexC .cert {
  float: left;
  width: 40%;
}

.huake-indexC .cert h3 {
  font-size: 40px;
  color: #212121;
  font-weight: 700;
  margin-bottom: 20px;
}

.huake-indexC .cert ul li {
  float: left;
  margin: 10px;
  width: 20%;
  text-align: center;
}

.huake-indexC .cert img {
  /* height: 60px; */
}

.huake-indexC .list {
  float: right;
  width: 55%;
  position: relative;
}

.huake-indexC .list .swiper-slide {
  float: left;
  background: #fff;
  position: relative;
  box-sizing: border-box;
}

.huake-indexC .list .swiper-slide img {
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 1px solid #DBDBDB;
}

.huake-indexC .list .swiper-slide p {
  border-bottom: 1px solid #D9D9D9;
  line-height: 62px;
  height: 62px;
  text-align: center;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
}

.huake-indexC .swiper-button-prev,
.huake-indexC .swiper-button-next {
  width: 34px;
  height: 34px;
  border-radius: 0;
  background: none;
  margin-top: -22px;
  text-align: center;
}

.huake-indexC .swiper-button-prev::after,
.huake-indexC .swiper-button-next::after {
  display: none;
}

.huake-indexC .swiper-button-prev i,
.huake-indexC .swiper-button-next i {
  font-size: 30px;
  line-height: 34px;
  color: #a8a8a8;
}

.huake-indexC .swiper-button-prev {
  left: -50px;
  right: auto;
}

.huake-indexC .swiper-button-next {
  right: -50px;
  left: auto;
}

.huake-indexC .swiper-button-prev:hover i,
.huake-indexC .swiper-button-next:hover i {
  color: var(--btn-bg);
}

.huake-indexC .swiper-pagination {
  position: static;
  width: 100%;
  margin-top: 25px;
  display: none;
}

.huake-indexC .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 3px;
  background: #A8A8A8;
  border-radius: 50%;
  opacity: 1;
  box-sizing: border-box;
}

.huake-indexC .swiper-pagination-bullet-active {
  background: var(--btn-bg);
}

.huake-indexC .more {
  color: #037214;
  font-size: 16px;
  width: 222px;
  border: 2px solid #027317;
  height: 46px;
  line-height: 46px;
  border-radius: 30px;
  display: block;
  background: #fff;
  text-align: center;
  margin: 60px auto 0;
}

.huake-indexC .more:hover {
  background: var(--btn-bg-hover);
  color: #fff;
}

/* ===========================
   VRÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â±ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Âº arshine-vr
=========================== */
.arshine-vr {
  padding: 75px 0 0;
  text-align: center;
}

.arshine-vr h3 {
  font-size: 40px;
  color: #212121;
  text-align: center;
  font-weight: 700;
}

.arshine-vr .pic {
  margin: 40px 0 0;
  text-align: center;
}

/* ===========================
   ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¦ Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â
=========================== */
@media screen and (max-width: 1500px) {
  :root {
    --bobo-indicator-p: 0 0 85px;
    --bobo-indicator-text-size: 16px;
  }
  .bobo-indicator ul {
    gap: 50px;
  }
  .bobo-indicator ul li {
    padding: 30px 70px 30px 0;
  }
  .bobo-indicator ul li h5 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1441px) {
  .about h3::before,
  .about3 h3::before,
  .history h3::before,
  .factory h3::before {
    font-size: 90px;
  }
  .about .txt p:first-child {
    font-size: 17px;
    line-height: 1.7;
  }
  .about h3,
  .about3 h3,
  .history h3,
  .factory h3 {
    font-size: 38px;
  }
}

@media screen and (max-width: 1367px) {
  .about h3::before,
  .about3 h3::before,
  .history h3::before,
  .factory h3::before {
    font-size: 80px;
  }
  .about h3,
  .about3 h3,
  .history h3,
  .factory h3 {
    font-size: 36px;
  }
  .arshine-vr h3 {
    font-size: 44px;
  }
  .arshine-vr .pic iframe {
    height: 500px;
  }
}

@media screen and (max-width: 1281px) {
  .about h3::before,
  .about3 h3::before,
  .history h3::before,
  .factory h3::before {
    font-size: 70px;
  }
  .about h3,
  .about3 h3,
  .history h3,
  .factory h3 {
    font-size: 34px;
  }
  .arshine-vr h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1171px) {
  .about h3::before,
  .about3 h3::before,
  .history h3::before,
  .factory h3::before {
    font-size: 60px;
  }
  .about h3,
  .about3 h3,
  .history h3,
  .factory h3 {
    font-size: 32px;
  }
  .arshine-vr h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 992px) {
  .about ul li {
    width: 100%;
    padding: 40px 0;
  }
  .about3 ul li {
    width: 50%;
  }
  .arshine-vr h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .about h3::before,
  .about3 h3::before,
  .history h3::before,
  .factory h3::before {
    font-size: 50px;
  }
  .about h3,
  .about3 h3,
  .history h3,
  .factory h3 {
    font-size: 30px;
    text-align: center;
  }
  .about h3::after,
  .about3 h3::after,
  .history h3::after,
  .factory h3::after {
    margin: 10px auto;
  }
  .about .txt p:first-child {
    width: 100%;
    padding-right: 0;
  }
  .arshine-vr h3 {
    font-size: 28px;
  }
  .arshine-vr {
    padding: 30px 0 0;
  }
}

@media screen and (max-width: 576px) {
  .about3 dl dd {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .about2 ul li {
    width: 100%;
  }
  .arshine-vr h3 {
    font-size: 24px;
  }
}

@media screen and (max-width:1300px) {
  .huake-indexC .swiper-button-prev,
  .huake-indexC .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .huake-indexC {
    padding: 30px 0;
  }
  .huake-indexC .cert {
    float: none;
    width: 100%;
  }
  .huake-indexC .cert h3 {
    font-size: 24px;
    text-align: center;
  }
  .huake-indexC .list {
    float: none;
    width: 100%;
    margin: 20px 0 0;
  }
  .huake-indexC .swiper-pagination {
    display: block;
  }
}
.arshine-cert-list {
  padding: 75px 0;
}
.arshine-cert-list h3 {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  color: #212121;
}

.arshine-cert-list .list {
  margin-top: 50px;
  position: relative;
}
.arshine-cert-list .list a {
  height: 400px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.arshine-cert-list .list .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}

.arshine-cert-list .swiper-button-prev,
.arshine-cert-list .swiper-button-next {
  width: 46px;
  height: 46px;
  background: none;
  color: #919191;
  margin-top: -23px;
  text-align: center;
}
.arshine-cert-list .swiper-button-prev::after,
.arshine-cert-list .swiper-button-next::after {
  display: none;
}
.arshine-cert-list .swiper-button-prev i,
.arshine-cert-list .swiper-button-next i {
  font-size: 40px;
  line-height: 46px;
  color: inherit;
}
.arshine-cert-list .swiper-button-prev,
.arshine-cert-list .swiper-container-rtl .swiper-button-next {
  left: -60px;
  right: auto;
}
.arshine-cert-list .swiper-button-next,
.arshine-cert-list .swiper-container-rtl .swiper-button-prev {
  right: -60px;
  left: auto;
}
.arshine-cert-list .swiper-button-prev:hover,
.arshine-cert-list .swiper-button-next:hover {
  color: var(--color-primary);
}

.arshine-cert-list .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 25px;
}
.arshine-cert-list .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: #e0e0e0;
  margin: 0 4px;
  border-radius: 50%;
  opacity: 1;
}
.arshine-cert-list .swiper-pagination-bullet-active {
  background: #999;
}


@media screen and (max-width: 1441px) {
  .arshine-cert-list h3 {
    font-size: 48px;
  }
}

@media screen and (max-width: 1367px) {
  .arshine-cert-list h3 {
    font-size: 44px;
  }

  .arshine-cert-list {
    padding: 60px 0;
  }
  .arshine-cert-list .swiper-button-prev,
  .arshine-cert-list .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .arshine-cert-list .swiper-button-prev i,
  .arshine-cert-list .swiper-button-next i {
    font-size: 30px;
    line-height: 40px;
  }
  .arshine-cert-list .swiper-button-prev,
  .arshine-cert-list .swiper-container-rtl .swiper-button-next {
    left: -50px;
  }
  .arshine-cert-list .swiper-button-next,
  .arshine-cert-list .swiper-container-rtl .swiper-button-prev {
    right: -50px;
  }
}

@media screen and (max-width: 1281px) {
  .arshine-cert-list h3 {
    font-size: 40px;
  }

  .arshine-cert-list .swiper-button-prev,
  .arshine-cert-list .swiper-button-next {
    display: none;
  }
  .arshine-cert-list .swiper-pagination {
    display: block;
  }
}

@media screen and (max-width: 1171px) {
  .arshine-cert-list h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 992px) {
  .arshine-cert-list h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .arshine-cert-list h3 {
    font-size: 28px;
  }
  .arshine-cert-list {
    padding: 30px 0;
  }
  .arshine-cert-list .list {
    margin-top: 25px;
  }
  .arshine-cert-list .list a {
    height: 200px;
  }
}

@media screen and (max-width: 600px) {
  .arshine-cert-list h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 480px) {
  .arshine-cert-list h3 {
    font-size: 24px;
  }

  .arshine-cert-list ul li {
    width: 50%;
  }
}
