/* Button
-------------------------- */
/* Button
-------------------------- */
/* Button
-------------------------- */
/* BEM
 -------------------------- */
.e-cs-block {
  padding-top: 50px;
  padding-bottom: 50px;
}
.e-cs-block__title {
  margin: 30px auto;
  margin-bottom: 50px;
  color: #333333;
  font-size: 40px;
  text-align: center;
}
.e-cs-block__title span {
  display: inline-block;
  position: relative;
  padding-bottom: 25px;
  font-weight: 300;
  line-height: 1;
}
.e-cs-block__title span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background: #ffc819;
  z-index: 2;
  content: "";
}
.e-cs-block__title span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #005096;
  z-index: 1;
  content: "";
}

.e-cs-search {
  width: 100%;
  height: 60px;
}
.e-cs-search .e-cs-search__wrapper {
  width: 100%;
  height: 60px;
}

.e-cs-search .e-cs-search__inner {
  display: inline-block;
  float: left;
  position: relative;
  width: 82%;
  height: 100%;
}
.e-cs-search .e-cs-search__inner input {
  padding: 0 20px 0 50px;
  width: 100%;
  height: 100%;
  border: 1px solid #dcdfe6;
  font-size: 14px;
  border-right: none;
}
.e-cs-search .e-cs-search__inner input::placeholder {
  color: #999999;
  font-size: 14px;
}
.e-cs-search .e-cs-search__inner::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 22px;
  width: 17px;
  height: 17px;
  background: url("../assets/images/icons/icon_search.png") center no-repeat;
  background-size: cover;
  transform: translateY(-50%);
  content: "";
}

.e-cs-search .e-cs-search__button {
  display: inline-block;
  width: 18%;
  height: 100%;
  color: #000000;
  font-size: 22px;
  background: #ffc819;
  border: none;
  outline: none;
  transition: 0.2s;
}
.e-cs-search .e-cs-search__button:hover {
  border: none;
  outline: none;
  background: #ffd347;
}

.e-cs-QA {
  padding: 0 16px;
}
.e-cs-QA .e-cs-QA__tabs {
  position: relative;
  margin: 45px 0 5px;
  border-bottom: 2px solid #005096;
}
.e-cs-QA .e-cs-QA__tabs .e-cs-QA__tabs-container {
  margin: 0 -38px;
}
.e-cs-QA .e-cs-QA__tabs .e-cs-QA__tabs-container::before,
.e-cs-QA .e-cs-QA__tabs .e-cs-QA__tabs-container::after {
  display: table;
  content: "";
}

.e-cs-QA .e-cs-QA__tabs .e-cs-QA__tabs-container::after {
  clear: both;
}

.e-cs-QA .e-cs-QA__tabs .e-cs-QA__tab {
  display: inline-block;
  padding: 0 38px;
  font-size: 32px;
  font-weight: bold;
}
.e-cs-QA .e-cs-QA__tabs .e-cs-QA__tab > span {
  display: inline-block;
  position: relative;
  padding: 15px 0;
  color: #2c3c57;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.e-cs-QA .e-cs-QA__tabs .e-cs-QA__tab > span::after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ffc819;
  transform: translateX(-50%);
  transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 2;
  content: "";
}
.e-cs-QA .e-cs-QA__tabs .e-cs-QA__tab > span:hover {
  font-size: 32px;
  font-weight: bold;
}
.e-cs-QA .e-cs-QA__tabs .e-cs-QA__tab > span:hover::after {
  width: 100%;
}
.e-cs-QA .e-cs-QA__tabs .e-cs-QA__tab.is-active > span {
  font-size: 32px;
  font-weight: bold;
}
.e-cs-QA .e-cs-QA__tabs .e-cs-QA__tab.is-active > span::after {
  width: 100%;
}

.e-cs-QA .e-cs-QA__links {
  margin-left: -32px;
  margin-right: -32px;
}
.e-cs-QA .e-cs-QA__links::before,
.e-cs-QA .e-cs-QA__links::after {
  display: table;
  content: "";
}

.e-cs-QA .e-cs-QA__links::after {
  clear: both;
}

.e-cs-QA .e-cs-QA__link {
  float: left;
  padding: 20px 30px 0;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-cs-QA .e-cs-QA__link > a {
  display: inline-block;
  position: relative;
  padding: 20px 10px 20px 0;
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: 18px;
  line-height: 1;
  border-bottom: 1px solid #005096;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-cs-QA .e-cs-QA__link > a::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  width: 6px;
  height: 11px;
  background: url(../assets/images/icons/icon_arrow_right_active.png) center no-repeat;
  background-size: cover;
  content: "";
}
.e-cs-QA .e-cs-QA__link > a:hover {
  color: #005096;
}

.e-cs-QA .e-cs-QA__footer {
  padding-top: 45px;
  text-align: center;
}

.e-detail-banner-swiper {
  width: 100%;
  height: 100%;
}
.e-detail-banner-swiper .e-detail-banner-swiper__wrapper {
  position: absolute;
  top: 50%;
  margin-top: 20px;
  transform: translateY(-50%);
}

.e-detail-banner-swiper .e-detail-banner-swiper__title {
  margin-bottom: 50px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 2px;
  /*opacity: 0;
  transform: translateX(-50px);
  transition: all 0.6s;*/
}

.e-detail-banner-swiper .e-detail-banner-swiper__button {
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 50px;
  height: 42px;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  border: 2px solid #ffffff;
  opacity: 0;
  transition: all 0.2s;
  cursor: pointer;
}

.e-detail-banner-swiper .e-detail-banner-swiper__content {
  color: #ffffff;
  font-size: 16px;
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.6s;
}

/*.e-detail-banner-swiper .swiper-slide-active .e-detail-banner-swiper__title {
  opacity: 1;
  transform: translateX(0);
  transition: all 1s;
}*/

.e-detail-banner-swiper .swiper-slide-active .e-detail-banner-swiper__button {
  opacity: 1;
  transition: all 2s;
}

.e-detail-banner-swiper .swiper-slide-active .e-detail-banner-swiper__content {
  opacity: 1;
  transform: translateX(0);
  transition: all 1.6s;
}

.e-detail-banner-swiper .e-detail-banner-swiper__pagination {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.e-detail-banner-swiper .e-detail-banner-swiper__pagination .swiper-pagination-bullet,
.e-detail-banner-swiper .e-detail-banner-swiper__pagination .swiper-pagination-switch {
  display: inline-block;
  position: relative;
  margin: 5px;
  width: 40px;
  height: 2px;
  background: #ffffff;
  transition: width 0.4s;
  cursor: pointer;
}
.e-detail-banner-swiper .e-detail-banner-swiper__pagination .swiper-pagination-bullet::after,
.e-detail-banner-swiper .e-detail-banner-swiper__pagination .swiper-pagination-switch::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #ffc819;
  transform: translateY(-50%);
  transition: width 0.4s;
  cursor: pointer;
  content: "";
}
.e-detail-banner-swiper .e-detail-banner-swiper__pagination .swiper-pagination-bullet.swiper-active-switch, .e-detail-banner-swiper .e-detail-banner-swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.e-detail-banner-swiper .e-detail-banner-swiper__pagination .swiper-pagination-switch.swiper-active-switch,
.e-detail-banner-swiper .e-detail-banner-swiper__pagination .swiper-pagination-switch.swiper-pagination-bullet-active {
  width: 50px;
}
.e-detail-banner-swiper .e-detail-banner-swiper__pagination .swiper-pagination-bullet.swiper-active-switch::after, .e-detail-banner-swiper .e-detail-banner-swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.e-detail-banner-swiper .e-detail-banner-swiper__pagination .swiper-pagination-switch.swiper-active-switch::after,
.e-detail-banner-swiper .e-detail-banner-swiper__pagination .swiper-pagination-switch.swiper-pagination-bullet-active::after {
  width: 100%;
  animation: pagination-bullet-progress 10s linear;
  animation-duration: inherit;
}
@keyframes pagination-bullet-progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.e-detail-banner-swiper .e-detail-banner-swiper__pagination .swiper-pagination-bullet::before,
.e-detail-banner-swiper .e-detail-banner-swiper__pagination .swiper-pagination-switch::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  transform: translateY(-50%);
  cursor: pointer;
  content: "";
}

.e-cs-info-card {
  height: 415px;
  max-height: 415px;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 4px solid #005096;
  transition: all 0.3s;
  cursor: auto;
}
.e-cs-info-card .e-cs-info-card__wrapper {
  position: relative;
  height: 100%;
  padding: calc(20rem / 14) calc(35rem / 14);
  transition: box-shadow 0.3s;
}
.e-cs-info-card .e-cs-info-card__wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 0;
  content: "";
}
.e-cs-info-card .e-cs-info-card__wrapper::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../assets/images/bg_dark_blue_grid.png) no-repeat center;
  background-size: cover;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s;
  content: "";
}

.e-cs-info-card .e-cs-info-card__title {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin-bottom: 10px;
  padding: calc(30rem / 14) 0;
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  transition: all 0.3s;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-cs-info-card .e-cs-info-card__title::after {
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #ffc819;
  opacity: 0;
  content: "";
}
.e-cs-info-card .e-cs-info-card__title::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #7fa4c7;
  content: "";
}
@media screen and (max-width: 1360px) {
  .e-cs-info-card .e-cs-info-card__title {
    font-size: 28px;
  }
}

.e-cs-info-card .e-cs-info-card__content {
  position: relative;
  height: calc(100% - 100px);
  padding-bottom: 20px;
  z-index: 1;
}

.e-cs-info-card .e-cs-info-card__list li {
  display: block;
  padding: 10px 0;
  color: #333333;
  font-size: 18px;
  line-height: 1;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.e-cs-info-card .e-cs-info-card__list li a{
  color: #333;
}

.e-cs-info-card .e-cs-info-card__footer {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #005096;
  font-size: 14px;
  transition: all 0.3s;
}
.e-cs-info-card .e-cs-info-card__footer a {
  color: #005096;
}
.e-cs-info-card:hover {
  border-color: #ffc819;
}
.e-cs-info-card:hover .e-cs-info-card__wrapper {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.e-cs-info-card:hover .e-cs-info-card__wrapper::before {
  opacity: 1;
}

.e-cs-info-card:hover .e-cs-info-card__title {
  color: #ffffff;
  border-color: #24bbe1;
}
.e-cs-info-card:hover .e-cs-info-card__title::after {
  opacity: 1;
}
.e-cs-info-card:hover .e-cs-info-card__title::before {
  background: #24bbe1;
}

.e-cs-info-card:hover .e-cs-info-card__list li {
  color: #ffffff;
}
.e-cs-info-card:hover .e-cs-info-card__list li a{
  color: #ffffff;
}
.e-cs-info-card:hover .e-cs-info-card__footer {
  color: #ffffff;
}
.e-cs-info-card:hover .e-cs-info-card__footer a{
  color: #ffffff;
}
.e-cs-information {
  min-height: 680px;
}
.e-cs-information .e-cs-information__wrapper {
  position: relative;
}

.e-cs-information .e-cs-information__left {
  position: absolute;
  top: -110px;
  width: calc(50% - 177px);
  height: 778px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.e-cs-information .e-cs-information__right {
  float: right;
  padding: 80px;
  width: 70%;
  background: #f8fafd;
}

.e-cs-information .e-cs-information__title {
  margin: 5px 0;
  color: #333333;
  font-size: 22px;
  font-weight: bold;
}

.e-cs-information .e-cs-information__content {
  margin: 8px 0;
  color: #333333;
  font-size: 16px;
}
.e-cs-information .e-cs-information__content a {
  color: #005096;
}

.e-cs-information .e-cs-information__imageBox {
  display: inline-block;
  width: 100px;
  height: 100px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.e-cs-information .e-cs-information__imageBox img {
  width: 100%;
}

.e-cs-information .e-cs-information__divider {
  margin: 30px 0;
  width: 100%;
  height: 1px;
  background: #005096;
}

.e-cs-card {
  width: 100%;
  height: 160px;
  padding: 30px 25px 25px;
  border-radius: 6px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.02), 0 1px 9px 2px rgba(0, 0, 0, 0.09);
}
.e-cs-card .e-cs-card__wrapper {
  position: relative;
  height: 100%;
}

.e-cs-card .e-cs-card__title {
  max-height: 75px;
  color: #333333;
  font-size: 20px;
  line-height: 1.26;
  display: -webkit-box;
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.e-cs-card .e-cs-card__title > i, .e-cs-card .e-cs-card__title > [class*=e-icon-] {
  transform: translateY(3px);
}

.e-cs-card .e-cs-card__bottom {
  position: absolute;
  bottom: 0;
  color: #005096;
  font-size: 14px;
  cursor: pointer;
}
