@charset "utf-8";
/* CSS Document */
:root {
--primarycolor:#41434f;
--secondarycolor:#7fbe25;
--tertiarycolor:#0169d1;
--defaultbgcolor:#fff;
--primarybgcolor:#f7f7f7;
--defaulttextcolor:#888;
--primarytextcolor:#41434f
}
@font-face {
    font-family: 'Helvetica';
    src: url('/static/font/helveticaneueltpro-mdcn.eot');
    src: url('/static/font/helveticaneueltpro-mdcn.eot') format('embedded-opentype'), url('/static/font/helveticaneueltpro-mdcn.woff2') format('woff2'), url('/static/font/helveticaneueltpro-mdcn.woff') format('woff'), url('/static/font/helveticaneueltpro-mdcn.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'icons';
    src: url('/static/font/icons.eot');
    src: url('/static/font/icons.eot') format('embedded-opentype'), url('/static/font/icons.woff2') format('woff2'), url('/static/font/icons.woff') format('woff'), url('/static/font/icons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}
@keyframes rotate {
0% {
transform:rotate(0)
}
10% {
transform:rotate(36deg)
}
20% {
transform:rotate(72deg)
}
30% {
transform:rotate(108deg)
}
40% {
transform:rotate(144deg)
}
50% {
transform:rotate(180deg)
}
60% {
transform:rotate(216deg)
}
70% {
transform:rotate(260deg)
}
80% {
transform:rotate(288deg)
transform:rotate(288deg)
}
90% {
transform:rotate(324deg)
}
100% {
transform:rotate(360deg)
}
}
.zsm{display: none}
::-webkit-scrollbar {
width:6px;
height:6px;
overflow:visible
}
::-webkit-scrollbar-track {
background-color:#fff
}
::-webkit-scrollbar-thumb {
background-color:#41434f;
border-radius:3px
}
::-webkit-scrollbar-button {
display:none
}
* {
    margin: 0;
    padding: 0
}
a {
    text-decoration: none;
    color: inherit
}
img, video {
    max-width: 100%;
    height: auto !important;
    max-height: 100% !important;
    vertical-align: middle
}
ul, ol {
    list-style: none;
    list-style-position: inside
}
h1 {
    font-family: Helvetica;
    font-size: 2.8em;
    font-weight: normal
}
h2 {
    font-family: Helvetica;
    font-size: 2em;
    font-weight: normal
}
h3 {
    font-family: Helvetica;
    font-size: 1.5em;
    font-weight: normal
}
h4 {
    font-family: Helvetica;
    font-size: 1.25em;
    font-weight: normal
}
input, textarea {
    border: none;
    outline: none;
    border-radius: none;
    appearance: none;
    -webkit-appearance: none
}
.roller-number{font-size: 36px}
input::placeholder, textarea::placeholder {
font-family:sans-serif, system-ui;
color:var(--defaulttextcolor)
}
strong, b {
    font-weight: bold
}
em, i {
    font-style: italic
}
body {
    font-family: Arial, sans-serif, system-ui;
    font-size: 16px;
    color: var(--primarytextcolor);
    background: var(--defaultbgcolor);
    scroll-behavior: smooth;
    line-height: 1.8;
    text-align: left
}
/*.wrap {
    box-sizing: border-box;
    width: 100%
}*/
.container {
    box-sizing: border-box;
    width: 1360px;
    margin: auto
}
.wrap-layer {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100vw;
    height: 100%;
    max-height: -moz-available;
    max-height: -webkit-fill-available;
    background: rgba(65,67,79,.6);
    overflow: hidden
}
* [role=button] {
    cursor: pointer
}
*:before, *:after, [class*='icon-'] {
    font-size: 1em;
    vertical-align: middle;
    color: inherit
}
.loading {
    display: flex;
    place-items: center;
    font-size: 2rem;
    text-align: center;
    color: var(--primarycolor)
}
.loading:before {
    content: '\e941';
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    animation: rotate .5s infinite
}
.scrollhiden {
    width: 100vw;
    height: 100vh;
    overflow: hidden
}
.primarybutton {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 30px;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    line-height: 46px;
    color: #fff;
    background: linear-gradient(90deg, #086656, #086656);
    transition: background .3s;
    outline: none;
    cursor: pointer
}
.primarybutton:hover {
    background: linear-gradient(90deg, var(--tertiarycolor), #086656)
}
.primarybutton[disabled] {
    background: linear-gradient(90deg, var(--tertiarycolor), #086656);
    filter: opacity(0.6);
    cursor: progress
}
.clearfix {
    clear: both
}

.widget-float-rfq {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    width: 0;
    max-height: 0;
    font-size: 14px;
    border-radius: 5px;
    color: transparent;
    background: rgba(255,255,255,.95);
    overflow: hidden;
    transition: padding .05s, width .25s .01s, max-height .25s .01s, color .25s .3s
}
.widget-float-rfq.zoomtoshow {
    width: 80%;
    max-height: 100%;
    padding: 20px 40px;
    color: var(--primarycolor)
}
.widget-float-rfq form {
    margin-top: 20px
}
.widget-float-rfq label {
    cursor: pointer
}
.widget-float-rfq .input-label {
    display: inline-block;
    width: 70px
}
.widget-float-rfq .input-half {
    float: left;
    width: 50%;
    height: 46px;
    margin-bottom: 10px
}
.widget-float-rfq .input-half input {
    box-sizing: border-box;
    width: calc(100% - 90px);
    height: 45px;
    border-radius: 3px;
    text-indent: 15px
}
.widget-float-rfq .input-half:nth-child(2n) input {
    width: calc(100% - 72px)
}
.widget-float-rfq .input-full {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    place-items: center;
    width: 100%;
    margin: 10px 0;
    clear: both
}
.widget-float-rfq .materials {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: calc(100% - 70px);
    padding: 15px 15px 15px;
    border-radius: 3px;
    background: var(--defaultbgcolor)
}
.widget-float-rfq .materials label {
    margin-right: 20px;
    line-height: 30px
}
.widget-float-rfq input[type=checkbox] {
    box-sizing: border-box;
    height: 16px;
    width: 16px;
    min-width: 16px;
    margin: -4px 4px 0 0;
    border: 1px solid #d6d6d6;
    color: var(--defaulttextcolor);
    vertical-align: middle;
    outline: none;
    appearance: none;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: .05s border-color ease-in-out;
    cursor: pointer
}
.widget-float-rfq .materials input[type=text] {
    width: 150px;
    border-bottom: 1px solid var(--defaulttextcolor);
    background: transparent
}
.widget-float-rfq input[type=checkbox]:checked:before {
    content: '\e93d';
    font-size: 1rem;
    color: var(--tertiarycolor)
}
.widget-float-rfq textarea {
    box-sizing: border-box;
    width: calc(100% - 70px);
    height: 100px;
    padding: 12px 16px;
    border-radius: 3px;
    resize: none
}
.widget-float-rfq .icon-close {
    position: absolute;
    top: 20px;
    right: 20px
}
.widget-float-rfq .result {
    line-height: 1.2;
    color: var(--defaulttextcolor)
}
.widget-float-contact {
    position: fixed;
    z-index: 90;
    top: 50%;
    right: 5px;
    transform: translateY(-55%);
    box-sizing: border-box;
    width: 52px;
    padding: 20px 0;
    border: 1px solid #ececec;
    border-radius: 5px;
    color: var(--primarycolor);
    background: var(--defaultbgcolor)
}
.widget-float-contact a {
    display: flex;
    flex-wrap: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 3px;
    line-height: 52px;
    text-align: center;
    transform: translateX(0);
    transition: all .3s
}
.widget-float-contact a:before {
    display: block;
    width: 52px;
    height: 52px;
    font-size: 1.6rem;
    text-align: center
}
.widget-float-contact .livechat:before {
    content: '\e907'
}
.widget-float-contact .whatsappchat:before {
    content: '\e917'
}
.widget-float-contact .message:before {
    content: '\e909'
}
.widget-float-contact .mobilechat:before {
    content: '\e915'
}
.widget-float-contact span {
    box-sizing: border-box;
    display: block;
    padding: 0 20px 0 10px;
    font-family: Helvetica;
    white-space: nowrap
}
.widget-float-contact a:hover {
    transform: translateX( calc(53px - 100%));
    color: #fff;
    background: linear-gradient(90deg, var(--tertiarycolor), #086656)
}
.icon-scrolltop {
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 90
}
.header.opaque{padding-top: 98px!important}
.icon-scrolltop:before {
    content: '\e940';
    box-sizing: border-box;
    border: 1px solid #ececec;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    font-size: 1.5rem;
    line-height: 50px;
    text-align: center;
    color: var(--defaulttextcolor);
    background: var(--defaultbgcolor);
    cursor: pointer;
    filter: opacity(0);
    transition: filter .3s .1s
}
.icon-scrolltop.fadein:before {
    filter: opacity(1)
}
.icon-scrolltop:hover:before {
    color: #086656
}
.cookiepolicy {
    position: fixed;
    z-index: 90;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    padding: 10px 20px 10px 10px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--defaulttextcolor);
    background: var(--defaultbgcolor);
    box-shadow: 1px -1px 1px #ccc;
    transition: transform .1s
}
.cookiepolicy .title {
    font-size: 18px;
    font-family: Helvetica;
    color: var(--primarycolor)
}
.cookiepolicy a {
    color: #086656
}
.cookiepolicy button {
    appearance: none;
    padding: 5px 10px;
    margin-left: 10px;
    border: none;
    border-radius: 3px;
    color: #fff;
    background: #086656;
    cursor: pointer
}
.main {
    float: left;
    width: 1010px;
    margin: 10px 0
}
.sidebar {
    position: sticky;
    top: 70px;
    float: right;
    width: calc(100% - 1050px)
}
.sidebar h4 {
    font-size: 1.875rem;
    line-height: 1;
    color: var(--primarycolor)
}
.entry-content {
    color: var(--primarycolor);
    line-height: 1.8
}
.entry-content p, .entry-content div {
    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 h2,.gephistory h2{text-align: center; font-size: 30px; font-weight: bold; color: #444}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	
    line-height: 1.2
}
.entry-content table {
    margin: 10px auto;
    border-collapse: collapse
}
.entry-content table td {
    padding: 5px;
    border: 1px solid #ccc;
    color: #000;
    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, ".") " "
}

@media(max-width:1360px) {
.container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
}
.quick-links .container {
    padding-left: 212px
}
.logo {
    position: relative;
    width: 192px;
    text-align: center
}
.logo img {
    left: 50%;
    transform: translate(-50%, -50%)
}
.primary-menu {
    width: calc(100% - 192px)
}
.f-navs .p-nav {
    width: 27%
}
.f-navs .s-nav {
    width: 37%
}
.f-navs .contact {
    width: 36%
}
.sidebar {
    width: 22.8%
}
.main {
    width: 76%
}
}

@media(max-width:1200px) {
.primary-menu > ul > li:nth-child(4) {
    display: none
}
.f-navs .p-nav {
    display: none
}
.f-navs .s-nav {
    width: 60%
}
.f-navs .contact {
    width: 40%
}
.icp, .certificates {
    display: none
}
}

@media(max-width:1024px) {
.primary-menu > ul {
    display: none
}
.icon-menu {
    position: relative;
    float: right;
    display: block;
    width: 30px;
    height: 2px;
    padding: 12px 0;
    margin-top: 22px;
    background: #fff;
    background-clip: content-box
}
.icon-menu:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transform-origin: right center;
    transition: transform .3s
}
.icon-menu:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transform-origin: right center;
    transition: transform .3s
}
.icon-menu.close {
    background: transparent
}
.icon-menu.close:before {
    width: 33px;
    transform: rotate(-45deg)
}
.icon-menu.close:after {
    width: 33px;
    transform: rotate(45deg)
}
.icon-search {
    background: transparent;
    margin-right: 10px;
    font-size: 1.4rem
}
.icon-search:hover {
    background: transparent
}
.icon-quote {
    display: none
}
.f-navs .s-nav {
    width: 100%
}
.f-navs .contact {
    display: none
}
.main {
    width: 100%
}
.sidebar {
    display: none
}
}

@media(max-width:800px) {
.container {
    padding-left: 10px;
    padding-right: 10px
}
.quick-links {
    display: none
}
.header {
    height: 50px
}
.logo {
    box-sizing: border-box;
    padding: 4px 0
}
.logo.small img, .logo img {
    width: 90px;
    margin-top: 0
}
.primary-menu {
    height: 50px;
    line-height: 50px
}
.icon-menu {
    margin-top: 12px
}
.wrap-search {
    top: 50px
}
.wrap-search .search-form {
    padding: 40px 0 10px 0
}
.wrap-search form {
    width: 90%
}

.wrap-search .hot-search {
    width: 90%
}
.wrap-search .icon-close {
    top: 10px;
    right: 10px
}
.wrap-search form {
    height: 40px
}
.wrap-search input[type=text] {
    width: calc(100% - 80px)
}
.wrap-search input[type=submit] {
    width: 80px
}
.slider-menu {
    top: 50px
}
.slider-menu.sliderdown {
    max-height: calc(100vh - 50px)
}
.f-navs, .footer .followus {
    display: none
}
.widget-float-rfq.zoomtoshow {
    width: 90%;
    height: -moz-available;
    height: -webkit-fill-available;
    padding: 20px;
    overflow: auto
}
.widget-float-rfq .input-half {
    width: 100%;
    height: 40px
}
.widget-float-rfq .input-half:nth-child(n) input {
    width: calc(100% - 72px);
    height: 40px
}
.widget-float-rfq .materials label {
    margin-right: 10px
}
}

@media(max-width:600px) {
h1 {
    font-size: 1.8em
}
h2 {
    font-size: 1.6em
}
h3 {
    font-size: 1.4em
}
h4 {
    font-size: 1.2em
}
h5 {
    font-size: 1.1em
}
.primarybutton {
    line-height: 40px
}
.logo {
    width: 100px
}
.logo.small img, .logo img {
    width: 60px
}
.primary-menu {
    width: calc(100% - 100px)
}
.icon-search {
    font-size: 1.2rem
}
.icon-menu {
    width: 20px;
    padding: 8px 0;
    margin-top: 16px;
    margin-right: 10px
}
.icon-menu.close:before, .icon-menu.close:after {
    width: 23px
}
.wrap-search .search-form {
    padding: 30px 0
}
.wrap-search .hot-search {
    display: none
}
.wrap-search .icon-close {
    display: none
}
.widget-float-contact {
    width: 40px;
    padding: 10px 0
}
.widget-float-contact a {
    line-height: 40px
}
.widget-float-contact a:before {
    width: 40px;
    height: 40px;
    font-size: 1.4rem
}
.icon-scrolltop {
    display: none
}
.widget-float-rfq.zoomtoshow {
    width: 100%
}
.container .entry-contentp{text-indent: 26px}
.entry-content .content-navigation {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%
}
.footer .copyright {
    font-size: 0.9rem
}
.icp, .certificates {
    margin: 0 4px
}
}

@media(max-width:400px) {
.wrap-search input[type=text] {
    width: calc(100% - 50px)
}
.wrap-search input[type=submit] {
    width: 50px
}
}
.primaryaction-button a {
    box-sizing: border-box;
    display: inline-block;
    line-height: 53px;
    padding: 0 25px;
    border-radius: 3px;
    color: var(--primarycolor)
}
.primaryaction-button a:hover {
    border: none !important;
    color: #fff;
    background: linear-gradient(90deg, var(--tertiarycolor), #086656) !important
}
.primaryaction-button a:before {
    font-size: 1.2em;
    margin-right: 10px
}
.primaryaction-button .livechat:before {
    content: '\e903'
}
.primaryaction-button .leavemessage:before {
    content: '\e90a'
}
.primaryaction-button .downloadbrochure:before {
    content: '\e908'
}
.widget-sharelike {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.widget-share {
    white-space: nowrap
}
.widget-share a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    font-family: icons;
    color: inherit
}
.widget-share .sharecount {
    position: relative;
    padding: 3px 8px;
    border-radius: 3px;
    margin-left: 4px;
    font-size: 12px;
    color: #fff;
    background: var(--primarycolor);
    vertical-align: middle
}
.widget-share .sharecount:before {
    content: '';
    position: absolute;
    top: 6.2px;
    left: -3px;
    display: block;
    width: 8px;
    height: 8px;
    background: inherit;
    transform: rotate(45deg)
}
.widget-like a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    font-family: icons;
    color: var(--primarytextcolor)
}
.widget-like a.liked {
    color: #086656
}
.widget-like .likecount {
    color: inherit;
    vertical-align: middle
}
.widget-rate {
    box-sizing: border-box;
    font-size: 1em
}
.widget-rate.rating {
    cursor: progress
}
.widget-rate .stars {
    display: inline-block;
    margin: 0 10px
}
.widget-rate:not(.rating) .stars span {
    cursor: pointer
}
.widget-rate .stars span:before {
    content: '\e92e';
    color: #888;
    vertical-align: inherit
}
.widget-rate .stars span.checked:before {
    color: #fbce00
}
.widget-rate .tips {
}
.widget-comment {
    margin-top: 30px;
    margin-bottom: 20px
}
.comment-form {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px
}
.comment-form .avatar {
    width: 50px;
    border-radius: 50%
}
.comment-form .input {
    width: calc(100% - 60px)
}
.comment-form .message {
    margin: 10px 0;
    border-bottom: 1px solid #dcdcdc;
    font-size: 1rem;
    line-height: 1.4;
    outline: none
}
.comment-form .message:before {
    content: attr(data-placeholder);
    font-family: sans-serif
}
.comment-form:focus .message:before {
    content: ''
}
.comment-form .action {
    width: 100%;
    height: 36px;
    padding: 0;
    line-height: 36px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .6s .1s
}
.comment-form .action.slidedown {
    max-height: 120px
}
.comment-form .notice {
    float: left;
    font-size: 14px
}
.comment-form .action div {
    float: right;
    display: block;
    margin-left: 20px;
    cursor: pointer
}
.comment-form .submit {
    padding: 0 15px;
    border-radius: 5px;
    line-height: 36px;
    color: #fff;
    background: #086656
}
.comment-form .submit:hover {
    filter: opacity(0.8)
}
.comment-list {
    margin-top: 30px
}
.comment-list .comment {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    line-height: 1.5
}
.comment-list .avatar {
    width: 50px;
    border-radius: 50%
}
.comment-list .message {
    width: calc(100% - 60px)
}
.comment-list .pubmeta {
    margin: 5px 0
}
.comment-list .comment-date {
    margin-left: 10px;
    font-size: 14px
}
.comment-list .comment-content {
    font-size: 0.95em;
    white-space: pre-line;
    color: var(--primarycolor)
}
.widget-comment-contact {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    padding: 20px 40px;
    max-width: 96%;
    border-radius: 5px;
    color: var(--defaulttextcolor);
    background: rgba(255,255,255,.95);
    transition: top .5s
}
.widget-comment-contact.slidedown {
    top: 50%
}
.widget-comment-contact .icon-close {
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer
}
.widget-comment-contact p.input {
    margin: 10px 0
}
.widget-comment-contact label {
    display: inline-block;
    width: 70px
}
.widget-comment-contact h3 {
    line-height: 1.2
}
.widget-comment-contact input[type=text] {
    width: calc(100% - 70px);
    line-height: 30px;
    text-indent: 10px
}
.widget-comment-contact input[type=button] {
    float: right;
    padding: 0 15px;
    border-radius: 5px;
    line-height: 36px;
    color: #fff;
    background: #086656;
    cursor: pointer
}
.widget-comment-contact input[type=button]:disabled {
    background: linear-gradient(90deg, var(--tertiarycolor), #086656);
    filter: opacity(0.6);
    cursor: progress
}
.widget-comment-contact input[type=button]:not(:disabled):hover {
    filter: opacity(0.8)
}
.widget-comment-contact .notice {
    width: calc(100% - 70px);
    font-size: 14px;
    line-height: 1.2;
    color: var(--primarycolor)
}
.mm{display: none}
@media(max-width:600px) {
	.mm{display: block!important}
.primaryaction-button a {
    padding: 0 12px;
    font-size: .9em;
    line-height: 45px
}
.widget-comment-contact {
    box-sizing: border-box;
    padding: 20px
}
}
.breadcrumb {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #999
}
.breadcrumb a {
    margin: 0 10px
}
.breadcrumb a:nth-child(1) {
    margin-left: 0
}
.post-meta>span {
    margin-right: 20px;
    color: var(--defaulttextcolor)
}
.post-meta span:before {
    vertical-align: baseline
}
.post-meta .post-author:before {
    content: '\e92b';
    margin-right: 4px
}
.post-meta .post-date:before {
    content: '\e92c';
    margin-right: 4px
}
.post-meta .post-viewed:before {
    content: '\e92d';
    margin-right: 4px
}
.post-meta .post-rate .star-filled:before {
    content: '\e92e';
    color: #fbce00
}
.post-meta .post-rate .star-half:before {
    content: '\e92f';
    color: #fbce00
}
.post-tags {
    margin-top: 20px;
    font-size: 0.9em
}
.post-tags a {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 8px;
    margin-bottom: 8px;
    background: #f6f6f6;
    text-transform: capitalize
}
.post-tags a:hover {
    color: #fff;
    background: var(--primarycolor)
}
.post-action {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
    padding: 0 10px;
    line-height: 50px;
    background: #f6f6f6
}
[class*='section-'] h3 {
    font-size: 2rem;
    text-transform: uppercase
}
.section-application-solution-list {
    height: 460px;
    background: url('static/image/application-solution-bg.png') center center no-repeat;
    background-size: cover
}
.section-application-solution-list .container {
    position: relative;
    height: 100%
}
.section-application-solution-list .list {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 50%
}
.section-application-solution-list ul {
    margin-bottom: 30px;
    overflow: hidden
}
.section-application-solution-list li {
    float: left;
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid var(--primarytextcolor);
    margin: 5px
}
.section-application-solution-list li:hover {
    border: 1px solid #086656;
    color: #fff;
    background: #086656
}
.section-application-solution-list .text {
    position: absolute;
    width: 48%;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}
.section-application-solution-list h2 {
    text-transform: uppercase;
    margin-bottom: 10px
}
.section-case-carousel {
    padding: 50px 0;
    background: url('static/image/case-showroom-bg.jpg');
    background-repeat: no-repeat;
    background-position: 0 270px;
    overflow: hidden
}
.section-case-carousel h3 {
    text-align: center;
    text-transform: uppercase
}
.section-case-carousel .case-carousel {
    position: relative;
    margin-top: 30px
}
.section-case-carousel .case-carousel ul {
    box-sizing: border-box;
    width: 660px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden
}
.section-case-carousel .carousel-wrap {
    box-sizing: border-box;
    width: 660px;
    margin: 0 auto;
    border: 6px solid var(--defaultbgcolor);
    box-shadow: 0 0 10px rgba(0,0,0,.2)
}
.section-case-carousel .case-carousel li {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center
}
.section-case-carousel .case-carousel h4 {
    position: absolute;
    bottom: 10px;
    color: #fff;
    text-indent: 10px
}
.section-case-carousel .case-carousel span {
    position: absolute;
    top: 50%;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    background: rgba(255,255,255,.1)
}
.section-case-carousel .case-carousel .previous-arrow-button {
    left: 150px;
    font-size: 16px;
    color: #fff
}
.section-case-carousel .case-carousel .next-arrow-button {
    right: 150px;
    font-size: 16px;
    color: #fff;
    transform: rotate(180deg)
}
.section-material-display {
    padding: 40px 0 20px 0;
    color: #fff;
    background: var(--primarycolor);
    border-top: 20px solid #f6f6f6;
    border-bottom: 20px solid #f6f6f6
}
.section-material-display nav {
    display: grid;
    grid-template-columns: repeat(10, 10%);
    margin-top: 20px
}
.section-material-display nav a {
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    transition: transform .3s
}
.section-material-display nav a:before {
    content: attr(data-icon);
    display: block;
    width: 100%;
    font-size: 2rem;
    line-height: 70px
}
.section-material-display nav a:hover {
    background: #086656;
    transform: translateY(-10px)
}
.section-solution-display {
    padding-top: 50px;
    padding-bottom: 50px
}
.section-solution-display h3 {
    text-align: center
}
.section-solution-display h4 {
    font-size: 1em
}
.section-solution-display .soluton-container {
    position: relative;
    z-index: 10;
    margin-top: 20px;
    background: #ececed;
    overflow: hidden
}
.section-solution-display ul {
    width: 100%;
    padding: 20px 0
}
.section-solution-display li {
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    line-height: 60px;
    cursor: pointer;
    transition: all .3s
}
.section-solution-display h4 {
    width: 440px
}
.section-solution-display .synopsis {
    display: none
}
.section-solution-display li.active {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 30px;
    line-height: 1.2;
    color: #fff;
    background: rgba(65,67,79,.6)
}
.section-solution-display li.active:before {
    content: '';
    display: block;
    width: 4px;
    background: #086656
}
.section-solution-display li.active h4 {
    font-size: 30px;
    max-width: 350px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}
.section-solution-display li.active .synopsis {
    display: flex;
    width: calc(100% - 460px);
    padding-left: 20px;
    line-height: 1.4;
    place-items: center
}
.section-solution-display li.active .synopsis:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 100%;
    margin-right: 10px;
    background: #086656
}
.section-solution-display li.active .synopsis:after {
    content: '\e91e';
    margin-left: 5px;
    font-size: 14px
}
.section-solution-display .images {
    position: absolute;
    z-index: -10;
    top: 0;
    left: 440px;
    bottom: 0;
    text-align: right;
    transition: transform .3s
}
.section-project-carousel {
    padding: 30px 0;
    border-top: 20px solid #f6f6f6;
    border-bottom: 20px solid #f6f6f6;
    overflow: hidden
}
.section-project-carousel .container {
    position: relative;
    padding-bottom: 50px
}
.section-project-carousel h3 {
    text-align: center
}
.section-project-carousel .project-list {
    padding-top: 20px;
    white-space: nowrap;
    overflow: hidden
}
.section-project-carousel .project-list li {
    display: inline-block;
    width: calc((100% - 100px) / 3 );
    max-width: 100%;
    min-width: 400px;
    margin-right: 50px;
    vertical-align: top
}
.section-project-carousel .subtitle {
    color: var(--defaulttextcolor);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.section-project-carousel .text {
    margin-top: 10px;
    line-height: 30px;
    white-space: pre-line
}
.section-project-carousel .icon-arrow-small {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 20px;
    border: 1px solid rgba(136,136,136,.2);
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
    color: var(--defaulttextcolor)
}
.section-project-carousel .next-arrow-button {
    left: 45px
}
.section-project-carousel .previous-arrow-button {
    transform: rotate(180deg)
}
.section-project-carousel .icon-arrow-small:active {
    color: #fff;
    background: #086656
}
.section-case-list {
    padding: 50px 0
}
.section-case-list h3 {
    text-align: center
}
.section-case-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.section-case-list li {
    width: 24%;
    margin-top: 1.33%;
    position: relative
}
.section-case-list li strong {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    display: block;
    padding: 10px;
    line-height: 1.2;
    font-weight: normal;
    color: #fff;
    background: rgba(65,67,79,.6)
}
.section-feedback {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 100px;
    padding-bottom: 100px
}
.section-feedback-small {
    padding-top: 20px
}
.section-feedback .form {
    width: 66%
}
.section-feedback form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.section-feedback input[type=text], .section-feedback textarea {
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    padding: 10px 15px;
    border: 1px solid #d6d6d6;
    border-radius: 3px
}
.section-feedback textarea {
    min-height: 90px;
    resize: vertical
}
.section-feedback .form p:not(:last-child) {
    margin-bottom: 10px;
    color: var(--defaulttextcolor)
}
.section-feedback .input {
    width: 49%
}
.section-feedback .full {
    width: 100%
}
.section-feedback .result {
    float: left;
    width: calc(100% - 120px);
    padding-right: 10px;
    font-size: 14px;
    line-height: 1.2;
    color: var(--defaulttextcolor)
}
.section-feedback input[type=submit] {
    float: right
}
.section-feedback .explanation {
    width: 32%;
    border-radius: 3px;
    color: #fff;
    background: #086656 url('static/image/feedback-explanation-bg.png') top center no-repeat;
    background-size: 100%
}
.section-feedback .qtype {
    margin-top: 140px;
    padding: 15px 20px
}
.section-feedback .qtype span {
    margin-right: 10px
}
.section-feedback .qtitle {
    padding: 0 20px;
    font-family: Helvetica;
    font-size: 18px
}
.section-feedback-small .form {
    width: 100%
}
.section-multimedia-corner {
    padding-top: 30px;
    padding-bottom: 30px
}
.section-multimedia-corner h3 {
    text-align: center
}
.section-multimedia-corner .selector {
    width: 100%;
    padding: 15px 0;
    margin-top: 10px;
    box-shadow: 0 4px 4px var(--primarybgcolor);
    text-align: center
}
.section-multimedia-corner .selector a {
    display: inline-block;
    padding: 0 40px;
    margin: 0 20px;
    border-radius: 3px;
    line-height: 46px;
    background: #f7f7f7
}
.section-multimedia-corner .selector a.selected {
    color: #fff;
    background: #086656
}
.section-case-corner {
    margin-top: 20px;
    overflow: hidden
}
.section-case-corner h3 {
    text-align: center;
	font-size: 20px;
    margin-bottom: 40px
}
	.eee{background: #eee; padding: 40px 0}
.section-case-corner .atlas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.section-case-corner .atlas img {
    display: block;
    width: 100%
}
.section-case-corner .atlas figure {
    position: relative;
    display: inline-block;
    cursor: pointer;
    overflow: hidden
}
.section-case-corner .atlas figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.2;
    color: #fff;
    background: rgba(65,67,79,.6);
    transition: transform .3s
}
.section-case-corner .sliders-container {
    position: relative;
    width: 48.5%;
    overflow: hidden
}
.section-case-corner .figures-scroll {
    white-space: nowrap
}
.section-case-corner .figures-tiled {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 100%
}
.section-case-corner .figures-tiled figure {
    display: table;
    width: 24%;
	margin-right: 1%
}
.section-case-corner .figures-tiled figure:last-child{margin-right: 0!important}
.section-case-corner .figures-scroll figcaption {
    padding: 15px
}
.section-case-corner .figures-tiled figcaption {
    padding: 10px
}
.section-case-corner .previous-arrow-button, .section-case-corner .next-arrow-button {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 50px;
    line-height: 80px;
    font-size: 3rem;
    text-align: center;
    color: #fff
}
.section-case-corner .next-arrow-button {
    left: auto;
    right: 10px;
    transform: translateY(-50%) rotate(180deg)
}
.post-item {
    padding: 20px 0;
    border-top: 1px solid #dcdcdc;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.post-item .pubdate {
    float: left;
    width: 70px;
    height: 100%;
    line-height: 1.2
}
.post-item .day {
    display: block;
    font-size: 70px;
    font-family: Helvetica
}
.post-item .pubdate + .thumbnail {
    width: 30%;
    overflow: hidden
}
.post-item .thumbnail + .summary {
    width: calc(70% - 130px);
    position: relative
}
.post-item .pubdate + .summary {
    width: calc(100% - 110px);
    position: relative;
    padding-bottom: 60px
}
.post-item .author {
    height: 48px;
    padding: 15px 0;
    border-bottom: 1px dotted #a9a9a9
}
.post-item .author-avatar {
    margin-right: 10px;
    border-radius: 50%;
    box-shadow: 0 0 5px var(--defaulttextcolor)
}
.post-item .excerpt {
    margin-top: 10px
}
.post-item .excerpt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: var(--defaulttextcolor)
}
.post-item h3 {
    font-size: 20px;
    line-height: 1.4;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.post-item .more {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 6px 20px;
    margin-top: 10px;
    border-radius: 5px;
    color: #fff;
    background: #086656
}
.post-item .viewed {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: var(--defaulttextcolor)
}
.post-item .viewed:before {
    content: '\e92d';
    margin-right: 10px;
    vertical-align: baseline
}

@media(max-width:1360px) {
.section-feedback {
    padding-top: 40px;
    padding-bottom: 40px
}
.section-feedback .form {
    width: 100%
}
.section-feedback .explanation {
    display: none
}
.section-application-solution-list {
    height: auto;
    padding: 30px 0
}
.section-application-solution-list .text {
    position: static;
    transform: none;
    width: 100%
}
.section-application-solution-list .list {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 30px
}
.section-solution-display .soluton-container {
    max-height: 570px;
    height: calc(90px + 61vw);
    overflow: hidden
}
.section-solution-display ul {
    box-sizing: border-box;
    height: 100px;
    padding: 0 30px;
    line-height: 60px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    background: #ececed
}
.section-solution-display li {
    display: inline-block;
    box-sizing: border-box;
    width: 200px;
    height: 100px;
    padding: 0 10px;
    line-height: 1.1;
    transition: background .3s;
    white-space: initial;
    vertical-align: middle
}
.section-solution-display li.active {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 5px solid #ececed;
    color: var(--primarycolor);
    background: #fff
}
.section-solution-display h4 {
    display: flex !important;
    place-items: center;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    text-transform: capitalize;
    overflow: hidden
}
.section-solution-display li.active h4 {
    max-width: 100%;
    font-size: 1em;
    overflow: initial
}
.section-solution-display li.active .synopsis {
    position: absolute;
    top: calc(60px + 10vw);
    left: 0;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 30px 10px;
    white-space: pre-line;
    color: #fff;
    background: rgba(65,67,79,.6)
}
.section-solution-display li.active .synopsis:before {
    display: none
}
.section-solution-display .images {
    position: relative;
    left: 0;
    width: 100%;
    text-align: center;
    overflow: hidden
}
.post-item .author {
    height: 30px;
    padding: 10px 0
}
}

@media(max-width:1024px) {
.section-application-solution-list ul, .section-application-solution-list ul {
    white-space: nowrap;
    overflow: auto
}
.section-application-solution-list li {
    float: none
}
.section-material-display nav {
    grid-template-columns: repeat(5, 20%)
}
.section-case-list ul li {
    width: 32%;
    margin-top: 2%
}
.post-item .author {
    display: none
}
}

@media(max-width:800px) {
.section-case-corner .sliders-container {
    width: 100%
}
.section-case-corner .figures-scroll figcaption {
    padding: 5px 10px
}
.section-case-corner .figures-tiled {
    display: block;
    width: 100%;
    margin-top: 20px;
    white-space: nowrap;
    overflow: auto
}
.section-case-corner .figures-tiled figure {
    display: inline-block;
    width: 30%;
    margin-right: 20px
}
.section-case-corner .figures-tiled figcaption {
    padding: 2px 4px;
    white-space: pre-wrap;
    font-size: 14px
}
.section-material-display nav {
    grid-template-columns: repeat(4, 25%)
}
.section-case-list ul li {
    width: 49%;
    margin-top: 2%
}
.section-case-carousel {
    background: none
}
.section-case-carousel .case-carousel ul {
    width: 100%
}
.section-case-carousel .carousel-wrap {
    width: 100%;
    border: 3px solid var(--defaultbgcolor)
}
.section-case-carousel .case-carousel span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(255,255,255,.3)
}
.section-case-carousel .case-carousel .previous-arrow-button {
    left: 10px
}
.section-case-carousel .case-carousel .next-arrow-button {
    right: 10px
}
.section-feedback .input {
    width: 100%
}
.post-item .excerpt {
    margin-top: 0
}
.post-item h3 {
    white-space: pre-line
}
.post-item .excerpt p {
    display: none
}
}

@media(max-width:600px) {
[class*='section-'] h3 {
    font-size: 1.6em;
    line-height: 1.2
}
.section-application-solution-list {
    padding: 40px 0
}
.section-application-solution-list .text p {
    margin-top: 10px
}
.section-material-display nav {
    grid-template-columns: repeat(3, 33%)
}
.section-multimedia-corner .selector a {
    margin: 0 10px
}
.section-case-corner .figures-tiled figure {
    width: 65%
}
.section-case-list li strong {
    font-size: 0.8rem
}
.section-solution-display li.active .synopsis {
    padding: 10px;
    font-size: 0.9rem
}
.post-item .day {
    font-size: 50px
}
.post-item .thumbnail + .summary {
    width: calc(70% - 90px)
}
.post-item .pubdate + .summary {
    width: calc(100% - 80px)
}
.post-item .more {
    display: none
}
.post-item h3 {
    font-size: 1rem
}
.post-item .viewed {
    font-size: 12px
}
.post-item .viewed:before {
    margin-right: 5px
}
}

@media(max-width:400px) {
.section-material-display nav {
    grid-template-columns: repeat(2, 50%)
}
}
.container .entry-content {
    margin-top: 30px
}
.solution-list .solution {
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden
}
.solution-list .item {
	height:173px!important;
    position: relative;
    display: inline-block;
    width: calc(20% - 20px);
    height: calc(20% - 20px);
    margin-right: 20px
}
.solution-list .item a {
    display: block;
    overflow: hidden
}
.hi154{height: 154px!important}
.carousel-wrap{height: 208px!important}
.yw{height: 172px!important}
.solution-list .item a:hover{transition: all 0.5s;opacity: 0.7; box-shadow: 0px 10px 30px 0px rgba(126, 126, 126, 0.69); margin-bottom:2px; margin-left:2px}
.solution-list .item h3 {
    position: absolute;
    z-index: 2;
	bottom: 0px;
	background:rgba(0,0,0,.6);
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    white-space: initial
}
.solution-list .previous-arrow-button, .solution-list .next-arrow-button {
    margin-top: 15px;
    display: inline-block;
    width: 40px;
    height: 40px;
	background: #076d55;
    border: 1px solid #076d55;
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
    color: #fff
}
.solution-list .previous-arrow-button {
    transform: rotate(180deg);
    margin-right: 10px
}
.solution-list .previous-arrow-button:hover, .solution-list .next-arrow-button:hover {
	  background: #d41015;
  border: 1px solid #d41015; transition: all 0.3s;
}
.gepvalues {
    height: 600px;
    margin-top: 30px;
    color: #fff;
    background: var(--primarycolor) url('static/image/gepvalues-bg.jpg') top center no-repeat
}
.gepvalues .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    place-items: center;
    height: 100%
}
.gepvalues .item {
    width: 45%
}
.gepvalues h2 {
    font-size: 3rem;
    color: #086656
}
.gepvalues p {
    margin-top: 10px
}
.gepvalues .item:nth-child(2):before {
    content: '\e95d';
    font-size: 3rem;
    color: #086656
}
.gepvalues .item:nth-child(3):before {
    content: '\e95c';
    font-size: 3rem;
    color: #086656
}
.gepvalues .item:nth-child(4):before {
    content: '\e94f';
    font-size: 3rem;
    color: #086656
}
.gepvalues .item:nth-child(n+2) h3:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #086656
}
.gephistory {
    margin-top: 30px;
    margin-bottom: 30px
}
.gephistory h2 {
    text-align: center
}
.gephistory .yearselect {
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid #ececec;
    font-family: Helvetica;
    font-size: 2.5rem;
    line-height: 1;
    color: #086656;
    white-space: nowrap;
    overflow: auto
}
.gephistory .yearselect a {
    display: inline-block;
	height: 80px;
    width: 11%;
    min-width: 120px;
    filter: opacity(.5)
}
.gephistory a.active {
	background:url(/static/image/jtx.png) no-repeat left bottom;
    filter: opacity(1)
}
.gephistory a.active:after {
	background: #eee;
    display: block;
    margin-top: 10px;
    font-size: 0.5em;
    text-indent: 30px
}
.gephistory .contents {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.gephistory .title {
    box-sizing: border-box;
    width: 210px;
    height: 270px;
    padding-top: 30px;
    padding-left: 20px;
    border: 10px solid #ececec;
    font-family: Helvetica;
    font-size: 1.8rem;
    line-height: 1;
    color: #086656
}
.gephistory .title img {
    display: block;
    padding: 20px 0;
    max-width: fit-content;
    background: var(--defaultbgcolor)
}
.gephistory .content-tabs {
    width: calc(100% - 280px);
    color: var(--defaulttextcolor);
    font-size: 15px
}
.gephistory .item {
    height: 0;
    filter: opacity(0);
    overflow: hidden;
    transition: filter 1.5s
}
.gephistory .item.active {
    height: auto;
    filter: opacity(1)
}
.gephistory li {
    display: table;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #086656
}
.mt20{margin-top: 30px}
.container-patents {
    margin-top: 30px;
    margin-bottom: 20px
}
.container-patents .patents {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    place-items: center;
    margin-top: 20px
}
.container-patents h3 {
    width: 230px;
    line-height: 1.1;
    text-align: center;
    color: var(--defaulttextcolor)
}
.container-patents h3:before {
    content: '\e925';
    display: block;
    font-size: 200px;
    color: #086656
}
.container-patents .items {
    width: calc(100% - 260px)
}
.container-patents .item {
    width: 100%;
    clear: both
}
.container-patents .patent-number {
    color: var(--defaulttextcolor);
    float: right;
    margin-right: 20px
}
.container-patents .view-patent {
    float: right;
    color: #086656;
    cursor: pointer
}
.container-patents .view-patent:before {
    content: '\e901';
    margin-right: 5px
}
.wrap-parent-view .patent-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80vw;
    max-height: 100vh
}
.wrap-parent-view .patent-image img {
    max-width: 80vw;
    max-height: 100vh
}
.wrap-parent-view .icon-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    cursor: pointer
}
.container-qualification {
    margin-top: 80px;
    margin-bottom: 20px
}
.container-qualification .certselect {
    text-align: center
}
.container-qualification .certselect a {
    display: inline-block;
    box-sizing: border-box;
    padding: 6px 30px;
    border-radius: 3px;
    margin: 0 30px;
    border: 1px solid var(--defaulttextcolor)
}
.container-qualification .certselect a.active {
    border: none;
    color: #fff;
    background: #086656
}
.container-qualification .items {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ececec
}
.container-qualification .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 0;
    filter: opacity(0);
    overflow: hidden;
    transition: filter 1s
}
.container-qualification .item.active {
    height: auto;
    filter: opacity(1)
}
.container-qualification .item li {
    width: 32%;
    margin-top: 20px;
    text-align: center;
    color: var(--defaulttextcolor)
}
.container-qualification .item span {
    display: block
}
.container-qualification .item .bimg {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    border: 1px solid #cecece
}
.single-about-header {
    height: 350px;
    background: url('static/image/contact-banner.jpg') top center no-repeat
}
.single-about-header .container {
    position: relative;
    height: 100%
}
.single-about-header .subject {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    max-width: 70%;
    color: #fff
}
.contact-info {
    position: relative;
    background: #f6f6f6
}
.contact-info .contact-detail {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    left: calc(50% - 680px);
    width: 680px
}
.contact-info .contact-detail p {
    width: 100%;
    margin: 10px 0
}
.contact-info .contact-detail strong {
    display: inline-block;
    width: 80px;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: normal;
    color: #086656
}
.contact-info .map {
    float: right;
    width: 50%
}
.contact-info iframe {
    border: none
}

@media(max-width:1360px) {
.single-about-header .subject {
    left: 10px
}
.contact-info .contact-detail {
    position: static;
    transform: none;
    width: 100%;
    padding: 20px
}
.contact-info .map {
    position: static;
    transform: none;
    width: 100%
}
}

@media(max-width:1200px) {
.container-patents h3 {
    display: none
}
.container-patents .items {
    width: 100%
}
}

@media(max-width:800px) {
.solution-list .item {
    width: 300px;
    height: 300px;
    margin-right: 10px
}
.gepvalues .item {
    width: 100%
}
.gepvalues h2 {
    font-size: 2rem
}
.gepvalues .item:before {
    font-size: 2rem !important
}
.gephistory .yearselect {
    font-size: 1.5rem
}
.container-qualification .item li {
    width: 48%
}
}

@media(max-width:600px) {
.gephistory .title {
    display: none
}
.gephistory .content-tabs {
    width: 100%
}
}
