
.underscore-head-title {
	position: relative;
	display: block;
	padding-bottom: 16px
}
.underscore-head-title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 187px;
	height: 5px;
	background: #bae212
}
.underscore-head-title:after {
	content: '';
	position: absolute;
	left: 187px;
	bottom: 0;
	border: 2.5px solid #bae212;
	border-top-color: transparent;
	border-right-color: transparent
}
.section {
	margin-top: 40px
}
.entry-content {
	line-height: 1.8
}
.entry-content p, .entry-content div {
	margin: 12px 0
}
.entry-content h2 {
	margin: 20px 0 16px 0
}
.entry-content h3 {
	margin: 16px 0 14px 0
}
.entry-content h4 {
	margin: 14px 0 12px 0
}
.entry-content h5, .entry-content h6 {
	margin: 12px 0
}
.entry-content ul {
	margin: 8px 0 0 8px;
	line-height: 1.5;
	list-style: inside disc
}
.entry-content ol {
	margin: 8px 0 0 8px;
	line-height: 1.5;
	list-style: inside decimal
}
.entry-content li {
	margin: 5px 0
}
.entry-content li::marker {
margin-right:5px
}
.entry-content dl dt {
	margin: 12px 0;
	font-weight: 600
}
.entry-content dl dd {
	margin: 8px 0 0 16px
}
.entry-content table {
	margin: 10px auto;
	border-collapse: collapse
}
.entry-content table td {
	padding: 5px;
	border: 1px solid #ccc;
	word-break: break-all
}
.entry-content table tr:nth-child(2n+1) {
	background: #eee
}
.entry-content a {
	color: #549ccf
}
.entry-content .content-navigation {
	float: right;
	max-width: 500px;
	margin-top: 0;
	margin-left: 20px;
	padding: 10px 10px 15px 10px;
	font-size: 0.9rem;
	line-height: 1.2em;
	background: #f6f5f5
}
.entry-content .content-navigation h2 {
	margin: 10px 0 0 0;
	font-size: 1.2rem;
	text-align: center
}
.entry-content .content-navigation ul {
margin 10px 0 0 0;
	counter-reset: item
}
.entry-content .content-navigation li {
	display: table;
	counter-increment: item;
	margin-top: 10px
}
.entry-content .content-navigation li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.2em;
	font-family: Arial;
	vertical-align: inherit
}
.entry-content .content-navigation li li:before {
	content: counters(item, ".") " "
}
.loadmore {
	display: block;
	width: 190px;
	line-height: 45px;
	margin: 10px auto;
	text-align: center;
	background: #f0f0f0;
	transition: all .16s;
	cursor: pointer
}
.loadmore:hover {
	background: #bae212
}
.breadcrumbnav {
	border-bottom: 1px solid #f0f0f0;
	font-size: 14px;
	line-height: 1;
	color: #999
}
.breadcrumbnav .container {
	padding: 15px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.breadcrumbnav a:hover {
	text-decoration: underline
}
.post-meta {
	width: 100%;
	margin-top: 30px;
	line-height: 20px;
	padding-bottom: 15px;
	color: #999
}
.post-meta > span {
	margin-right: 20px
}
.post-meta > span:nth-child(n+2):before {
	margin-right: 2px
}
.post-meta .post-date:before {
	content: '\e95d'
}
.post-meta .post-views:before {
	content: '\e907'
}
.post-meta .post-likes:before {
	content: '\e934'
}
.post-action {
	position: relative;
	z-index: 10;
	width: 100%;
	font-size: 14px;
	text-align: center;
	white-space: nowrap
}
.post-action > span {
	box-sizing: border-box;
	display: inline-block;
	padding: 0 20px;
	line-height: 46px;
	margin: 0 5px;
	border: 2px solid #f0f0f0;
	cursor: pointer;
	transition: all .3s;
	pointer-events: auto
}
.post-action > span:hover {
	border-color: #bae212
}
.post-action .post-like.liked {
	color: #bae212;
	border-color: #bae212
}
.post-action .post-favorite.favorited {
	color: #bae212;
	border-color: #bae212
}
.post-action > span:before {
	margin-right: 5px
}
.post-action .post-like:before {
	content: '\e934'
}
.post-action .post-like.liked:before {
	content: '\e935'
}
.post-action .post-favorite:before {
	content: '\e94f'
}
.post-action .post-share:before {
	content: '\e931'
}
.post-share-container {
	position: absolute;
	top: 60px;
	box-sizing: border-box;
	width: 140px;
	padding: 15px;
	text-align: center;
	color: #666;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.35)
}
.post-share-container:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -6px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	display: block;
	width: 15px;
	height: 15px;
	box-shadow: 0 0 5px rgba(0,0,0,.35)
}
.post-share-container:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: -5px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	display: block;
	width: 15px;
	height: 15px;
	background: #fff
}
.post-share-container span {
	display: block
}
.post-share-container .copy-url {
	cursor: pointer
}
.post-share-container .copy-url:before {
	content: '\e91b';
	margin-right: 5px;
	color: #bae212
}
.post-share-container .qrcode {
	margin-top: 10px;
	line-height: 2
}
.component-interactive {
	position: relative;
	z-index: 40;
	display: flex;
	flex-wrap: nowrap;
	font-size: 14px;
	color: #999
}
.component-interactive > div {
	padding-left: 24px;
	cursor: pointer;
	transition: all .2s
}
.component-interactive .liked {
	color: #bae212
}
.component-interactive .applets:before {
	content: '\e932';
	margin-right: 5px
}
.component-interactive .follows:before {
	content: '\e933';
	color: #bae212;
	margin-right: 5px
}
.component-interactive .share:before {
	content: '\e931';
	margin-right: 5px
}
.component-interactive .like:before {
	content: '\e935'
}
.component-interactive .interactivebox {
	position: absolute;
	top: 30px;
	box-sizing: border-box;
	padding: 10px 15px;
	text-align: center;
	color: #666;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.35)
}
.component-interactive .interactivebox.qrcodes {
	display: flex
}
.component-interactive .interactivebox:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -6px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	display: block;
	width: 15px;
	height: 15px;
	box-shadow: 0 0 5px rgba(0,0,0,.35)
}
.component-interactive .interactivebox:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: -5px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	display: block;
	width: 15px;
	height: 15px;
	background: #fff
}
.component-interactive .interactivebox span {
	display: block
}
.component-interactive .interactivebox .copy-url {
	margin-top: 5px;
	cursor: pointer
}
.component-interactive .interactivebox .copy-url:before {
	content: '\e91b';
	margin-right: 5px;
	color: #bae212
}
.component-interactive .interactivebox .qrcode {
	width: 110px;
	margin-top: 10px;
	line-height: 2
}
.component-interactive .interactivebox.qrcodes .qrcode {
	width: 80px;
	margin: 10px
}
.section-feedback-brochure {
	display: flex;
	flex-wrap: wrap;
	place-items: center;
	width: 100%;
	height: 500px
}
.section-feedback-brochure .map-container {
	width: 50%;
	height: 100%;
	background: #f0f0f0
}
.section-feedback-brochure .brochure {
	box-sizing: border-box;
	width: 636px;
	padding-right: 60px;
	margin-left: calc(50% - 636px)
}
.section-feedback-brochure .brochure-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	place-items: center
}
.section-feedback-brochure .brochure-screenshot {
	width: 350px;
	margin-top: 20px
}
.section-feedback-brochure .cover {
	box-sizing: border-box;
	width: 350px;
	height: 310px;
	border: 5px solid #f0f0f0
}
.section-feedback-brochure .brochure-name {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 600
}
.section-feedback-brochure .brochure-summary {
	width: 200px
}
.section-feedback-brochure .brochure-key {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px
}
.section-feedback-brochure .brochure-key li {
	box-sizing: border-box;
	width: 45%;
	margin-top: 10px
}
.section-feedback-brochure .brochure-key li:before {
	content: '\e924';
	margin-right: 5px;
	color: #8ab923
}
.section-feedback-brochure .brochure-dowloadbtn {
	display: block;
	line-height: 50px;
	font-weight: 600;
	text-align: center;
	background: #bae212
}
.section-feedback-brochure .brochure-dowloadbtn:before {
	content: '\e936';
	margin-right: 10px
}
.section-feedback-brochure .feedback {
	width: 50%;
	height: 100%;
	background: #bae212
}
.section-feedback-brochure .frame {
	box-sizing: border-box;
	width: 636px;
	padding-top: 70px;
	padding-left: 40px
}
.section-feedback-brochure .prompt {
	margin: 15px 0 20px 0;
	font-size: 14px;
	color: #666
}
.section-feedback-brochure form p {
	margin: 8px 0
}
.section-feedback-brochure input[type=text] {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	border: 1px solid #ddf189;
	text-indent: 10px;
	background: #a9cc17
}
.section-feedback-brochure textarea {
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	border: 1px solid #ddf189;
	padding: 10px;
	background: #a9cc17;
	transition: filter .16s;
	resize: none
}
.section-feedback-brochure input[type=submit] {
	width: 110px;
	margin-top: 2px;
	line-height: 40px;
	color: #fff;
	background: #677f21;
	filter: brightness(.9);
	cursor: pointer
}
.section-feedback-brochure input[type=submit]:hover {
	filter: brightness(1)
}
.extend-section strong.underscore-section-title {
	display: block;
	font-size: 1.8em
}
.extend-section .items {
	margin-top: 30px
}
.extend-section .carousel-prev, .extend-section .carousel-next {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: inline-block;
	width: 35px;
	height: 70px;
	line-height: 70px;
	font-family: icons;
	text-align: center;
	color: #fff;
	background: rgba(186,226,16,.5);
	cursor: pointer;
	transition: all .16s
}
.extend-section .carousel-prev {
	transform: translateY(-50%) rotate(180deg);
	right: auto;
	left: 0
}
.extend-section .carousel-prev:hover, .extend-section .carousel-next:hover {
	background: rgba(186,226,16,1)
}
.extend-section-popular-products .item {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	place-items: center;
	padding-bottom: 24px;
	border-bottom: 2px solid #f0f0f0
}
.extend-section-popular-products .figure {
	box-sizing: border-box;
	width: calc(50% - 12px);
	text-align: center;
	padding: 0 10px
}
.extend-section-popular-products .content {
	width: calc(50% - 12px);
	line-height: 1.6
}
.extend-section-popular-products .name {
	display: block;
	margin-bottom: 12px
}
.extend-section-popular-products .more, .extend-section-popular-products .chat {
	display: block;
	font-size: 14px
}
.extend-section-popular-products a:hover {
	color: #bae212
}
.extend-section-popular-products .more:before {
	content: '\e911';
	margin-right: 10px;
	color: #bae212
}
.extend-section-popular-products .chat:before {
	content: '\e923';
	margin-right: 10px;
	color: #bae212
}
.extend-section-related-projects .item {
	padding-bottom: 20px;
	text-align: center;
	background: #f0f0f0;
	transition: all .26s .1s ease
}
.extend-section-related-projects .item strong:before {
	content: '';
	display: block;
	width: 70px;
	height: 5px;
	margin: 20px auto;
	background: #dcdcdc;
	transition: all .26s .1s ease
}
.extend-section-related-projects .item p {
	padding: 10px 80px;
	font-size: 14px;
	line-height: 2;
	color: #666
}
.extend-section-related-projects .item:hover {
	background: #bae212
}
.extend-section-related-projects .item:hover strong:before {
	background: #9fbf19
}
.extend-section-related-projects .item:hover p {
	color: #333
}
.extend-section-related-products .item {
	padding-bottom: 20px;
	border-bottom: 2px solid #f0f0f0;
	text-align: center
}
.extend-section-related-products img {
	width: 100%
}
.extend-section-related-products .name {
	display: block;
	margin-top: 20px
}
.extend-section-related-videos img {
	filter: brightness(0.5)
}
.extend-section-topics .item strong {
	display: block;
	margin: 20px 0 10px 0;
	font-size: 18px
}
.extend-section-topics .item p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
	color: #999
}
.extend-section-related-posts {
	overflow: hidden
}
.extend-section-related-posts .items {
	display: flex;
	flex-flow: column;
	justify-content: space-between
}
.extend-section-related-posts .items li {
	position: relative;
	padding-left: 15px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #f0f0f0
}
.extend-section-related-posts .items li:before {
	content: '\e924';
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block;
	font-size: 6px;
	text-align: center;
	color: #8ab923
}
.extend-section-related-posts .items a {
	display: block;
	width: calc(100% - 84px);
	font-size: 18px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.extend-section-related-posts .views {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 14px;
	color: #999
}
.extend-section-related-posts .views:before {
	content: '\e907';
	margin-right: 5px
}
.extend-section-related-posts .summary {
	margin-top: 5px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999
}
.extend-section-topic-posts {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 24px
}
.extend-section-topic-posts .items {
	margin-top: 20px
}
.extend-section-topic-posts .item strong {
	display: block;
	font-size: 18px
}
.extend-section-topic-posts .section-topics .item strong {
	margin: 20px 0 10px 0
}
.extend-section-topic-posts .section-topics p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
	color: #999
}
.extend-section-project-video {
	padding: 60px 0 50px 0;
	text-align: center;
}
.extend-section-project-video strong.underscore-section-title {
	display: inline-block
}
.extend-section-project-video .project-container {
	position: relative;
	margin-top: 50px
}
.extend-section-project-video .project-items {
	width: 100%;
	white-space: nowrap;
	overflow: hidden
}
.extend-section-project-video .project-items .item {
	display: inline-block;
	box-sizing: border-box;
	width: calc(34% - 24px);
	margin-right: 24px;
	vertical-align: top
}
.extend-section-project-video .project-items p {
	margin: 10px 0
}
.extend-section-project-video div[role=button] {
	top: 45%
}
.extend-section-project-video .video-items {
	margin-top: 30px;
	white-space: nowrap;
	overflow-x: auto
}
.extend-section-project-video .video-items .item {
	display: inline-block;
	width: calc((100% - 72px) / 4);
	margin-right: 24px
}
.extend-section-project-video .video-items .item:nth-last-child(1) {
	margin-right: 0
}
.extend-section-carousel-project {
	padding-bottom: 30px;
	background: #f0f0f0
}
.extend-section-carousel-project .carousel-container {
	position: relative;
	margin-top: 30px
}
.extend-section-carousel-project .carousel-scroll {
	white-space: nowrap;
	overflow: hidden
}
.extend-section-carousel-project .carousel-scroll .item {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	place-items: center;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	vertical-align: bottom;
	background: #fff
}
.extend-section-carousel-project .carousel-scroll .figure {
	width: calc(50% - 24px)
}
.extend-section-carousel-project .carousel-scroll .content {
	width: calc(50% - 24px);
	white-space: normal
}
.extend-section-carousel-project h4 {
	display: inline-block
}
.extend-section-carousel-project h4:after {
	content: '';
	display: block;
	width: 120%;
	height: 2px;
	margin-top: 10px;
	background: #bae212
}
.extend-section-carousel-project .summary {
	margin-top: 20px;
	line-height: 1.6;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.extend-section-carousel-project .review {
	margin-top: 20px;
	line-height: 1.6
}
.extend-section-carousel-project .review p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}
.extend-section-carousel-project .more {
	display: inline-block;
	margin-top: 30px;
	padding: 0 15px;
	font-size: 14px;
	line-height: 35px;
	background: #bae212
}
.extend-section-carousel-project .more:after {
	content: '\e914';
	margin-left: 10px;
	font-size: 12px
}
.extend-section-carousel-project .carousel-indicator {
	position: absolute;
	bottom: -40px;
	width: 100%;
	text-align: center
}
.extend-section-carousel-project .carousel-indicator span {
	display: inline-block;
	width: 84px;
	height: 10px;
	margin: 0 12px;
	background: #aeb0b6;
	cursor: pointer;
	transition: all .16s
}
.extend-section-carousel-project .carousel-indicator span.carousel-indicator-active {
	background: #bae212
}
.extend-section-main-products .extend-section-main-product-head {
	height: 270px;
	font-weight: 600;
}
.extend-section-main-products .title {
	float: right;
	margin-top: 90px;
	font-size: 20px;
	line-height: 1.8;
	text-align: right;
	color: #fff
}
.extend-section-main-products h2 {
	color: #bae212
}
.extend-section-main-products ul {
	margin-top: 40px
}
.extend-section-main-products li {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	place-items: center;
	padding: 30px 0;
	border-bottom: 2px solid #f0f0f0
}
.extend-section-main-products .figure {
	box-sizing: border-box;
	width: calc(50% - 12px);
	text-align: center;
	padding: 0 10px
}
.extend-section-main-products .content {
	width: calc(50% - 12px);
	line-height: 1.6
}
.extend-section-main-products .name {
	display: block;
	margin-bottom: 12px
}
.extend-section-main-products .more, .extend-section-main-products .chat {
	display: block;
	font-size: 14px
}
.extend-section-main-products a:hover {
	color: #bae212
}
.extend-section-main-products .more:before {
	content: '\e911';
	margin-right: 10px;
	color: #bae212
}
.extend-section-main-products .chat:before {
	content: '\e923';
	margin-right: 10px;
	color: #bae212
}
.extend-section-material .item {
	position: relative;
	padding-top: 200%;
	background: #f0f0f0;
	overflow: hidden;
	transition: all .16s .05s ease
}
.extend-section-material .item img {
	position: absolute;
	top: 0;
	bottom: 50%;
	display: block;
	transition: all .6s .05s ease
}
.extend-section-material .item span {
	position: absolute;
	top: 50%;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 4px;
	display: flex;
	justify-content: center;
	place-items: center;
	text-align: center
}
.extend-section-material .item:hover {
	background: #bae212
}
.extend-section-material .item:hover img {
	transform: scale(1.1)
}
.main {
	width: 948px;
	float: left
}
.sidebar {
	position: sticky;
	top: 80px;
	float: right;
	width: 300px;
	padding-bottom: 40px
}
.sidebar > div:nth-child(n+2) {
	margin-top: 40px
}
.sidebar-latest-news .sidebar-content {
	margin-top: 20px;
	color: #666
}
.sidebar-latest-news li {
	margin: 10px 0
}
.sidebar-posts .sidebar-content {
	margin-top: 20px;
	color: #666
}
.sidebar-posts li {
	margin: 10px 0
}
.sidebar-product-category .sidebar-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5px;
	margin-top: 20px
}
.sidebar-product-category li {
	line-height: 40px;
	text-align: center;
	background: #f0f0f0;
	transition: all .16s ease-in-out
}
.sidebar-product-category li:hover {
	background: #bae212
}
.sidebar-application .sidebar-content {
	margin-top: 20px
}
.sidebar-application li {
	margin-bottom: 5px;
	line-height: 40px;
	text-align: center;
	background: #f0f0f0;
	transition: all .16s ease-in-out
}
.sidebar-application li:hover {
	background: #bae212
}
.sidebar-author {
	border: 1px solid #f0f0f0
}
.sidebar-author-head {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	place-items: center;
	padding: 10px;
	border-bottom: 1px solid #f0f0f0;
	background: #fafafa
}
.sidebar-author-head .avatar {
	width: 100px
}
.sidebar-author-head .info {
	box-sizing: border-box;
	width: calc(100% - 120px);
	padding-right: 20px
}
.sidebar-author-head .name {
	font-weight: 600
}
.sidebar-author-head .motto {
	margin-top: 5px;
	font-size: 14px;
	color: #666
}
.sidebar-author-body {
	padding: 20px;
	font-size: 14px
}
.sidebar-author-body .title {
	font-weight: 600
}
.sidebar-author-body p {
	margin-top: 10px;
	color: #666
}
.post-head {
	height: 240px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}
.post-head .container {
	position: relative;
	color: #fff
}
.post-head .presentation {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}
.post-head .presentation .title {
	display: block;
	font-size: 2em
}
.post-head .slogan {
	margin-top: 16px
}

.post-body {
	margin-top: 60px
}
.post-body .metadata {
	border-bottom: 1px solid #f0f0f0
}
.post-body .entry-content {
	margin-top: 40px
}
.post-body .entry-content img{ max-width:100%;}
.post-body .post-tags {
	margin-top: 20px;
	font-size: 14px
}
.post-body .post-tags a {
	display: inline-block;
	padding: 5px 10px;
	margin: 10px 10px 0 0;
	background: #f0f0f0;
	transition: all .3s .05s
}
.post-body .post-tags a:hover {
	color: #fff;
	background: #bae212
}
.post-body .post-functional {
	margin-top: 30px;
	padding-top: 30px
}
.post-navigation {
	padding: 20px 0;
	margin-top: 30px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	color: #999
}
.post-navigation p {
	margin-top: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.post-navigation a:hover {
	text-decoration: underline
}

@media(max-width:1272px) {
.extend-section .items {
	margin-top: 20px
}
.extend-section .carousel-prev, .extend-section .carousel-next {
	display: none
}
.section-feedback-brochure {
	height: auto
}
.section-feedback-brochure .map-container, .section-feedback-brochure .brochure {
	display: none
}
.section-feedback-brochure .feedback {
	width: 100%
}
.section-feedback-brochure .frame {
	box-sizing: border-box;
	width: 100%;
	padding: 40px 15px
}
.extend-section-project-video {
	padding-top: 30px
}
.extend-section-project-video .project-container {
	margin-top: 20px
}
.extend-section-project-video .project-items .item {
	width: 260px;
	margin-right: 12px
}
.extend-section-project-video .video-items {
	margin-top: 0
}
.extend-section-project-video .video-items .item {
	width: 200px !important;
	margin-right: 12px
}
.extend-section-main-products .extend-section-main-product-head {
	width: 100%;
	height: auto;
	background: none
}
.extend-section-main-products .title {
	float: none;
	margin-top: 0;
	text-align: left
}
.extend-section-main-products .title h2 {
	position: relative;
	padding-bottom: 15px;
	color: #333
}
.extend-section-main-products .title h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 5px;
	background: #bae212
}
.extend-section-main-products .title h2:after {
	content: '';
	position: absolute;
	left: 80px;
	bottom: 0;
	border: 2.5px solid #bae212;
	border-top-color: transparent;
	border-right-color: transparent
}
.extend-section-main-products .title p {
	display: none
}
.extend-section-carousel-project .review {
	display: none
}
.extend-section-topic-posts {
	grid-template-columns: 1fr
}
}
@media(max-width:800px) {
.extend-section-carousel-project .carousel-scroll .figure {
	width: calc(50% - 10px)
}
.extend-section-carousel-project .carousel-scroll .content {
	width: calc(50% - 10px)
}
.extend-section-carousel-project .summary {
	margin-top: 10px
}
.extend-section-carousel-project .more {
	margin-top: 10px
}
}
@media(max-width:640px) {
.extend-section-carousel-project .carousel-scroll .item {
	flex-wrap: wrap;
	vertical-align: top
}
.extend-section-carousel-project .carousel-scroll .figure {
	width: 100%
}
.extend-section-carousel-project .carousel-scroll .content {
	width: 100%;
	margin: 20px 0
}
.extend-section-carousel-project .summary {
	white-space: normal
}
}
@media(max-width:1272px) {
.post-body {
	margin-top: 30px
}
.main {
    width: 100%;
}
.post-head .presentation .title {
	font-size: 1.5em
}
.post-body .entry-content {
	margin-top: 20px
}
}
@media(max-width:800px) {
.post-head {
	height: 200px
}
}
