﻿
header.header .hero .hero-body {
  padding: 64px 20px 0;
}

header.header .hero .hero-body .subtitle {
  font-size: 1rem;
  line-height: 1.88;
}

header.header section.hero a.return-link {
  font-size: 1rem;
  text-align: left;
  display: block;
  margin-bottom: 0.625rem;
  color: rgba(255, 255, 255, 0.6);
}

header.header section.hero a.return-link:hover {
  color: #fff
}

.case-study>.container>.columns>.column.is-4 {
  order: 1;
}

.case-study>.container>.columns>.column.is-8 {
  order: -1;
}

.case-info {
  border-radius: 0.25rem;
  background-color: #fff;
  box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.05);
  padding: 36px 24px 40px;
  position: relative;
  margin: 1.875rem 0 1.25rem;
  color: #77818b;
}

.case-info:first-child {
  margin-top: -6rem;
  color: #a1a6ab;
  padding-top: 40px;
}

.case-info .case-logo {
  padding: 0px 30px;
  text-align: center;
  margin: 0px auto 40px;
}

.case-info .case-info-field {
  display: flex;
  margin-bottom: 1.25rem;
}

.case-info .case-info-field>label {
  color: #68747f;
  width: 65px;
  margin-right: 24px;
  text-align: right;
}

.case-info .case-info-field>div {
  color: #a1a6ab;
  margin: 0;
  padding: 0;
  flex: 1;
  overflow: hidden;
}

.case-info .case-info-field a {
  color: inherit;
}

.case-info .case-info-field a:hover {
  color: #01a971;
}

.case-study .case-content .title {
  color: #3e464c;
  margin-bottom: 1.25rem
}

/*.case-study .case-content p {
  margin-bottom: 2.5rem;
  font-size: 16px;
  line-height: 1.88;
  text-align: left;
  color: #68747f;
}
*/
.case-study .video-wrapper {
  width: 100%;
  margin-bottom: 2.5rem;
}

.case-study .case-content>figure.image {
  margin-bottom: 2.5rem
}

.case-study .case-content .media .media-left {
  margin-right: 50px;
}

.case-study .case-content .media .media-content .content h6 {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.88;
  color: #68747f;
  margin-bottom: 0
}

.case-study .case-content .media .media-content .content p {
  font-size: 14px;
  line-height: 2.14;
  text-align: left;
  color: #a1a6ab;
  margin-bottom: 0;
}

.case-study .case-content .medias {
  margin-bottom: 2.5rem
}


.case-study .related-cases .column.is-2 {
  display: flex;
  align-items: center;
}

.case-study .related-cases .column.is-2 .title {
  font-weight: 500;
  color: #3e464c;
}

.case-study .related-cases a {
  display: flex;
  height: 100px;
  width: 160px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.case-study .related-cases a:hover {
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.07), 0 6px 12px 0 rgba(0, 0, 0, 0.05);
}


@media screen and (max-width: 769px) {

  .case-study .title,
  .related-cases .title {
    text-align: center;
  }

  .case-study .related-cases .column.is-2 {
    justify-content: center;
  }

}


	.trademarkStep {
						float: left;
						width: 100%;
						margin-top: 30px;
					}

					.item {
						width: 20%;
						float: left;
						padding: 0 15px;
						min-height: 270px;
						position: relative;
					}

					.img {
						text-align: center;
					}

					.text h4 {
						font-size: 15px;
						margin: 10px 0;
						color: #f87b53;
					}

					.text p ,.textp{
						font-size: 14px !important;
						color: #666;
						text-align: left;
						border-bottom: 1px solid #eee;
						padding-bottom: 20px;
						min-height: 90px;
					}

					.trademarkStep h2,.trademarkTable h2 {
						font-size: 24px;
						text-align: center;
						color: #f87b53;
						padding-bottom: 35px;
						font-weight: 600;
					}

					.trademarkTable {
						border: 1px solid #eee;
						background: url(img/1658997826560267.jpg) no-repeat;
						float: left;
						width: 100%;
						margin-top: 30px;
						padding: 10px 5px;
					}

					.titlebt {
						font-size: 14px;
						text-align: center;
						font-weight: 600;
						padding: 5px 15px;
						background: #f0f0f0;
						font-size: 15px;
					}
					.w40{width: 40%;}

					@media screen and (max-width: 768px) {
						.item {
							width: 50%
						}

					}