@charset "UTF-8";

.index {
  width: 100%;
  position: relative;
}

.index .banner-slider .slider-m,
.index .banner-slider .slider-pc {
  width: 100%;
  position: relative;
}

.index .banner-slider .slider-m .single-slide,
.index .banner-slider .slider-pc .single-slide {
  width: 100%;
  position: relative;
}

.index .banner-slider .slider-m .single-slide img,
.index .banner-slider .slider-pc .single-slide img {
  max-width: 100%;
}

.index .banner-slider .links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #fff;
  position: absolute;
  bottom: 30px;
  text-align: center;
}

.index .banner-slider .links a {
  width: 50%;
  height: 35px;
  line-height: 30px;
  display: block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  font-weight: bold;
  position: relative;
}

.index .banner-slider .links a:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 9px;
  background-image: url("../img/arr-right-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  margin-left: 8px;
  top: 11px;
}

.index .banner-slider .links a:first-child {
  border-bottom: 4px solid #fce500;
  border-right: 1px solid #fff;
}

.index .banner-slider .links a:first-child:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #fce500;
}

.index .banner-slider .links a:last-child {
  border-bottom: 4px solid #27509b;
}

.index .banner-slider .links a:last-child:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #27509b;
}

.index .banner-slider .slick-dots {
  bottom: 0;
}

.index .banner-slider .slick-dots li {
  width: 25px;
  height: 25px;
}

.index .banner-slider .slick-dots li button {
  width: 25px;
  height: 25px;
}

.index .banner-slider .slick-dots li button:before {
  font-size: 14px;
  opacity: 1;
  content: '○';
  color: #fff;
  font-weight: bold;
  width: 25px;
  height: 25px;
}

.index .banner-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  content: '●';
}

.index .product-list .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index .product-list .lists .single-pro {
  /* padding: 0 8px; */
  padding: 0;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.index .product-list .lists .single-pro a {
  display: block;
}

.index .product-list .lists .single-pro:not(:last-child):after {
  content: '';
  width: 1px;
  height: 28px;
  display: inline-block;
  background-color: #666;
  position: absolute;
  right: 0;
  top: 13%;
}

.index .product-list .lists .single-pro:first-child:before {
  content: '';
  width: 1px;
  height: 28px;
  display: inline-block;
  background-color: #666;
  position: absolute;
  right: 0;
  top: 13%;
}

.index .product-list .lists .single-pro img {
  display: block;
}

.index .product-list .lists .single-pro .pro {
  height: 50px;
  margin: 0 auto;
}

.index .product-list .lists .single-pro .pro-name {
  height: 30px;
  /* margin: 10px auto 0 auto; */
  margin: 0 auto
}

.index .product-list .lists .single-pro.new {
  background-image: url("../img/icon-new.png");
  background-repeat: no-repeat;
  background-size: 26px 15px;
  background-position: left top 5px;
}

.index .product-list .lists .single-pro.new .pro {
  margin: 0 auto 0 25px;
}

.index .social-block {
  padding-top: 20px;
}

.index .social-block .single-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.index .social-block .single-block .img-box {
  position: relative;
}

.index .social-block .single-block .img-box .icon-so {
  width: 15px;
  position: absolute;
  top: 14px;
  right: 0;
}

.index .social-block .single-block .img-box .so-pic {
  width: 180px;
  display: block;
}

.index .social-block .single-block .img-box .icon {
  width: 29px;
  position: absolute;
  left: 7px;
  bottom: 7px;
}

.index .social-block .single-block .txt-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 8px;
  color: #27509b;
  font-size: 15px;
  font-weight: bold;
  position: relative;

}

.index .social-block .single-block .txt-box .more {
  display: block;
  width: 83px;
  height: 34px;
  line-height: 34px;
  background-color: #fce500;
  color: #27509b;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
}

.index .social-block .more-social {
  text-align: center;
  padding-bottom: 20px;
  font-size: 13px;
  color: #666;
}

.index .social-block .more-social a {
  display: inline-block;
  margin-top: 15px;
  margin-right: 15px;
}

.index .social-block .more-social img {
  width: 35px;
}

.index .more-zone {
  width: 100%;
  text-align: center;
  padding: 8px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  margin: 10px auto 30px auto;
}

.index .more-zone a {
  color: #666;
}

.index .more-zone img {
  width: 15px;
  margin-left: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index .news .single-news {
  border-top: 3px solid #fce500;
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.index .news .single-news img {
  display: block;
  max-width: 100%;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.index .news .single-news .txt-box {
  width: 100%;
  height: 75px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 8px 10px;
  overflow: hidden;
  cursor: pointer;
}

.index .single-news .txt-box .arr {
  width: 30px;
  height: 30px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/arr-down-blue.png");
  background-size: 12px 8px;
  position: absolute;
  bottom: 0;
  right: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.index .single-news .txt-box.opened .arr {
  background-color: #27509b;
  background-image: url("../img/arr-up-white.png");
}

.index .single-news .txt-box.opened {
  height: auto;
  padding: 10px 10px 40px 10px;
  position: relative;
  background-color: #f9f9f9;
  font-size: 15px;
  color: #666;
  bottom: auto;
}

.index .single-news .txt-box.opened .title {
  color: #27509b;
  font-size: 20px;
  margin-bottom: 5px;
}

.index .single-news .txt-box.opened p,
.index .single-news .txt-box.opened span {
  display: block;
  width: 100%;
  /* overflow: auto; */
  text-overflow: unset;
  white-space: normal;
  text-align: justify;
  max-width: 100%;
  word-break: break-all;
}


.index .news .single-news .txt-box .title {
  font-weight: bold;
  font-size: 15px;
  position: relative;
  padding-left: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.index .news .single-news .txt-box .title:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 18px;
  background-color: #fce500;
  position: absolute;
  /* margin-right: 10px; */
  top: 3px;
  left: 0;
}

/* txt-box not opened title overflow ellipsis */

.index .single-news .txt-box .title,
.index .single-news .txt-box p,
.index .single-news .txt-box span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 30px);
}

.index .news .single-news .txt-box .content {
  font-size: 13px;
}

.index .faq .single-faq {
  position: relative;
  width: 100%;
  height: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 2px;
}

.index .faq .single-faq .txt-box {
  width: 170px;
  height: 100%;
  padding: 10px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.index .faq .single-faq .txt-box .title {
  font-size: 17px;
  color: #fce500;
  font-weight: bold;
  margin-bottom: 3px;
}

.index .faq .single-faq .txt-box .title:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 17px;
  background-image: url("../img/arr-right-yellow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-left: 7px;
  top: 3px;
}

.index .faq .single-faq .txt-box .content {
  color: #fff;
  font-size: 14px;
  display: block;
}

.index .faq .single-faq .txt-box .content:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url("../img/arr-right-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-left: 7px;
}

.index .faq .col-12.col-lg-4:nth-child(1) .single-faq {
  background-image: url("../img/index/q1.png");
  border-left: 3px solid #fce500;
  background-position: left bottom;
}

.index .faq .col-12.col-lg-4:nth-child(2) .single-faq {
  background-image: url("../img/index/q2.png");
  border-left: 3px solid #27509b;
  background-position: left -50px bottom -70px;
}

.index .faq .col-12.col-lg-4:nth-child(3) .single-faq {
  background-image: url("../img/index/q3.png");
  border-left: 3px solid #009983;
  background-position: center top -80px;
}

@media (min-width: 992px) {
  .index .banner-slider .links a {
    height: 45px;
    line-height: 40px;
    font-size: 20px;
  }

  .index .banner-slider .links a:after {
    top: 19px;
  }

  .index .product-list .lists .single-pro:not(:last-child):after {
    background-color: #e5e5e5;
    height: 74px;
  }

  .index .product-list .lists .single-pro .pro {
    /* height: 100px; */
    height: 130px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .index .product-list .lists .single-pro .pro-name {
    /* height: 30px; */
    height: 60px;
  }

  .index .product-list .lists .single-pro.new {
    background-size: 48px 27px;
    background-position: left 40px top 10px;
  }

  .index .product-list .lists .single-pro:hover .pro {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .index .social-block .single-block {
    height: 100%;
    padding-bottom: 15px;
  }

  .index .social-block .single-block .img-box .icon-so {
    width: 23px;
    top: 20px;
  }

  .index .social-block .single-block .img-box .so-pic {
    width: 270px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .index .social-block .single-block .img-box .icon {
    width: 44px;
    left: 10px;
    bottom: 10px;
  }

  .index .social-block .single-block .txt-box {
    font-size: 18px;
    padding: 15px 10px;
  }

  .index .social-block .single-block .txt-box .more {
    width: 102px;
    height: 40px;
    line-height: 36px;
    font-size: 20px;
    border: 2px solid #fce500;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .index .social-block .single-block .txt-box .more:hover {
    border: 2px solid #27509b;
  }

  .index .social-block .more-social {
    padding: 50px 0 70px 0;
    font-size: 16px
  }

  .index .social-block .more-social a {
    margin-right: 20px;
    margin-top: 30px;
  }

  .index .social-block .more-social img {
    width: 50px;
  }

  .index .more-zone {
    font-size: 18px;
    margin-top: 20px;
  }

  .index .more-zone a:hover img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .index .more-zone img {
    width: 19px;
    position: relative;
    top: 3px;
  }

  .index .news .single-news {
    overflow: hidden;
  }

  .index .news .single-news:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .index .news .single-news .txt-box {
    /* height: 103px;
    padding: 10px 20px; */
  }

  .index .news .single-news .txt-box .title {
    font-size: 18px;
    /* margin-bottom: 3px; */
  }

  .index .news .single-news .txt-box .title:before {
    width: 10px;
    height: 28px;
    /* margin-right: 12px; */
    /* top: 7px; */
  }

  .index .news .single-news .txt-box .content {
    font-size: 15px;
  }

  .index .faq .single-faq {
    height: 365px;
  }

  .index .faq .single-faq .txt-box {
    width: 100%;
    text-align: left;
    position: relative;
  }

  .index .faq .single-faq .txt-box .txt {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
  }

  .index .faq .single-faq .txt-box .title {
    font-size: 30px;
    margin-bottom: 6px;
  }

  .index .faq .single-faq .txt-box .title:after {
    width: 22px;
    height: 31px;
    top: 6px;
    -webkit-transition: all .3s;
    transition: all .3s;
    left: 0;
  }

  .index .faq .single-faq .txt-box .title:hover:after {
    left: 10px;
  }

  .index .faq .single-faq .txt-box .content {
    font-size: 18px;
    line-height: 30px;
  }

  .index .faq .single-faq .txt-box .content:after {
    width: 12px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .index .faq .single-faq .txt-box .content:hover:after {
    margin-left: 15px;
  }

  .index .faq .col-12.col-lg-4:nth-child(1) .single-faq {
    background-image: url("../img/index/q1.png");
    border-top: 5px solid #fce500;
    border-left: 0;
    background-position: center;
  }

  .index .faq .col-12.col-lg-4:nth-child(2) .single-faq {
    background-image: url("../img/index/q2.png");
    border-top: 5px solid #27509b;
    border-left: 0;
    background-position: center;
  }

  .index .faq .col-12.col-lg-4:nth-child(3) .single-faq {
    background-image: url("../img/index/q3.png");
    border-top: 5px solid #009983;
    border-left: 0;
    background-position: center;
  }
}

@media (min-width: 768px) {
  .index .product-list .lists .single-pro.new {
    background-position: left 40px top 5px;
  }

  .index .product-list .lists .single-pro.new .pro {
    margin: 0 auto;
  }
}


.index .pages-head {
  display: none;
}