/*
 --------------------------------
  Carousel component
 --------------------------------
 */
.carousel{
  background-image: url('../images/home/banner-bg.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.carousel-container{
  position: relative;
  padding-top: 10px;
  /*height: 310px;*/
}
.carousel-wrapper .swiper-slide{
  width:1200px !important;
}
.gallery-thumbs .swiper-slide img{
  width: 100%;
}
/*.carousel-container .swiper-slide--active{*/
  /*transform: scale(.96);*/
/*}*/
.carousel-container .swiper-slide--active:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: .4;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image: none;

  right:auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background-image: none;

  left:auto;
}
.carousel-container .swiper-button-next-1, .swiper-container-rtl .swiper-button-prev-1{
  right: 26%;
}
.carousel-container .swiper-button-prev-1, .swiper-container-rtl .swiper-button-next-1{
  left: 26%;
}

.gallery-thumbs{
  position: absolute;
  bottom: 30px;
  right: 26%;
  width: 440px;
  height: 63px;
}

/*
---------------------------------
  category component
---------------------------------
 */
.category{
  padding: 100px 0 101px 0;
  margin: auto;
}
.category li {
  float: left;
  width:224px;
  height:224px;
  background-image:linear-gradient(30deg,rgba(194,225,255,1) 0%,rgba(222,232,242,1) 100%);
  border-radius:112px;
}

.category li {
  position: relative;
  margin-right: 20px;
}
.category li:last-child{
  margin-right: 0;
}
.category li a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #0075DD;
  text-decoration: none;
  border-radius:112px;
}
.category li img{
  margin-bottom: 20px;
}
.category li.cate--active{
  background-image:linear-gradient(30deg,#fff 0%,#fff 100%);
  box-shadow:0px 2px 40px 0px rgba(61,127,216,0.32);
}
.category li.cate--active a{
  color: #000;
}
.category .about-icon{
  display: block;
  width: 57px;
  height: 57px;
}
.category .product-icon{
  width: 72px;
  height: 59px;
}
.category .apply-icon{
  width: 57px;
  height: 57px;
}
.category .skill-icon{
  width: 57px;
  height: 57px;
}
.category .company-icon{
  width: 58px;
  height: 58px;
}
/*
-----------------------------------
  news component
-----------------------------------
 */
.news{
  padding: 49px 0 56px 0;
  background-image: url("../images/home/news-bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.news-title {
  text-align: center;
}

.news-more > a{
  display: block;
  margin-bottom: 49px;
  margin-top: -8px;
  text-decoration: none;
  color: #3c3c3c;
  font-size: 12px;
}
.news-more > a img{
  margin-left: 5px;
  vertical-align: middle;
}
.news-list li{
  border-top: 1px solid #DCDCDC;
}
.news-list li:last-child{
  border-bottom: 1px solid #DCDCDC;
}
.news-list li a{
  display: block;
  height: 100%;
  padding: 26px 0;
  font-weight: bold;
  color: #3C3C3C;
  text-decoration: none;
}
.news-list li a .new-thumb{
  overflow: hidden;
  float: left;
  margin-right: 31px;
}
.news-list li a .new-thumb img {
  transition: 1s;
}
.news-list li a > img{
  float: left;
  width: 120px;
  height: 90px;
}

.news-list li a .news-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-top: 10px;
  color: #3C3C3C;
}
.news-list li a .news-content img{
  width: 21px;
  height: 18px;
}
.news-list li a .tag-date{
  margin-bottom: 13px;
  font-size: 12px;
}
.news-list li a .tags{
  display: inline-block;
  width: 64px;
  height: 18px;
  margin-right: 7px;
  text-align: center;
  line-height: 18px;
  color: #fff;
  background-color: #000;
  transform: skewX(-10deg);
}
.news-list li a .desc{
  font-size: 24px;
  font-weight:normal;
  padding-right:31px;
}
.news-list li.news-item--active a .news-content{
  color: #FF0000;
}
.news-list li.news-item--active .news-content img{
  width: 31px;
  height: 18px;
}
.news-list li.news-item--active a  .tags{
  background-color: #004597;
}
.news-list li.news-item--active a  .new-thumb img{
  transform: scale(1.1);
}
/*
-----------------------------------
  credentials component
-----------------------------------
 */
.credentials{
  padding: 80px 0 97px 0;
  background-color: #fff;
}
.credentials .credentials-title{
  margin-bottom: 50px;
  text-align: center;
}
.credentials .swiper-credentials{
  position: relative;
  height: 300px;
}
.credentials .swiper-credentials > img{
  position: absolute;
  top: 107px;
  border: none;
  outline: none;
  cursor: pointer;
}
.credentials .swiper-credentials > img.button-prev{
  left: -40px;
}
.credentials .swiper-credentials > img.button-next{
  right: -40px;
}
.credentials-container img{
  max-width:355px;
  height:234px;
  margin-bottom: 23px;
}
.credentials-container .swiper-slide{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
  width:355px;
  min-height:234px;
  max-height:300px;
}
.credentials-container .swiper-slide:hover:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width:355px;
  height:234px;
  margin:auto;
  background-image:url("../images/home/scale.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.credentials-container .swiper-slide span{
 color:#3c3c3c
}

