@charset "utf-8";
@font-face {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/fontello.eot?61757689#iefix") format("embedded-opentype"), url("/fonts/fontello.woff?61757689") format("woff"), url("/fonts/fontello.ttf?61757689") format("truetype"), url("/fonts/fontello.svg?61757689#fontello") format("svg");
}
@font-face {
  font-family: 'fontello-custom';
  src: url('/fonts/fontello-custom.eot?001');
  src: url('/fonts/fontello-custom.eot?001#iefix') format('embedded-opentype'),
       url('/fonts/fontello-custom.woff?001') format('woff'),
       url('/fonts/fontello-custom.ttf?001') format('truetype'),
       url('/fonts/fontello-custom.svg?001#fontello-custom') format('svg');
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@media print{
  * {
    -webkit-print-color-adjust: exact !important;
  }
  .noBreak {
    break-inside: avoid;
  }
}
html {
    font-size: 16px;
    background: #ffffff
}

body {
    line-height: 1.6;
    font-size: 1rem;
    font-family: 'Noto Sans TC', sans-serif;
    color: #1A2E51;
    width: 100%;
    overflow-x: hidden;
	font-weight: 300;
	letter-spacing: 0.5px;
}
ol, ul {
    margin: 0;
	padding:0;
}
img {
    border: 0;
    display: block;
	width: 100%;
}

a,
a:visited,
a:hover,
a:focus,
a:active {
    text-decoration: none;
	transition: all 0.3s ease-out 0s;
}

:focus,
:active {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
	margin-bottom: 0;
    margin-top: 0;
}

p {
    line-height: inherit;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    *font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    outline: 0
}

textarea {
    resize: vertical
}

ol.reset,
ul.reset,
li.reset {
    margin: 0;
    padding: 0;
    list-style: none
}

section,
article,
aside,
footer,
header,
nav,
main {
    display: block
}
.cl, .clear {
    clear: both;
    display: block;
}
.bold {
    font-weight: 600;
}
.header {
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 90px;
	background: #fff;
	top: 0;
	left: 0;
	border-bottom: 5px solid #1a2e51;
}

.header .logo {
	float: left;
	margin: 12px 0 0 0;
	width: 110px;
}

.header .logo a {
    display: block;
    position: relative;
}

.header .lang {
    float: right;
    position: relative;
    font-family: 'Ubuntu', 'Microsoft JhengHei UI', 'Microsoft JhengHei', Sans-serif;
    margin: 20px 0
}

.header .lang .lang-current {
    height: 40px;
    line-height: 40px;
    font-size: .9375rem;
    color: #fff;
    background: #0085ca;
    border-radius: 20px;
    padding: 0 20px;
    text-transform: uppercase;
    cursor: url('../images/cursor-pointer.png'), auto
}

.header .lang .lang-select {
    position: absolute;
    min-width: 100%;
    height: 40px;
    background: #0085ca;
    border-radius: 20px;
    top: 0;
    right: 0;
    opacity: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transition: opacity .25s, transform 0s .25s;
    -moz-transition: opacity .25s, transform 0s .25s;
    -webkit-transition: opacity .25s, transform 0s .25s
}

.header .lang .lang-select ul {
    font-size: 0;
    text-align: center;
    white-space: nowrap;
    padding: 0 15px
}

.header .lang .lang-select ul li {
    display: inline-block;
    position: relative;
    line-height: 40px;
    font-size: .9375rem;
    vertical-align: top
}

.header .lang .lang-select ul li +li {
    margin-left: 17px
}

.header .lang .lang-select ul li +li:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, .5);
    top: 14px;
    left: -9px
}

.header .lang .lang-select ul li a {
    color: rgba(255, 255, 255, .75)
}

.header .lang .lang-select ul li.current a,
.header .lang .lang-select ul li a:hover {
    color: #fff
}

.header .lang .lang-select ul li a span {
    display: none
}

.header .nav-menu {
  float: right;
  padding-top: 33px;
}

.header .menu-main {
    font-size: 0;
    white-space: nowrap
}

.header .menu-main >li {
    display: inline-block;
    position: relative;
    vertical-align: top
}
.header .menu-main > li.language a {
  display: block;
}
.header .menu-main > li.language a.border {
  border: 1px solid #ccc;
  border-radius: 20px;
}
.header .menu-main >li >a {
    display: block;
    line-height: 40px;
    font-size: 18px;
    color: #999;
    padding: 0 28px;
}
@media (max-width: 1100px) {.header .menu-main >li >a{padding: 0 22px;}}

.header .menu-main >li >a:hover {
    color: #35C5BB;
}
.header .menu-main >li.current >a{
    color: #ffffff;
}

.header .menu-sub {
    display: inline-block;
    position: absolute;
    vertical-align: top;
    background: #35C5BB;
    top: 100%;
    left: 50%;
    margin-top: 40px;
    opacity: 0;
    transform: scale(0) translateX(-50%);
    -moz-transform: scale(0) translateX(-50%);
    -webkit-transform: scale(0) translateX(-50%);
    transition: margin .25s, opacity .25s, transform 0s .25s;
    -moz-transition: margin .25s, opacity .25s, transform 0s .25s;
    -webkit-transition: margin .25s, opacity .25s, transform 0s .25s
}
.language .menu-sub {
	width: 100px;
}
@media (max-width:991px) {.language .menu-sub {width: 100%;}}

.header .menu-main >li:hover >.menu-sub {
    margin-top: 10px;
    opacity: 1;
    transform: scale(1) translateX(-50%);
    -moz-transform: scale(1) translateX(-50%);
    -webkit-transform: scale(1) translateX(-50%);
    transition: margin .25s, opacity .25s, transform 0s;
    -moz-transition: margin .25s, opacity .25s, transform 0s;
    -webkit-transition: margin .25s, opacity .25s, transform 0s
}

.header .menu-sub:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    top: -10px;
    left: 0
}

.header .menu-sub:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #35C5BB transparent;
    top: -10px;
    left: 50%;
    margin-left: -8px
}

.header .menu-sub >li {
    position: relative
}

.header .menu-sub >li >a {
    display: block;
    line-height: 40px;
    font-size: .9375rem;
    color: #fff;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap
}

.header .menu-sub >li:hover >a,
.header .menu-sub >li >a:hover {
    background: #35C5BB;
}

.header .menu-grand {
    display: inline-block;
    position: absolute;
    vertical-align: top;
    background: #476ea9;
    top: 0;
    left: calc(100% + 4px);
    opacity: 0;
    margin-left: 30px;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transition: opacity .25s, margin .25s, transform 0s .25s;
    -moz-transition: opacity .25s, margin .25s, transform 0s .25s;
    -webkit-transition: opacity .25s, margin .25s, transform 0s .25s
}

.header .menu-grand:before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    left: -4px
}

.header .menu-grand:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 6px 0;
    border-color: transparent #476ea9 transparent transparent;
    top: 16px;
    left: -7px
}

.header .menu-sub >li:hover >.menu-grand {
    opacity: 1;
    margin-left: 0;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: opacity .25s, margin .25s, transform 0s;
    -moz-transition: opacity .25s, margin .25s, transform 0s;
    -webkit-transition: opacity .25s, margin .25s, transform 0s
}

.header .menu-grand >li >a {
    display: block;
    line-height: 40px;
    font-size: .9375rem;
    color: #fff;
    padding: 0 15px;
    text-align: center;
    white-space: nowrap
}

.header .menu-grand >li >a:hover {
    background: #093e8c
}

.header .nav-switch,
.header .lang-xxs {
    display: none
}


@media (max-width:1199px) {
    .header .container {
        width: 100%
    }
}

@keyframes headerscroll {
    from {
        opacity: 0;
        transform: translateY(-100%)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-moz-keyframes headerscroll {
    from {
        opacity: 0;
        -moz-transform: translateY(-100%)
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-webkit-keyframes headerscroll {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@media (min-width:992px) {
    .header.scroll-view {
        position: fixed;
        background: rgba(255, 255, 255, .9);
        opacity: 0;
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        animation: headerscroll .8s forwards;
        -moz-animation: headerscroll .8s forwards;
        -webkit-animation: headerscroll .8s forwards;
		top: -30px;
		z-index: 1000;
    }
    .header .lang:hover .lang-select {
        opacity: 1;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transition: opacity .25s, transform 0s;
        -moz-transition: opacity .25s, transform 0s;
        -webkit-transition: opacity .25s, transform 0s
    }
    .nav-mask {
        display: none !important
    }
}

@media (max-width:991px) {
    .header {
        position: fixed;
        height: 90px;
        transition: left .5s;
        -moz-transition: left .5s;
        -webkit-transition: left .5s
    }
    .header.scroll-view.view.on-nav {
        background: #fff
    }
    .header.on-nav {
        left: -240px
    }
    .header .search {
        margin: 10px 35px 10px 27px
    }
    .header .lang {
        margin: 13px 0
    }
    .header .lang .lang-current {
        width: 34px;
        height: 34px;
        font-size: 0;
        background: #0085ca url('../images/header_lang.png') center no-repeat;
        background-size: 22px 22px;
        padding: 0
    }
    .header .lang .lang-select {
        display: inline-block;
        height: auto;
        border-radius: 0;
        top: 100%;
        left: 50%;
        right: auto;
        margin-top: 30px;
        transform: scale(0) translateX(-50%);
        -moz-transform: scale(0) translateX(-50%);
        -webkit-transform: scale(0) translateX(-50%);
        transition: opacity .25s, margin .25s, transform 0s .25s;
        -moz-transition: opacity .25s, margin .25s, transform 0s .25s;
        -webkit-transition: opacity .25s, margin .25s, transform 0s .25s
    }
    .header .lang.open .lang-select {
        opacity: 1;
        margin-top: 10px;
        transform: scale(1) translateX(-50%);
        -moz-transform: scale(1) translateX(-50%);
        -webkit-transform: scale(1) translateX(-50%);
        transition: opacity .25s, margin .25s, transform 0s;
        -moz-transition: opacity .25s, margin .25s, transform 0s;
        -webkit-transition: opacity .25s, margin .25s, transform 0s
    }
    .header .lang .lang-select:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 10px;
        top: -10px;
        left: 0
    }
    .header .lang .lang-select:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 10px 8px;
        border-color: transparent transparent #0085ca transparent;
        top: -10px;
        left: 50%;
        margin-left: -8px
    }
    .header .lang .lang-select ul {
        padding: 0
    }
    .header .lang .lang-select ul li {
        display: block;
        line-height: 34px
    }
    .header .lang .lang-select ul li +li {
        border-top: 1px solid rgba(255, 255, 255, .5);
        margin-left: 0
    }
    .header .lang .lang-select ul li +li:before {
        display: none
    }
    .header .lang .lang-select ul li a {
        display: block;
        font-size: 0;
        padding: 0 20px
    }
    .header .lang .lang-select ul li a span {
        display: inline;
        font-size: .9375rem;
        vertical-align: middle
    }
    .header .nav-switch {
        display: block;
        position: absolute;
        width: 40px;
        height: 60px;
        border-left: 1px solid #ddd;
        top: 0;
        right: 0;
        transition: border .25s, background .25s;
        -moz-transition: border .25s, background .25s;
        -webkit-transition: border .25s, background .25s
    }
    .header.on-nav .nav-switch {
        border-color: #cccccc;
        background: #cccccc;
    }
    .header .nav-switch i {
        display: block;
        position: absolute;
        height: 3px;
        background: #000;
        border-radius: 1px;
        transition: all .25s;
        -moz-transition: all .25s;
        -webkit-transition: all .25s
    }
    .header.on-nav .nav-switch i {
        background: #ffffff;
    }
    .header .nav-switch i:nth-child(1) {
        width: 20px;
        top: 20px;
        left: 10px
    }
    .header .nav-switch i:nth-child(2),
    .header .nav-switch i:nth-child(3) {
        width: 20px;
        top: 27px;
        left: 10px
    }
    .header .nav-switch i:nth-child(4) {
        width: 20px;
        top: 34px;
        left: 10px
    }
    .header.on-nav .nav-switch i:nth-child(1),
    .header.on-nav .nav-switch i:nth-child(4) {
        width: 2px;
        top: 27px;
        left: 24px;
        opacity: 0
    }
    .header.on-nav .nav-switch i:nth-child(2),
    .header.on-nav .nav-switch i:nth-child(3) {
        width: 22px;
        left: 9px;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg)
    }
    .header.on-nav .nav-switch i:nth-child(3) {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    .header .nav-menu {
        position: absolute;
        width: 240px;
        height: 100vh;
        background: #35C5BB;
        top: 0;
        left: auto;
        right: -240px;
        padding: 0 0 40px;
        overflow-y: auto;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transition: right .5s;
        -moz-transition: right .5s;
        -webkit-transition: right .5s
    }
    .header .menu-main >li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, .25)
    }
    .header .menu-main >li >a {
        color: #fff;
        text-align: center
    }
	.header .menu-main >li >a:hover {
        color: #fff;
    }
    .header .menu-sub {
        display: none;
        position: relative;
        top: auto;
        left: auto;
        margin: 10px 0 0;
        opacity: 1;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none
    }
    .header .menu-sub:before {
        display: none
    }
    .header .menu-main >li.open >.menu-sub {
        display: block
    }
    .header .menu-main >li:hover >.menu-sub {
        margin: 10px 0 0;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none
    }
    .header .menu-sub >li.open >a,
    .header .menu-sub >li:hover >a,
    .header .menu-sub >li >a:hover {
        color: #ff0;
        background: none
    }
    .header .menu-grand {
        display: none;
        position: relative;
        background: #000;
        top: auto;
        left: auto;
        opacity: 1;
        margin: 8px 10px 0;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none
    }
    .header .menu-sub >li.open >.menu-grand {
        display: block
    }
    .header .menu-sub >li:hover >.menu-grand {
        margin: 8px 10px 0;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none
    }
    .header .menu-grand:before {
        display: none
    }
    .header .menu-grand:after {
        border-width: 0 6px 8px 6px;
        border-color: transparent transparent #000 transparent;
        top: -8px;
        left: 50%;
        margin-left: -6px
    }
}

@media (max-width:479px) {
    .header .search {
        float: none;
        position: absolute;
        width: 40px;
        height: 60px;
        border-right: 1px solid #ddd;
        margin: 0;
        top: 0;
        left: 0
    }
    .header .search:before {
        display: none
    }
    .header .search .search-switch {
        height: 60px;
        transition: border .25s, background .25s;
        -moz-transition: border .25s, background .25s;
        -webkit-transition: border .25s, background .25s
    }
    .header.on-search .search .search-switch {
        border-right-color: #0085ca;
        background: #0085ca
    }
    .header .search .search-switch i:nth-child(1) {
        width: 14px;
        height: 14px;
        top: 20px;
        left: 15px
    }
    .header .search .search-switch i:nth-child(1) {
        border: 2px solid #000
    }
    .header .search .search-switch i:nth-child(2) {
        display: none
    }
    .header .search .search-switch i:nth-child(3) {
        width: 6px;
        background: #000;
        top: 33px;
        left: 12px;
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    .header.on-search .search .search-switch i:nth-child(1) {
        width: 14px;
        height: 14px;
        border: 2px solid #fff;
        background: none;
        border-radius: 100%;
        top: 20px;
        left: 15px;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none
    }
    .header.on-search .search .search-switch i:nth-child(3) {
        width: 6px;
        background: #fff;
        opacity: 1;
        top: 33px;
        left: 12px
    }
    .header .search .search-box {
        width: calc(100vw - 20px);
        height: 50px;
        background: #fff;
        border-radius: 25px;
        top: 100%;
        left: -180px;
        right: auto;
        margin-top: 10px;
        padding: 5px;
        transition: opacity .25s, left .25s, transform 0s .25s;
        -moz-transition: opacity .25s, left .25s, transform 0s .25s;
        -webkit-transition: opacity .25s, left .25s, transform 0s .25s
    }
    .header.on-search .search .search-box {
        left: 10px;
        opacity: 1;
        transition: opacity .25s, left .25s, transform 0s;
        -moz-transition: opacity .25s, left .25s, transform 0s;
        -webkit-transition: opacity .25s, left .25s, transform 0s
    }
    .header .search .search-box .search-button {
        top: 7px;
        right: 7px
    }
    .header .lang {
        display: none
    }
    .header .lang-xxs {
        display: block;
        font-size: 0;
        background: rgba(255, 255, 255, .25);
        padding: 2px 20px;
        text-align: center
    }
    .header .lang-xxs ul li {
        display: inline-block;
        position: relative;
        line-height: 30px;
        font-size: .875rem;
        vertical-align: top
    }
    .header .lang-xxs ul li +li {
        margin-left: 17px
    }
    .header .lang-xxs ul li +li:before {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 12px;
        background: rgba(255, 255, 255, .25);
        top: 9px;
        left: -9px
    }
    .header .lang-xxs ul li a {
        color: rgba(255, 255, 255, .75)
    }
    .header .lang-xxs ul li a:hover,
    .header .lang-xxs ul li.current a {
        color: #fff
    }
}

.topmenu {
	background: #35c5bb;
	height: 30px;
}
.topmenu .topmenu-left {
	color: #ffffff;
	font-size: 12px;
	float: left;
	padding: 5px 0 0 0;
}
.topmenu .topmenu-right {
	float: right;
	padding: 0;
	margin: -1px 0 0 0;
}
.topmenu .topmenu-right a {
	display: inline-block;
	padding: 0 2px;
	font-size: 13px;
	color: #ffffff;
}
.topmenu .topmenu-right a img{
	display: inline-block;
}
.topmenu .topmenu-right .social ul li {
	list-style: none;
	float: left;
}
.topmenu .topmenu-right .social ul li i{
	color: #54BCB8;
}
/* --- Index --- */
#page::after, #middle::after, .middle_inner::after, .middle_content::after, #bottom::after, .bottom_bg::after, .content_wrap::after, .column_inner::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.index-series {
	padding: 50px 0 0;
}
.index-series .index-series-title{
}
.index-series .index-series-txt {
	max-width: 32%;
	text-align: center;
	margin: 50px auto 40px;
	line-height: 1.8;
	font-size: 13px;
	letter-spacing: 1px;
}
@media (max-width:767px) {.index-series .index-series-txt {max-width: 70%;}}

.Index-team {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (max-width:767px) {.Index-team {padding-bottom: 0;padding-top: 20px;}}

.one_first, .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .one_sixth, .one_fourth_1 {
  float: left;
  padding: 0 15px;
  position: relative;
}
.one_first {
  clear: both;
  display: block;
  float: none;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.one_half {
  width: 50%;
}
@media (max-width:480px) {.one_half {width: 100%;}}

.one_third {
  width: 33.33%;
}
@media (max-width:767px) {.one_third {width: 100%;}}

.one_fourth {
  width: 16%;
}
@media (max-width:991px) {.one_fourth {width: 25%;}}
@media (max-width:767px) {.one_fourth {width: 100%;}}

.one_fourth_1 {
  width: 25%;
}
@media (max-width:767px) {.one_fourth_1 {width: 100%;}}

.three_fourth {
  width: 84%;
}
@media (max-width:991px) {.three_fourth {width: 75%;}}
@media (max-width:767px) {.three_fourth {width: 100%;}}

input:not([type="button"]):not([type="checkbox"]):not([type="file"]):not([type="hidden"]):not([type="image"]):not([type="radio"]):not([type="reset"]):not([type="submit"]):not([type="color"]):not([type="range"]) {
  height: 35px;
  font-size: 13px;
}
input:not([type="button"]):not([type="checkbox"]):not([type="file"]):not([type="hidden"]):not([type="image"]):not([type="radio"]):not([type="reset"]):not([type="submit"]):not([type="color"]):not([type="range"]), textarea, select, option {
  border-style: solid;
  border-width: 0;
  max-width: 100%;
  padding: 10px;
  font-size: 12px;
	text-align: left;
	font-weight: 500;
}
.contact-form input:not([type="button"]):not([type="checkbox"]):not([type="file"]):not([type="hidden"]):not([type="image"]):not([type="radio"]):not([type="reset"]):not([type="submit"]):not([type="color"]):not([type="range"]), .contact-form select, .contact-form textarea, .contact-form option {
  min-width: 100px;
  width: 100%;
}
.google-maps {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.featured_block {
  overflow: hidden;
  position: relative;
  background-color: #3065b5;
  padding-bottom: 0;
  padding-top: 0;
}
@media (max-width:767px) {.featured_block {background-color: #ffffff;margin-bottom: 0;}}

.featured_block .featured_block_inner {
  margin: 0 auto;
  padding: 25px;
  text-align: left;
  width: 100%;
}
@media (max-width:767px) {.featured_block .featured_block_inner {padding: 0;}}

.featured_block .featured_block_text {
  text-align: left;
  color: #ffffff;
}
.featured_block .featured_block_text hr {
  margin: 5px 0;
  opacity: 0.3;
}
@media (max-width:767px) {.featured_block .featured_block_text hr {display: none;}}

.featured_block .heading_wrap {
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left;
  position: relative;
}
@media (max-width:767px) {.featured_block .heading_wrap {display: none;}}

.featured_block .heading_wrap2 {
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  position: relative;
}
@media (max-width:767px) {.featured_block .heading_wrap2 {display: inline-block;margin: 0 0 0 -4px;padding: 0 1% 2%;width: 25%;}}
@media (max-width:480px) {.featured_block .heading_wrap2 {display: inline-block;margin: 0 0 0 -4px;padding: 0 1% 2%;width: 33.33%;}}
@media (max-width:360px) {.featured_block .heading_wrap2 {display: inline-block;margin: 0 0 0 -4px;padding: 0 2px 2%;width: 33.33%;}}

.featured_block .heading_wrap3 {
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: left;
}
@media (max-width:767px) {.featured_block .heading_wrap3 {display: inline-block;margin: 0 0 0 -4px;padding: 0 1% 2%;text-align: center;width: 25%;}}

.featured_block .heading_wrap3 h6.heading, .featured_block .heading_wrap3 h6.heading a{
    color: #ffffff;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
}
@media (max-width:767px) {.featured_block .heading_wrap3 h6.heading a {background: #0392ce none repeat scroll 0 0;font-size: 17px;line-height: 32px;display: block;}}
@media (max-width:400px) {.featured_block .heading_wrap3 h6.heading a {font-size: 15px;}}
@media (max-width:360px) {.featured_block .heading_wrap3 h6.heading a {font-size: 13px;}}

#cmsmasters_heading_9b53436d9f .cmsmasters_heading, #cmsmasters_heading_9b53436d9f .cmsmasters_heading a {
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
}
.featured_block h2.heading, .featured_block h2.heading a {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
}

.featured_block h3.heading, .featured_block h3.heading a {
  color: #b5cbed;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  transition: all 0.3s ease-out 0s;
}
@media (max-width:767px) {.featured_block h3.heading a {background: #0392ce none repeat scroll 0 0;display: block;color: #ffffff;text-align: center;font-size: 15px;}}
@media (max-width:480px) {.featured_block h3.heading a {font-size: 13px;}}
@media (max-width:360px) {.featured_block h3.heading a {font-size: 13px;}}

.featured_block h3.heading, .featured_block h3.heading a:hover {
  color: #ffffff;
  transition: all 0.3s ease-out 0s;
}
.featured_block h6.heading, .featured_block h6.heading a {
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
}
.featured-right-title01 {
  margin-bottom: 0;
  margin-top: -6px;
  text-align: left;
}
@media (max-width:767px) {.featured-right-title01 {margin-top: 10px;}}

.featured-right-title01 h3.heading, .featured-right-title01 h3.heading a{
  color: #3eb8d7;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
}
.featured-right-title02 {
  margin-bottom: -45px;
  margin-top: 0;
  text-align: left;
}
.posts_slider {
  margin: 0 -10px;
  overflow: hidden;
  position: relative;
}
.posts_slider .owl_slider {
  padding: 75px 0 0;
}
.owl-carousel {
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper {
  position: relative;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
  float: left;
  width: 33.33%;
}
@media (max-width:620px) {.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {width: 50%;}}
@media (max-width:420px) {.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {width: 100%;}}

.posts_slider .owl_slider_item {
  max-width: 100%;
  min-width: 200px;
}
.posts_slider .slider_post, .posts_slider .slider_project {
  padding: 0 10px 20px;
  width: 100%;
}
.slider_project {
  position: relative;
}
.slider_project .slider_project_outer {
  overflow: hidden;
  position: relative;
}
.posts_slider .preloader {
  padding-bottom: 62%;
}
.img_rollover_wrap {
  display: block;
  overflow: hidden;
  position: relative;
}
.preloader {
  display: block;
  height: 0;
  padding-bottom: 58.1%;
  position: relative;
  text-align: center;
  width: 100%;
}
.preloader .full-width {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.full-width {
  min-width: 100%;
}

a:hover.Index-news-more {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0392CE;
  transition: all 0.3s ease-in-out 0s;
}
.button, input[type="submit"], input[type="button"], button {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  text-transform: none;
}
#slide_top:before {
  font-size: 16px;
  line-height: 50px;
}
#slide_top > span {
  display: inline-block;
  text-indent: -9999px;
}
#slide_top {
  bottom: 50px;
  display: none;
  height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 50px;
  z-index: 99999;
  background-color: #35C5BB;
  color:#ffffff;
}
.theme_icon_slide_top::before {
  content: "\e809";
  font-family: "fontello";
}
footer.site-footer {
	background: #1a2e51;
	padding: 20px 0;
}
footer.site-footer .footer-left {
	float: right;
	width: 520px;
	padding: 30px 0 10px;
}
@media (max-width:840px) {footer.site-footer .footer-left {float: none;width: 100%;}}

footer.site-footer .footer-left p {
	color: #ffffff;
	font-size: 0.85rem;
	padding-bottom: 5px;
	margin: 0;
}
footer.site-footer .footer-left .column {
	width: 33.33%;
	float: left;
	padding: 0 0 20px 50px;
	min-height: 160px;
}
@media (max-width:840px) {footer.site-footer .footer-left .column {padding: 0 30px 20px 0;}}
@media (max-width:480px) {footer.site-footer .footer-left .column {width: 50%;padding: 0 20px 20px 0;}}

footer.site-footer .footer-right {
	float: left;
	width: 25%;
	color: #FFFFFF;
	font-size: 0.85rem;
	text-align: right;
	padding: 30px 0;
}
@media (max-width:840px) {footer.site-footer .footer-right {float: none;}}

footer.site-footer .footer-right a{
	color: #ffffff;
}
footer.site-footer .footer-right .footer-right-logo {
	width: 175px;
	padding-bottom: 15px;
}
footer.site-footer .footer-right .footer-right-info {
	width: 250px;
	text-align: left;
	padding: 130px 0 0 0;
}
@media (max-width:840px) {footer.site-footer .footer-right .footer-right-info {padding: 0;}}

footer.site-footer .footer-right .footer-right-info p.company {
	font-size: 16px;
	font-weight: 400;
}
footer.site-footer .footer-right .footer-right-info p {
	font-size: 14px;
	font-weight: 300;
	padding: 2px 0;
	margin: 0;
}
.copyright {
	color: #ffffff;
	padding: 20px 0;
	overflow: hidden;
	border-top: 1px solid #ffffff;
}
.copyright .copyright-left{
	float: left;
}
@media (max-width:1024px) {.copyright .copyright-left {float: none;}}

.copyright .copyright-left a{
	display: inline-block;
}
.copyright .copyright-right{
	float: right;
	text-align: right;
}
@media (max-width:1024px) {.copyright .copyright-right {float: none;text-align: left;}}

.copyright p{
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: 400;
}
.copyright a{
	color: #35C5BB;
}
.copyright-inner {
	border-top: 2px solid #35C5BB;
	padding: 20px 0;
}

.textwidget {
  text-align: right;
}
.textwidget .add {
  font-size: 14px;
  font-style: italic;
  color:#ffffff;
}
.textwidget .tel {
  font-size: 32px;
  font-style: italic;
  color:#ffffff;
  font-weight: 300;
  padding: 5px 0;
}
.textwidget .copyright-text {
  font-size: 14px;
  color:#ffffff;
  font-weight: 300;
  padding: 5px 0;
}
footer#colophon h3.widget-title {
	font-size: 14px;
	font-weight: 400;
	color: #35C5BB;
	padding: 0 0 15px;
}
footer#colophon h3.widget-title a{
	color: #35C5BB;
}
footer#colophon h3.widget-title a:hover{
	color: #35C5BB;
}
footer#colophon ul {
  margin: 0;
  padding: 0;
}
footer#colophon ul li {
  line-height: 22px;
  list-style: outside none none;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
}
footer#colophon.dark a {
  color: #ffffff;
}
footer#colophon.dark a:hover {
  color: #ffffff;
}
footer#colophon .footer-sidebars p {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 35px;
  color:#153587;
}
@media (max-width:767px) {footer#colophon .footer-sidebars p {margin-bottom: 15px;}}

footer#colophon .copyright-content .copyright-text {
  font-size: 15px;
  line-height: 38px;
  text-align: center;
}
@media (max-width:767px) {footer#colophon .copyright-content .copyright-text {line-height: 20px;}}

footer#colophon .copyright-area.no-footer-sticky .copyright-content {
  border-top: 1px solid #cccccc;
}
footer#colophon .copyright-content {
  padding: 15px 0;
}
footer .footer-sidebars {
	padding: 40px 0 40px;
}
@media (max-width:767px) {footer .footer-sidebars {padding: 20px 0;}}

.language a {
	padding: 0!important;
}
.language a i {
  color: #999999;
    cursor: pointer;
    display: block;
    font-size: 24px;
    transition: color 0.5s ease 0s;
}
@media (max-width:991px) {.language a i{color: #ffffff;}}
.top-inquiry a {
	padding: 0 !important;
	font-size: 14px !important;
	color:#999999;
}
.top-inquiry a i {
  color: #999999;
    cursor: pointer;
    display: block;
    font-size: 24px;
    transition: color 0.5s ease 0s;
	float:left;
}















/* --- Index --- */
.index-featured {
	overflow: hidden;
}
.index-featured-title {
	font-size: 28px;
	text-align: center;
	position: relative;
	margin-bottom: 70px;
	text-transform: uppercase;
	letter-spacing: 6px;
	color: #1A2E51;
}
.index-featured-title::before {
	top: calc(100% + 25px);
	left: 50%;
	transform: translateX(-50%);
	width: 75px;
	height: 8px;
	background-color: #35C5BB;
	content: "";
	position: absolute;
}
.index-featured-txt {
	width: 87%;
}

.index-featured-list {
	overflow: hidden;
	padding: 0 0 30px;
}
.index-featured-list ul{
	margin:0 -25px;
}
.index-featured-list ul li {
	float: left;
	width: 20%;
	padding: 0 25px 35px;
	text-align: center;
	list-style: none;
}
@media (max-width:1280px) {.index-featured-list ul li{width: 25%;}}
@media (max-width:1024px) {.index-featured-list ul li{width: 33.33%;}}
@media (max-width:640px) {.index-featured-list ul li{width: 50%;}}
@media (max-width:420px) {.index-featured-list ul li{width: 100%;}}

.index-featured-list ul li .index-featured-list-img {
	border: 1px solid #dedede;
}
.index-featured-list ul li .index-featured-list-cat {
	color: #C32C2B;
	font-size: 1.3rem;
	padding: 10px 0 0;
	font-weight: 600;
	text-align: center;
}
.index-featured-list ul li .index-featured-list-title {
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.4;
	color: #35C5BB;
	padding: 15px 0 5px;
	min-height: 70px;
}
.index-featured-list ul li .index-featured-list-txt {
	font-size: 0.95rem;
	font-weight: 400;
	color: #666666;
}
.index-featured-left {
	float: left;
	width: 30%;
}
@media (max-width:640px) {.index-featured-left{float: none;width: 100%;}}

.index-featured-right {
	float: right;
	width: 65%;
	border-top: 1px solid #35C5BB;
}
@media (max-width:640px) {.index-featured-right{float: none;width: 100%;}}

.index-featured-right .index-featured-txt p{
	font-size: 18px;
}
.index-featured-right .index-featured-txt a {
	font-weight: 500;
	color: #35C5BB;
	padding: 0 0 0 70px;
	font-size: 14px;
	text-decoration: underline;
}
/* @media (max-width:640px) {.index-featured-right .index-featured-txt a{display: block;padding: 0;}} */

.opc .section.active {
	border-bottom: 1px solid #35C5BB;
	padding: 20px 30px;
}
@media (max-width:640px) {.opc .section.active{padding: 20px 10px;}}

.opc .section .step-title {
	position: relative;
	width: 100%;
}
.opc .section .step-title .number {
	background-color: #05b2c6;
	border-radius: 50%;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 500;
	height: 39px;
	line-height: 37px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 25px;
	width: 39px;
}
.opc .section .step-title .number2 {
	background-color: #333;
	border-radius: 50%;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 500;
	height: 39px;
	line-height: 37px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 25px;
	width: 39px;
}

.opc .section .step-title h2 {
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
	width: 80%;
}
.opc .section .step-title h2 a {
	color: #1A2E51;
	display: block;
}
.opc .section .step-title h3 a{
	font-size: 16px;
	line-height: normal;
	font-weight: 500;
	color:#35C5BB;
}
.opc .section .step-title .plus {
	background-color: #35C5BB;
	border-radius: 50%;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 600;
	height: 18px;
	line-height: 16px;
	-webkit-line-height: 19px;
	-ms-line-height: 18px;
	-moz-line-height: 18px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 32px;
	width: 18px;
	right: 0;
	cursor: pointer;
}
.opc .section .step-title .plus::before {
	content: "+";
}
.opc .section .step-title .minus {
	background-color: #35C5BB;
	border-radius: 50%;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 600;
	height: 18px;
	line-height: 16px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 32px;
	width: 18px;
	right: 0;
	cursor: pointer;
}
.opc .section .step-title .minus::before {
	content: "-";
}
.opc .section .step-title p {
	font-size: 13px;
	font-weight: 300;
	line-height: 1.8;
	margin: 0;
	padding: 10px 0;
}
.opc .section .step-title::after {
	clear: both;
	content: "";
	display: table;
}
.answer {
    display: none;
}
.index-news {
	overflow: hidden;
	padding: 50px 0;
	background: #F3EAE1;
}
.index-news-left {
	width: 10%;
	float:left;
}
.index-news-right {
	width: 85%;
	float:right;
}
.index-news-left-title {
	font-size: 1.8rem;
	text-align: left;
	position: relative;
	/* margin: 50px 0; */
	text-transform: uppercase;
	color: #C32C2B;
	font-weight: 600;
	line-height: 1.2;
}
.index-news-left-title::before {
	top: calc(100% + 5px);
	width: 120px;
	height: 4px;
	background-color: #C32C2B;
	content: "";
	position: absolute;
}
.index-news-list {
	float: left;
	padding-right: 0;
}
.index-news-list ul {
	margin: 0 -15px;
}
.index-news-list ul li {
	overflow: hidden;
	float: left;
	width: 50%;
	padding: 15px 35px;
}
.index-news-list ul li a{
	display:block;
}
.index-news-list ul li .index-news-list-img {
	float: left;
	width: 28%;
}

.index-news-list ul li .index-news-list-info {
	float: right;
	padding-left: 20px;
	width: 70%;
}
.index-news-list ul li .index-news-list-Date {
	/* background-color: #4BBAC1 !important; */
	/* vertical-align: middle; */
	/* display: table-cell; */
	/* padding: 4px 5px; */
	font-size: 1rem;
	text-align: left;
	color: #C32C2B;
	text-transform: uppercase;
	/* float: left; */
	font-weight: 600;
}
.index-news-list ul li .index-news-list-info .index-news-list-title {
	font-size: 1.2rem;
	font-weight: 600;
	color: #333333;
	line-height: 1.4;
}
.index-news-list ul li .index-news-list-info .index-news-list-des {
	font-size: 0.95rem;
	color: #666666;
	padding: 10px 0;
}
.index-overview {
	margin: 30px -10px;
	overflow: hidden;
}
.index-overview > div {
	width: 25%;
	padding: 0 10px;
	float: left;
}
.index-overview-title {
	font-size: 1.8rem;
	line-height: 1.1;
	color: #35C5BB;
}
.index-overview-txt {
	font-size: 1rem;
	line-height: 1.8;
	color: #666;
	padding: 30px 0 20px;
	width: 50%;
}
.index-overview-title span {
	font-weight: bold;
}
.index-overview-searchbox {
	width: 250px;
	padding: 20px 0 0;
}
.index-knowledge {
	overflow: hidden;
	background: #E5E5E5;
	padding: 50px 0 20px;
	margin: 50px 0 0;
}
.index-knowledge-title {
	font-size: 28px;
	font-weight: 300;
	text-align: left;
	position: relative;
	margin-bottom: 50px;
	text-transform: uppercase;
	letter-spacing: 6px;
	color: #1A2E51;
	float: left;
	padding-right: 80px;
	width: 33.33%;
}
@media (max-width:767px) {.index-knowledge-title {width: 100%;}}

.index-knowledge-title::before {
	top: calc(100% + 25px);
	left: 0;
	width: 75px;
	height: 8px;
	background-color: #35C5BB;	
	content: "";
	position: absolute;
}
.index-knowledge-txt {
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 1px;
	margin-bottom: 80px;
	/* margin: 50px 0 80px; */
}
@media (max-width:767px) {.index-knowledge-txt {margin-bottom: 40px;}}

.searchkeyword {
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	color: #333333;
	height: 35px !important;
	width: 250px;
	margin: 0 0 10px !important;
}
.searchbtn {
	background: #464646 none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	line-height: 40px !important;
	border: 0;
	padding: 0 20px;
}
.searchbtn.green {
	background: #026D84 none repeat scroll 0 0;
}
.searchbtn.blue {
	background: #004A7B none repeat scroll 0 0;
}
.index-overview-01 {
	background-image: url(../images/index-overview-01.jpg) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	min-height: 300px;
	padding: 50px 30px;
}
.index-overview-02 {
	background-image: url(../images/index-overview-02.jpg) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	min-height: 300px;
	padding: 50px 30px;
}
.index-overview-03 {
	background-image: url(../images/index-overview-03.jpg) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	min-height: 300px;
	padding: 50px 30px;
}
.index-overview-04 {
	background-image: url(../images/index-overview-04.jpg) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	min-height: 300px;
	padding: 50px 30px;
}
.index-product-cat {
	position: relative;
	overflow: hidden;
	list-style: none;
}
.index-product-cat ul li {
	position: relative;
	display: block;
	float: left;
	width: 16.66666%;
	list-style: none;
	overflow: hidden;
	cursor: pointer;
}


.index-news-list {
	width: 100%;
    }
.index-news-list ul {
	margin: 0 -15px;
}
@media (max-width:670px) {.index-news-list ul{margin: 0;}}

.index-news-list ul li {
	padding: 0 15px;
	margin-bottom: 20px;
	list-style: none;
	float: left;
	width: 33.33%;
}
@media (max-width:640px) {.index-news-list ul li{width: 100%;padding: 0;}}

.index-news-list ul li a{
	display: block;
	color: #1A2E51;
}
.index-news-list ul li .index-news-list-image {
	position: relative;
	overflow: hidden;
}
.index-news-list ul li .index-news-image img{
	width: 100%;
}
@media (max-width:640px) {.index-news-list ul li .index-news-image img{width: 100%;}}

.index-news-list ul li .text-wrapper {
	padding: 35px 50px;
	position: relative;
	min-height: 250px;
	max-height: 250px;
	background: #35C5BB;
}
@media (max-width:1350px) {.index-news-list ul li .text-wrapper{padding: 35px 20px;}}

.index-news-list ul li .text-wrapper .news-cat {
	display: block;
	padding-bottom: 3px;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 2px;
}
.index-news-list ul li .text-wrapper h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	color: #1A2E51;
	transition: all 0.4s;
}
.index-news-list ul li a:hover .text-wrapper h3{
	color: #1A2E51;
}
.index-news-list ul li .text-wrapper .description {
	font-size: 13px;
	padding: 15px 0 0 0;
	color: #1A2E51;
	line-height: 1.8;
	min-height: 90px;
}
.index-news-list ul li .text-wrapper .description p{
	padding: 0;
	margin: 0;
}
.index-news-list ul li .text-wrapper .description i{
	font-size: 1.4rem;
}
.index-news-list ul li .text-wrapper .more {
	text-align: right;
	padding: 30px 0 0;
}
.index-news-list ul li .text-wrapper .more i{
	font-size: 1.2rem;
	color: #ffffff;
}
/* --- Main --- */
.main {
	font-size: 13px;
	line-height: 1.7;
}
.shell-fluid {
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  padding-left: 0;
  padding-right: 0;
	max-width: 1920px;
}

.main-top .banner::after {
  content: "";
  display: inline-block;
  min-height: 295px;
  vertical-align: middle;
  width: 1px;
  background-size: cover;
}
@media (max-width:767px) {.main-top .banner::after{min-height: 160px;}}
@media (max-width:480px) {.main-top .banner::after{min-height: 120px;}}

.main-top .banner {
  min-height: 350px;
  background-size: cover;
}
@media (max-width:767px) {.main-top .banner{min-height: 160px;}}
@media (max-width:480px) {.main-top .banner{min-height: 120px;}}

.main-top .banner > .wrap {
  display: inline-block;
  vertical-align: middle;
  width: 98%;
}
.main-top .banner > .wrap h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
}
@media (max-width:767px) {.main-top .banner > .wrap h1{font-size: 30px;}}
@media (max-width:480px) {.main-top .banner > .wrap h1{font-size: 24px;}}

.main-top .banner > .wrap h1 a{
  color: #ffffff;
}

.breadcrumb {
	background-color: #ffffff;
	border-radius: 0;
	font-size: 14px;
	list-style: outside none none;
	padding: 30px 0 5px;
	text-align: right;
	margin: 90px auto 0;
}
@media (max-width:767px) {.breadcrumb{padding: 10px;}}

.breadcrumb span::after {
  display: inline-block;
  height: 17px;
  margin: 0 14px;
  opacity: 0.5;
  vertical-align: text-top;
  width: 17px;
}
.breadcrumb span {
  color: #1A2E51;
  font-size: 13px;
  font-weight: 300;
}

.breadcrumb span a {
	background: rgba(0, 0, 0, 0) url("../images/right-arrow2.png") no-repeat scroll right 4px;
	color: #1A2E51;
	margin-right: 0;
	padding-right: 15px;
}
@media (max-width:480px) {.breadcrumb span a{font-size: 12px;}}

.breadcrumb.mainpage {
	margin: 30px auto;
}
.breadcrumb.mainpage2 {
	margin: 10px auto;
}
.submenu-topic {
	color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    overflow: hidden;
    padding: 0 0 20px 2%;
}
.submenu-cat {
  overflow: hidden;
  padding: 10px 0 40px;
}
@media (max-width:767px) {.submenu-cat{padding: 10px 0 20px;}}

.submenu-cat ul li {
  display: inline-block;
  padding: 0 15px 0 0;
}
.submenu-cat ul li:first-child {
  display: inline-block;
  padding: 0 10px 0 0;
}
.submenu-cat ul li {
  display: inline-block;
  padding: 0 10px 0 0;
}
.submenu-cat ul li a {
  border: 1px solid #cccccc;
  border-radius: 7px;
  color: #666666;
  font-size: 15px;
  padding: 7px 30px;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 15px;
  display: block;
}
@media (max-width:767px) {.submenu-cat ul li a{font-size: 14px;padding: 4px 15px;}}

.submenu-cat ul li a:hover {
    background: #3065b5 none repeat scroll 0 0 !important;
    border: 1px solid #3065b5;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}
.submenu-cat ul li a.active {
    background: #E43937 none repeat scroll 0 0 !important;
    border: 1px solid #E43937;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}
.main-context {
	font-size:16px;
	color:#666666;
}












/* --- News --- */
.submenu-topic {
	color: #C32C2B;
    font-size: 1.5rem;
    font-weight: bold;
    overflow: hidden;
    padding: 0;
	margin:0 0 10px;
}
@media (max-width:767px) {.submenu-topic{font-size: 24px;padding: 0 0 5px;}}
@media (max-width:480px) {.submenu-topic{font-size: 20px;}}

.submenu-list {
	overflow:hidden;
	margin: 0 0 25px;
}
.submenu-list ul{
	overflow:hidden;
}
.submenu-list ul li{
	list-style: none;
}

.submenu-list ul li a {
	background: #555555;
	display: block;
	float: left;
	width: 20%;
	color: #ffffff;
	text-align: center;
	padding: 8px 10px;
	margin: 0 0 1px;
	font-size: 0.95rem;
}
.submenu-list ul li:nth-child(odd) a {
	background: #666666;
	display: block;
	float: left;
	width: 20%;
	color: #ffffff;
	text-align: center;
	padding: 8px 10px;
	margin: 0 0 1px;
}
.submenu-list ul li a:hover {
	background: #E43937;
	display: block;
	float: left;
	width: 20%;
	color: #ffffff;
	text-align: center;
	padding: 8px 10px;
}
.submenu-list ul li a.active {
	background: #E43937;
	display: block;
	float: left;
	width: 20%;
	color: #ffffff;
	text-align: center;
	padding: 8px 10px;
}
.news-list {
	width: 100%;
    }
.news-list ul {
	margin: 0 -15px;
}
@media (max-width:670px) {.news-list ul{margin: 0;}}

.news-list ul li {
	padding: 0 15px;
	margin-bottom: 20px;
	list-style: none;
	float: left;
	width: 50%;
}
@media (max-width:640px) {.news-list ul li{width: 100%;padding: 0;}}

.news-list ul li a{
	display: block;
	color: #1A2E51;
}
.news-list ul li .news-list-image {
	position: relative;
	overflow: hidden;
}
.news-list ul li .news-image img{
	width: 100%;
}
@media (max-width:640px) {.news-list ul li .news-image img{width: 100%;}}

.news-list ul li .text-wrapper {
	padding: 35px 50px;
	position: relative;
	min-height: 250px;
	max-height: 250px;
}
@media (max-width:1350px) {.news-list ul li .text-wrapper{padding: 35px 20px;}}

.news-list ul li .text-wrapper .news-cat {
	display: block;
	padding-bottom: 3px;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 2px;
}
.news-list ul li .text-wrapper h3 {
	font-size: 16px;
	line-height: 1.6;
	color: #1A2E51;
	transition: all 0.4s;
}
.news-list ul li a:hover .text-wrapper h3{
	color: #1A2E51;
}
.news-list ul li .text-wrapper .description {
	font-size: 13px;
	padding: 15px 0 0 0;
	color: #1A2E51;
	line-height: 1.8;
	min-height: 90px;
}
.news-list ul li .text-wrapper .description p{
	padding: 0;
	margin: 0;
}
.news-list ul li .text-wrapper .description i{
	font-size: 1.4rem;
}
.news-list ul li .text-wrapper .more {
	text-align: right;
	padding: 30px 0 0;
}
.news-list ul li .text-wrapper .more i{
	font-size: 1.2rem;
	color: #ffffff;
}
.knowledge-more {
	text-align: right;
	padding-right: 5px;
	padding-bottom: 30px;
}
.knowledge-more a {
	color: #35C5BB;
	display: inline-block;
	font-size: 0.9rem;
	font-weight: 500;
	border-bottom: 1px solid #35C5BB;
	line-height: 2.1;
}
.knowledge-more a i{
	font-size: 1.2rem;
}
.news-hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	height: 515px;
	background-color: #F0F0F0;
}
@media (max-width:767px) {.news-hero{flex-wrap: wrap;height: auto;}}

.news-hero .hero-media-container {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48.46154%;
	flex: 0 0 48.46154%;
	background-position: center center;
}
@media (max-width:767px) {.news-hero .hero-media-container{-ms-flex: 0 0 100%;flex: 0 0 100%;height: 225px;}}

.news-hero .hero-text-container {
	padding: 0 9% 0 12.5%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 51.53846%;
	flex: 0 0 51.53846%;
	display: flex;
}
@media (max-width:767px) {.news-hero .hero-text-container{-ms-flex: 0 0 100%;flex: 0 0 100%;padding: 20px;}}

.news-hero .wrapper {
	min-height: auto;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.news-hero .wrapper .content-wrapper {
	-ms-flex-item-align: center;
	align-self: center;
}
.news-hero .wrapper .content-wrapper .news-cat {
	font-size: 1.2rem;
}
@media (max-width:767px) {.news-hero .wrapper .content-wrapper .news-cat{font-size: 1rem;}}

.news-hero .wrapper .content-wrapper h1 {
	font-size: 3rem;
	line-height: 1.2;
}
@media (max-width:767px) {.news-hero .wrapper .content-wrapper h1{font-size: 1.8rem;}}

.news-hero .wrapper .content-wrapper .news-time{
}
.news-detail {
	margin: 40px 0;
}
.news-detail h3 {
	font-size: 1.5rem;
}
.news-detail p{
	font-size: 1.2rem;
}
.news-related {
	background: #F0F0F0;
}
.news-detail h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
.news-detail hr.divider {
  background-color: #3065B5;
  border: medium none;
  height: 5px;
  width: 98px;
  margin: 30px auto;
}
.news-detail {
    border-top: 1px solid #dddddd;
	padding-top: 30px;
}
.backtolist {
  padding: 20px 0 35px;
  text-align: center;
}
.backtolist a{
	font-size: 16px;
	padding: 8px 30px;
	border-radius: 20px;
	background: #3065b5 none repeat scroll 0 0 !important;
    color: #ffffff;
    text-decoration: none;
	display: inline-block;
    transition: all 0.3s ease-out 0s;
}
.backtolist a:hover{
	font-size: 16px;
	padding: 8px 40px;
	border-radius: 20px;
	background: #333333 none repeat scroll 0 0 !important;
    color: #ffffff;
    text-decoration: none;
	display: inline-block;
    transition: all 0.3s ease-out 0s;
}
.social-share {
  text-align: center;
  margin:30px 0;
}
.at-resp-share-element {
  text-align: center;
}






/* --- Products --- */
.catlist-m {display: none;}
@media only screen and (max-width: 767px) {.catlist-m {display: block;padding: 0 15px;position: relative;height: 45px;}}

#custom-show-hide {
	margin-bottom: 10px;
	right: 0;
	position: absolute;
	z-index: 100;
}
.catlist-m h3 {
	margin: 0;
	background-color: #666666;
	border-radius: 5px;
	font-size: 16px;
}
.catlist-m h3.open {
	background: #35C5BB;
}
.catlist-m h3.open a { background-position: 13px -25px; }
.catlist-m h3 a {
	background: url("../images/sprite.png") 15px 14px no-repeat;
	display: block;
	padding: 10px 0 10px 32px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.1rem;
	width: 120px;
	transition: none;
}
.catlist-m ul {
	background-color: #ffffff;
	padding: 10px;
	position: relative;
	margin: -3px 0 0 0;
	border: 1px solid #ddd;
	box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
}
.catlist-m ul li {
	list-style: none;
}
.catlist-m ul li a {
	font-size: 0.9rem;
	border-bottom: 1px solid #dddddd;
	display: block;
	padding: 7px 0;
	color: #666666;
}
.page-title {
	font-size: 17px;
	padding-left: 12px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 500;
}
.page-title::before {
	top: 5px;
	left: 0;
	width: 5px;
	height: 25px;
	background-color: #35C5BB;
	content: "";
	position: absolute;
}
.products-cat {
	background: #969799;
	overflow: hidden;
	padding: 0 30px;
	margin: 0 0 30px 0;
}
.products-cat .products-cat-title {
	color: #1A2E51;
	float: left;
	padding-top: 5px;
	font-size: 16px;
	font-weight: 400;
}
.products-cat ul li {
	float: left;
	list-style: none;
}
.products-cat ul li a {
	color: #ffffff;
	padding: 5px 10px 7px;
	display: block;
	font-size: 16px;
	font-weight: 300;
}
.products-cat ul li a:hover {
	color: #ffffff;
	background: #35C5BB;
}
.products-cat ul li a.active {
	color: #ffffff;
	background: #35C5BB;
}
.products-cat2 {
	background: #969799;
	overflow: hidden;
	padding: 0 10px;
	margin: 0 0 70px 0;
}
.products-cat2 ul li {
	float: left;
	list-style: none;
}
.products-cat2 ul li a {
	color: #ffffff;
	padding: 5px 10px 7px;
	display: block;
	font-size: 16px;
	font-weight: 400;
}
.products-cat2 ul li a:hover {
	color: #ffffff;
	background: #35C5BB;
}
.products-cat2 ul li a.active {
	color: #ffffff;
	background: #35C5BB;
}
.products-list {
	overflow: hidden;
}
.products-list ul {
	margin: 0 -2%;
}
.products-list ul li {
	width: 33.33%;
	float: left;
	padding: 0 2% 3%;
	min-height: 240px;
	list-style: none;
}
@media (max-width:960px) {.products-list ul li{width: 50%;}}
@media (max-width:480px) {.products-list ul li{width: 100%;}}

.products-list ul li .feature-box {
	position: relative;
}
.products-list ul li .feature-box .feature-box-title {
	position: absolute;
	color: #ffffff;
	z-index: 10;
	background: rgba(0,0,0,0.6);
	width: 100%;
	padding: 10px 20px;
	bottom: 0;
	font-size: 20px;
	text-transform: uppercase;
}
.products-list ul li a .feature-box .feature-box-title {
	transition: all 0.3s;
}
.products-list ul li a:hover .feature-box .feature-box-title {
	padding: 15px 20px;
	transition: all 0.3s;
	background: rgba(52,180,188,0.9);
}
.products-list ul li .feature-box .feature-box-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
	transition: opacity 1s cubic-bezier(0.07, 0.95, 0, 1);
	width: 100%;
}
.products-1-left{
	width: 16%;
	float:left;
}
@media only screen and (max-width: 960px) {.products-1-left{width: 20%;}}
@media only screen and (max-width: 767px) {.products-1-left{display: none;}}

.products-1-left-title {
	background: #666666;
	color: #ffffff;
	padding: 12px;
	font-size: 1.1rem;
	font-weight: 600;
}
.products-1-left ul{
	margin: 0 0 40px 0;
	list-style: none;
}
.products-1-left ul li{
	list-style: none;
}
.products-1-left ul li a {
	background: #eeeeee;
	color: #666666;
	padding: 12px 20px;
	display: block;
	font-size: 1rem;
	border-bottom: 1px solid #ffffff;
	font-weight: 600;
}
.products-1-left ul li a:hover {
	color: #333333;
	background-color: #D9ECE5;
}
.products-1-left ul li a::before {
	font-size: 16px;
	content: "\f105";
	font-family: fontello;
	padding-right: 7px;
}
.products-1-left ul li a.plus-dark {
	float: left;
	background: transparent;
	color: #000000;
	border: 0;
	padding: 10px 0 0 10px;
}
.products-1-left ul li:hover a.plus-dark{
	color: #333333;
}
.products-1-left ul li a.plus {
	float: left;
	background: transparent;
	color: #ffffff;
	border: 0;
	padding: 10px 5px 10px 10px;
}

.products-1-left ul li a.active {
	background: #35C5BB;
	color: #ffffff;
	padding: 12px 20px;
	display: block;
}

.products-1-left ul li ul.secnav{
	margin: 0;
	list-style: none;
}
.products-1-left ul li ul.secnav li a {
	background: #F3EAE1;
	color: #222;
	font-size: 0.9rem;
	padding: 7px 35px;
	display: block;
}
.products-1-left ul li ul.secnav li a::before {
	font-size: 16px;
	content: "\f105";
	font-family: fontello;
	padding-right: 7px;
}
.products-1-left ul li ul.secnav li a:hover {
	color: #C32C2B;
}
.products-1-left ul li ul.secnav li a.active {
	background: #dddddd;
	color: #035DBE;
	font-weight: 600;
}
.products-1-left ul li ul.secnav li a.active::before {
	font-size: 16px;
	content: "\f105";
	font-family: fontello;
	padding-right: 7px;
}
.products-1-right{
	width: 100%;
}

.products-1-right .products-1-right-title {
	color: #35C5BB;
	font-size: 1.5rem;
	font-weight: 600;
	border-left: 8px solid #35C5BB;
	line-height: 1.5;
	padding-left: 10px;
	margin-bottom: 25px;
}
.products-1-right .products-1-right-list {
	overflow: hidden;
}
.products-1-right .products-1-right-list ul {
	margin: 0 -15px;
}
.products-1-right .products-1-right-list ul li {
	float: left;
	width: 25%;
	padding: 0 15px 40px;
	list-style: none;
}
@media (max-width:1280px) {.products-1-right .products-1-right-list ul li{width: 33.33%;}}
@media (max-width:640px) {.products-1-right .products-1-right-list ul li{width: 50%;}}
@media (max-width:420px) {.products-1-right .products-1-right-list ul li{width: 100%;}}

.products-1-right .products-1-right-list ul li .products-1-right-list-img {
}
.products-1-right .products-1-right-list ul li .products-1-right-list-img img{
	padding: 20px;
}
.products-1-right .products-1-right-list ul li .products-1-right-list-series {
	color:#222222;
	font-size: 1.7rem;
	padding: 5px 0;
	text-align: left;
}
.products-1-right .products-1-right-list ul li .products-1-right-list-title {
	font-size: 16px;
	font-weight: 500;
	color: #1A2E51;
	padding: 15px 0 5px;
	line-height: 1.4;
	min-height: 50px;
}
.products-1-right .products-1-right-list ul li .products-1-right-list-txt {
	font-size: 14px;
	font-weight: 400;
	color: #999;
	float: left;
	padding: 0 20px 0 0;
}
.products-1-right .products-1-right-detail {
}
.products-1-right .products-detail-01 {
	overflow: hidden;
	margin: 0 0 30px;
}
.products-1-right .products-detail-01 .products-detail-01-left {
	float: left;
	width: 40%;
}
@media (max-width: 480px) {.products-1-right .products-detail-01 .products-detail-01-left{width:100%;float: none;}}

.products-1-right .products-detail-01 .products-detail-01-left img {
}
.products-download {
	margin: 15px 0;
}
.products-download a {
	display: inline-block;
	background: #35C5BB;
	padding: 10px 30px 12px;
	color: #ffffff;
	width: 250px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}
.products-download a:hover {
	color: #ffffff;
}
.products-1-right .products-detail-01 .products-detail-01-right {
	float: right;
	width: 55%;
}
@media (max-width: 480px) {.products-1-right .products-detail-01 .products-detail-01-right{width:100%;float: none;padding: 15px 0 0 0;}}

.products-1-right .products-detail-01 .products-detail-01-right h1 {
	font-size: 16px;
	font-weight: 600;
	color: #1A2E51;
	letter-spacing: 1px;
	padding: 10px 0;
}
.products-1-right .products-detail-01 .products-detail-01-right h2 {
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	letter-spacing: 1px;
}
.products-1-right .products-detail-01 .products-detail-01-right .products-detail-01-right-01 {
	color: #1A2E51;
	margin: 0 0 50px;
}
.products-1-right .products-detail-01 .products-detail-01-right .products-detail-01-right-01 .info {
	color: #1A2E51;
	display: flex;
	list-style: none;
	font-size: 13px;
	padding: 40px 0;
}
.products-1-right .products-detail-01 .products-detail-01-right .products-detail-01-right-01 .info ul {
	color: #1A2E51;
	width: 50%;
	list-style: none;
}
@media (max-width:480px) {.products-1-right .products-detail-01 .products-detail-01-right .products-detail-01-right-01 .info ul{width: 100%;}}

.products-1-right .products-detail-01 .products-detail-01-right .products-detail-01-right-01 .info ul li{
}
.products-1-right .products-detail-01 .products-detail-01-right .products-detail-01-right-01 .info ul li span{
	font-weight: 500;
	padding-right: 7px;
}
.products-1-right .products-detail-01 .products-detail-01-right .products-detail-01-right-01 .price {
	color: #A3A3A3;
	font-size: 13px;
	padding: 0 0 20px 0;
	font-weight: 500;
}
.products-1-right .products-detail-01 .products-detail-01-right .products-detail-01-right-01 p{
	margin: 0 0 5px;
}
.products-detail-topic {
	border-bottom: 1px solid #dddddd;
	margin: 20px 0;
}
.products-detail-topic span {
	font-size: 1.2rem;
	font-weight: 600;
	color: #ffffff;
	background: #35C5BB;
	padding: 8px 18px;
	display: inline-block;
}

.products-1-right .products-detail-02 {
	margin: 0 0 50px;
}
.products-1-right .products-detail-02 .products-detail-02-list {
	overflow: hidden;
	background: #EBF3F9;
	padding: 10px 20px;
}
.products-1-right .products-detail-02 .products-detail-02-list ul {
	margin: 0 -10px;
}
.products-1-right .products-detail-02 .products-detail-02-list ul li {
	float: left;
	width: 20%;
	padding: 0 10px;
}
.products-1-right .products-detail-02 .products-detail-02-list ul li a {
	display: block;
	padding: 5px;
}
.products-1-right .products-detail-02 .products-detail-02-list ul li a::before {
	font-size: 16px;
	content: "\f105";
	font-family: fontello;
	padding-right: 7px;
}
.product-search {
  overflow: hidden;
  background: #F3EAE1 none repeat scroll 0 0;
  margin: 0 0 20px;
}
.product-search-inner {
  padding:20px;
}
@media (max-width: 767px) {.product-search-inner{padding:0 10px;}}

.product-search-box {
  border-bottom: 1px solid #ffffff;
  padding: 15px 0;
}
@media (max-width: 767px) {.product-search-box{padding: 10px 0;}}

.product-search-box:last-child {
  border-bottom: 0px solid #ffffff;
  padding: 15px 0;
}
.product-search-title {
  font-size: 18px;
  font-weight:600;
}
.product-list {
  overflow: hidden;
  margin: 30px 0;
}
.product-list ul{
  margin: 0 -30px;
}
.product-list ul li{
  display: inline-block;
  width:25%;
  padding:0 30px 40px 30px;
}
@media (max-width: 767px) {.product-list ul li{width:50%;}}
@media (max-width: 480px) {.product-list ul li{width:100%;}}

.product-list ul li a .product-materials {
  background: #eeeeee none repeat scroll 0 0;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  height: 70px;
  padding-top: 22px;
  position: absolute;
  text-align: center;
  width: 70px;
  transition: all 0.3s ease-out 0s;
  letter-spacing: -1px;
}
@media (max-width: 767px) {.product-list ul li a .product-materials{margin-top: -40px;}}

.product-list ul li a:hover .product-materials {
  background: #4891d6 none repeat scroll 0 0;
  color: #ffffff;
  margin-top: 10px;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {.product-list ul li a:hover .product-materials{margin-top: -30px;}}

.product-list ul li a .product-list-img {
  border: 1px solid #dedede;
}
.product-list ul li a .product-list-title {
	color: #C32C2B;
	font-size: 1.3rem;
	padding: 10px 0 0;
	text-align: center;
	font-weight: 600;
}
.product-list ul li a:hover .product-list-title {
  color: #3065b5;
  transition: all 0.3s ease-out 0s;
}
.product-list ul li .product-list-des{
  font-size: 17px;
  font-weight:600;
  line-height:22px;
  color:#333333;
  text-align: center;
}
.product-detail .product-detail-materials {
  margin: 15px 0;
  padding-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {.product-detail .product-detail-materials{padding-bottom: 15px;}}

.product-detail .product-detail-materials a{
  background: #4891d6 none repeat scroll 0 0;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 7px 30px;
  transition: all 0.3s ease-out 0s;
  margin-right: 7px;
}
@media (max-width: 767px) {.product-detail .product-detail-materials a{font-size: 16px;padding: 5px 20px;}}
@media (max-width: 480px) {.product-detail .product-detail-materials a{font-size: 14px;padding: 4px 15px;}}

.product-detail .product-detail-materials a:hover{
  background: #333333 none repeat scroll 0 0;
  transition: all 0.3s ease-out 0s;
}
.product-detail .product-detail-materials a:last-child{
  background: #3065b5 none repeat scroll 0 0;
  border-radius: 30px;
  color: #ffffff;
  float: right;
  font-size: 18px;
  font-weight: 600;
  padding: 7px 30px;
  transition: all 0.3s ease-out 0s;
  margin-right: 7px;
}
@media (max-width: 767px) {.product-detail .product-detail-materials a:last-child{font-size: 16px;padding: 5px 20px;}}
@media (max-width: 480px) {.product-detail .product-detail-materials a:last-child{font-size: 14px;padding: 4px 15px;}}

.product-detail .product-detail-materials a:hover:last-child{
  background: #333333 none repeat scroll 0 0;
  transition: all 0.3s ease-out 0s;
}
.product-detail .product-detail-main {
  overflow: hidden;
}
.product-detail .product-detail-left {
  float: left;
  width:35%;
}
@media (max-width:480px) {.product-detail .product-detail-left{width: 100%;float: none;}}

.product-detail .product-detail-right {
  float: right;
  width:60%;
}
@media (max-width:480px) {.product-detail .product-detail-right{width: 100%;float: none;}}

.product-detail .product-detail-title {
	color: #276baa;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	text-align: left;
	padding: 0 0 30px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {.product-detail .product-detail-title{font-size: 30px;line-height: 48px;}}

.product-detail .product-detail-title span {
  display: inline-block;
  position: relative;
}
.product-detail .product-detail-title span::before {
  background: #4891d6 none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.product-detail .product-detail-des {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  height: 45px;
  line-height: 30px;
  text-align: left;
}
@media (max-width: 767px) {.product-detail .product-detail-des{font-size: 24px;height: auto;margin-bottom: 20px;}}
.products-detail-03 {
	margin: 0 0 30px;
}
.products-detail-03 table {
	font-size: 14px;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.products-detail-03 table tr {
	border-bottom: 1px solid #eeeeee;
}
.products-detail-03 table th {
	padding-top: 11px;
	padding-bottom: 11px;
	background-color: #35C5BB;
	color: white;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 500;
}
.products-detail-03 td, .products-detail-03 th {
	text-align: left;
	padding: 0 10px;
	font-size: 12px;
	line-height: 1.3;
}
.products-detail-03 td i {
	font-size: 16px;
}
.tab_container {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
}
@media (max-width: 767px) {.tab_container{padding-top: 20px;}}

.tab_container table{
	width: 100%;
}
.tab_container table td{
	padding: 10px;
	border: 1px solid #cccccc;
}
.tab_container input, .tab_container section {
  clear: both;
  padding-top: 10px;
  display: none;
}
.tab_container label {
  font-weight: 600;
  font-size: 18px;
  display: block;
  float: left;
  width: 33.33%;
  padding: 1em;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #4891d6;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
  padding: 20px 0;
  background: #fff;
  font-size: 15px;
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
.tab_container .tab-content h3 {
  background: #eeeeee none repeat scroll 0 0;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 10px;
  text-align: left;
}

.tab_container [id^="tab"]:checked + label {
  background: #fff;
  box-shadow: inset 0 3px #4891d6;
}
.tab_container [id^="tab"]:checked + label span{
  color: #333333;
}
.tab_container [id^="tab"]:checked + label .fa {
  color: #0CE;
}

label .fa {
  font-size: 1.3em;
  margin: 0 0.4em 0 0;
}

.products-3-top {
	overflow: hidden;
	margin: 0 0 50px;
}
.products-3-top .products-Thumb {
	float: left;
	width: 45%;
}
@media (max-width:480px) {.products-3-top .products-Thumb{width: 100%;float: none;}}

.products-3-top .products-Thumb .products-Thumb-b {
	margin: 0 0 20px;
	border: 1px solid #ddd;
}
.products-3-top .products-Thumb .products-Thumb-s ul{
	margin: 0 -10px;
}
.products-3-top .products-Thumb .products-Thumb-s ul li {
	float: left;
	width: 25%;
	padding: 0 10px 10px;
	list-style: none;
}
.products-3-top .products-Thumb .products-Thumb-s ul li a{
	border: 1px solid #dedede;
	display: block;
}
.products-3-top .products-info {
	float: right;
	width: 45%;
}
@media (max-width:480px) {.products-3-top .products-info{width: 100%;float: none;}}

.products-3-top .products-info .products-info-cat {
	color: #333333;
	padding-bottom: 10px;
}
.products-3-top .products-info .products-info-cat span {
	width: 60px;
	display: inline-block;
	font-size: 1rem;
}
.products-3-top .products-info .products-info-cat a {
	display: inline-block;
	background: #ffffff;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px 12px;
	font-size: 1rem;
	color: #666;
	/* width: 150px; */
	text-align: center;
}
.products-3-top .products-info .products-info-cat a:hover {
	background: #4BBAC1;
	border: 1px solid #4BBAC1;
	color: #ffffff;
}
.products-3-top .products-info .products-info-title {
	font-size: 2.5rem;
	font-weight: 600;
	color: #C32C2B;
}
.products-3-top .products-info .products-info-title2 {
	font-size: 1.5rem;
	font-weight: 600;
	color: #333333;
	padding-bottom: 10px;
}
.products-3-top .products-info .products-info-des ul {
	margin: 0 15px;
}
.products-3-top .products-info .products-info-partno {
	font-size: 1.3rem;
	color: #666;
	border-bottom: 1px solid #ddd;
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
}
.products-3-top .products-info .products-info-download{
}
.products-3-top .products-info .products-info-download ul li a {
	background:#001E63;
	color:#ffffff;
	font-weight: 600;
	padding: 12px 25px;
	border-radius: 5px;
	display: inline-block;
}
.products-3-top .products-info .products-info-download ul li a:hover {
	background: #4BBAC1;
	color: #ffffff;
}
.products-3-bottom {
	overflow: hidden;
	margin: 20px 0 0;
	border-top: 1px solid #ccc;
	padding: 20px 0;
	color: #666;
}
.products-3-bottom2 {
	overflow: hidden;
}
.products-3-bottom2-title{
	color:#C32C2B;
	font-size: 1.5rem;
	font-weight: 600;
	border-left: 8px solid #C32C2B;
	line-height: 1.1;
	padding-left: 10px;
	margin-bottom: 25px;
}
.tab {
	width: 100%;
	overflow: hidden;
	margin: 25px 0;
}
.tab table{
	width: 100%;
	background: #F3EAE1;
}
.tab table td {
	padding: 7px 15px;
	border-bottom: 1px solid #ccc;
	font-size: 0.95rem;
}
.tab table th {
	padding: 7px 15px;
	background: #666666;
	color:#ffffff;
	font-weight:600;
}
.products-3-bottom .products-3-bottom-info {
	overflow: hidden;
}
.products-3-bottom .products-3-bottom-info .products-3-bottom-info-left {
	width: 100%;
}
.products-3-bottom .products-3-bottom-info .products-3-bottom-info-left dl dt {
	float: left;
	width: 30%;
	font-size: 1.4rem;
	border-top: 1px solid #dddddd;
	padding: 10px 0;
}
.products-3-bottom .products-3-bottom-info .products-3-bottom-info-left dl dd{
	float: left;
	width: 70%;
	font-size: 1.4rem;
	color:#035DBE;
	border-top: 1px solid #dddddd;
	padding: 10px 0;
}
.products-3-bottom .products-3-bottom-info .products-3-bottom-info-right {
	float: right;
	width: 30%;
}
.products-3-bottom .products-3-bottom-info .products-3-bottom-info-right img{
	padding-bottom: 40px;
}
.payway {
	font-size: 14px;
	overflow: hidden;
	margin: 0 0 20px;
}
.switch-cat {
	overflow: hidden;
	margin: 10px 0 70px;
}
.switch-cat a {
	background: #35C5BB;
	display: inline-block;
	color: #ffffff;
	width: 220px;
	padding: 5px 0 7px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}
@media (max-width:420px) {.switch-cat a{width: 140px;}}

.switch-cat a i{
	font-size: 16px;
}
.switch-cat .switch-cat-pre{
	float: left;
}
.switch-cat .switch-cat-next{
	float: right;
}
.payway div {
	float: left;
	padding: 0 20px 0 0;
}
/*Media query*/
@media only screen and (max-width: 930px) {
  label span {
    font-size: 14px;
  }
  label .fa {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  label span {
    display: none;
  }

  label .fa {
    font-size: 16px;
  }

  .tab_container {
    width: 98%;
  }
}

/*Content Animation*/
@keyframes fadeInScale {
  0% {
  	transform: scale(0.9);
  	opacity: 0;
  }
  
  100% {
  	transform: scale(1);
  	opacity: 1;
  }
}
.product-detail-finish ul {
	margin:0 -20px;
}
.product-detail-finish ul li {
	width:25%;
	display:inline-block;
	padding:20px;
}
@media (max-width: 767px) {.product-detail-finish ul li{width:50%;}}
@media (max-width: 480px) {.product-detail-finish ul li{width:100%;}}

.product-detail-finish ul li img{
	height:auto;
}







/* --- About --- */
.about-info h1 {
  border-left: 5px solid #2173bb;
  color: #2173bb;
  float: none;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  margin: 40px 0 20px;
  padding-left: 10px;
}
@media (max-width: 767px) {.about-info h1{margin: 0 0 20px;}}

.about-info h2 {
  color: #333333;
  float: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
.history-box {
    background-image: url("/images/history-bg.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    margin: 50px auto !important;
    position: relative;
    width: 90%;
}
@media (max-width: 1024px) {
.history-box {
    background-image: none;
    width: 100%;
	margin: 10px auto !important;
}
}
.history-box .history-img{
    float: left;
	width: 25%;
	padding-left: 15px;
}
@media (max-width: 767px) {.history-box .history-img{width: 50%;}}
@media (max-width: 420px) {.history-box .history-img{width: 100%;float: none;padding-right: 15px;margin-bottom: 15px;}}

.history-box::before {
    border-right: 3px solid #157bc7;
    content: "";
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
.history-box::before {
    border-right: 8px solid #157bc7;
    display: inline-block;
    left: 297px;
    margin-left: 5px;
}
@media (max-width: 1320px) {.history-box::before {display: none;}}

.history-box div.dot::before {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #157bc7;
    border-radius: 10px;
    content: "";
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 12px;
    z-index: 9;
}
.history-box div.dot::before {
    display: block;
    left: 18px;
    top: 10px;
}
.history-box div.dot {
    position: relative;
	padding-left: 40px;
	width: 75%;
	float: left;
	padding-right: 15px;
}
@media (max-width: 767px) {.history-box div.dot{width: 50%;}}
@media (max-width: 420px) {.history-box div.dot{width: 100%;float: none;}}

.history-box .row {
    margin-bottom: 30px;
}
.history-box h3 {
    color: #157bc7;
    font-size: 26px;
}
@media (max-width: 640px) {
.history-box p {
    color: #333333;
    font-size: 15px;
}
.history-box div .text {
    padding-bottom: 0;
    position: relative;
}
.history-box div .text::before {
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 80px;
}
}

.about-01 {
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	margin: 0 0 80px;
}
@media (max-width:959px) {.about-01{flex-wrap: wrap;margin: 0 0 40px;}}

.about-01-01{
	margin-right: 50px;
	width: 446px;
}
@media (max-width:1509px) {.about-01-01{width: 25%;margin-right: 30px;}}
@media (max-width:959px) {.about-01-01{width: 45%;margin-right: 5%;flex: 0 0 45%;}}
@media (max-width:640px) {.about-01-01{width: 100%;margin-right: 0;flex: 0 0 100%;margin-bottom: 10px;}}

.about-01-01 img{
	width: 100%;
}
.about-01-02{
	padding-right: 30px;
	width: 350px;
	text-align: right;
}
@media (max-width:1509px) {.about-01-02{width: 25%;padding-right: 0;}}
@media (max-width:959px) {.about-01-02{width: 100%;padding-right: 0;flex: 0 0 100%;}}

.about-01-02 .t01 {
	font-weight: 600;
	font-size: 13px;
	color: #35C5BB;
	padding: 0 0 5px;
}
.about-01-02 .t02 {
	font-weight: 500;
	font-size: 24px;
	color: #1A2E51;
	position: relative;
	letter-spacing: 3px;
	line-height: 1.3;
	margin: 0 0 50px;
}
.about-01-02 .t02::before {
	top: calc(100% + 20px);
	right: 0;
	/* transform: translateX(-50%); */
	width: 75px;
	height: 9px;
	background-color: #35C5BB;
	content: "";
	position: absolute;
}
.about-01-02 .t03 {
	font-weight: 300;
	font-size: 16px;
	color: #1A2E51;
	width: 95%;
	margin: 0 0 0 auto;
}
.about-01-03{
	flex: 1;
	font-weight: 300;
	font-size: 13px;
	color: #1A2E51;
}
@media (max-width:1509px) {.about-01-03{width: 50%;padding-left: 30px;}}
@media (max-width:959px) {.about-01-03{width: 100%;padding-left: 0;flex-wrap: wrap;flex: 0 0 100%;}}

.about-01-left {
	float: left;
	padding: 0 40px 0 0;
	width: 45%;
}
@media (max-width: 992px) {.about-01-left{width: 55%;}}
@media (max-width: 768px) {.about-01-left{width: 100%;float: none;padding: 0 0 20px;}}

.about-01-left img {
	border: 1px solid #dddddd;
	padding: 10px;
}
.about-01-right {
    float: right;
	padding: 0 20px;
	width: 55%;
}
@media (max-width: 992px) {.about-01-right{width: 45%;}}
@media (max-width: 768px) {.about-01-right{width: 100%;float: none;padding: 0;}}

.about-01-right h1 {
	padding: 0 0 25px;
	font-weight: 600;
	font-size: 2rem;
	color: #35C5BB;
}

.about-02 {
    overflow: hidden;
	margin: 50px 0;
}
.about-02 .about-02-title {
	font-size: 1.2rem;
	font-weight: 600;
	padding-left: 15px;
	margin: 0 0 15px;
	color:#E43937;
}
.about-02 .about-02-title::before {
	border-left: 7px solid #E43937;
	content: "";
	display: block;
	left: 15px;
	/* padding: 10px; */
	position: absolute;
	/* width: 35px; */
	height: 25px;
	/* top: 5px; */
	margin: 5px 0 0 0;
}
.about-02 .about-02-content {
	overflow: hidden;
	margin-bottom: 40px;
}
.about-02 .about-02-content dt {
	float: left;
	width: 20%;
	padding: 5px 0;
}
.about-02 .about-02-content dd{
	float:left;
	width: 80%;
	padding: 5px 0;
}

.rd-mailform {
    position: relative;
    width: 100%;
	background: #F8F8F8;
	padding: 66px 70px;
}
@media (max-width:840px) {.rd-mailform{padding: 20px 30px;}}

.range {
    display: flex;
    flex: 0 1 auto;
    flex-flow: row wrap;
	margin-left: -15px;
    margin-right: -15px;
}
.range > .cell-lg-4 {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
}
@media (max-width: 1280px) {.range > .cell-lg-4{max-width: 50%;flex-basis: 50%;}}
@media (max-width: 767px) {.range > .cell-lg-4{max-width: 100%;flex-basis: 100%;}}

.range > .cell-lg-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
}
@media (max-width: 1280px) {.range > .cell-lg-8{max-width: 50%;flex-basis: 50%;}}
@media (max-width: 767px) {.range > .cell-lg-8{max-width: 100%;flex-basis: 100%;}}

.range > .cell-md-6 {
    flex-basis: 50%;
    max-width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.range > .cell-md-6.right {
	text-align: right;
}
.range > .cell-md-12 {
    flex-basis: 100%;
    max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
textarea.form-control {
    height: 160px;
    max-height: 220px;
    min-height: 100px;
    resize: vertical;
	text-align: left;
	font-size: 11px;
}
.bg-primary {
    background-color: #4891d6;
    color: #fff;
	padding: 50px;
}
@media (max-width: 1280px) {.bg-primary{padding: 30px;}}
@media (max-width: 767px) {.bg-primary{padding: 15px;}}

.bg-primary h4{
    font-size: 22px;
    color: #fff;
	font-weight: 600;
}
.bg-primary p{
    font-size: 15px;
    color: #fff;
	font-weight: 400;
	margin: 0 0 10px;
}
hr.divider {
  background-color: #ffffff;
  border: medium none;
  height: 2px;
  width: 100%;
}
.contact {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	margin: 0 0 50px;
}
@media (max-width:840px) {.contact{flex-wrap: wrap;}}

.contact-left {
	width: 447px;
}
@media (max-width:1200px) {.contact-left{width: 40%;}}
@media (max-width:840px) {.contact-left{width: 100%;}}

.contact-left .contact-left-01 {
	width: 447px;
	height: 278px;
	background: #35C5BB;
	margin-bottom: 25px;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}
@media (max-width:1200px) {.contact-left .contact-left-01{width: 100%;}}

.contact-left .contact-left-01 .contact-left-01-icon {
	width: 120px;
	height: 120px;
	margin: 40px auto 0;
	display: block;
}
.contact-left .contact-left-01 .contact-left-01-icon img{
	width: 120px;
	height: 120px;
	margin: 0 auto;
}
.contact-left .contact-left-01 .contact-left-01-title {
	font-size: 16px;
	font-weight: 400;
	padding: 0 0 10px;
}
.contact-left .contact-left-01 .contact-left-01-txt{
	font-size:16px;
	font-weight: 400;
}
.contact-right {
	margin-left: 33px;
	flex: 1;
}
@media (max-width:840px) {.contact-right{margin-left: 0;}}

.contact-map {
	margin: 0;
}
.contact-Topic h2 {
  color: #333333;
  font-size: 24px;
  line-height: 24px;
  margin:0 0 15px;
  position: relative;
  padding: 0 0 10px;
}
.contact .text {
	color: #666666;
	font-size: 16px;
	line-height: 1.7;
	position: relative;
}
.contact-Topic {
	margin: 15px 0;
}
.contact-Topic h2 {
	color: #35C5BB;
	font-size: 24px;
	line-height: 24px;
	position: relative;
	padding: 0;
	font-weight: 600;
}
.google-maps {
	position: relative;
	padding-bottom: 800px;
	height: 0;
	overflow: hidden;
    margin: 0;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.btn {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width:840px) {.btn{width: 100%;}}

.tradition {
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.tradition ul li {
  float: left;
  list-style: outside none none;
}
.development {
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.development ul li {
  float: left;
  list-style: outside none none;
  width:33.33%;
}

.product-detail-title001 {
	margin: 40px 0 20px;
	border-bottom: 1px solid #ccc;
}
.product-detail-title001 span {
  background: #2173bb none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 12px;
}
.index-search-btn {
  float: left;
  width: 100%;
}
.index-search-btn button {
  background: #33aadc none repeat scroll 0 0;
  border: 0 none;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  padding: 6px 15px 8px;
  transition: all 0.3s ease-out 0s;
}
.contact-map2 {
  overflow: hidden;
}
.contact-map2 ul{
  margin:0 -20px;
}
.contact-map2 ul li {
  float: left;
  margin: 0;
  padding: 0 20px;
  width: 33.33%;
  list-style: outside none none;
}
@media (max-width: 640px) {.contact-map2 ul li{width: 100%;margin-bottom: 30px;}}

.contact-map2-box {
  background: #4891d6 none repeat scroll 0 0;
  color: #ffffff;
  min-height: 280px;
  padding: 20px;
}
.contact-map2-box h4 {
  font-weight: 600;
}
.contact-map2-box p {
  margin: 0 0 10px;
}
.imgleft {
  padding-right: 20px;
  float: left;
}
@media (max-width: 640px) {.imgleft{width: 100%;float: none;}}
.red {
  color: #B71525;
  font-weight: 400;
}
.sale {
  color: #1A2E51;
}
.buynow {
  clear: both;
	padding: 35px 0 0 0;
}
.buynow a {
	font-weight: 500;
	color: #35C5BB;
	font-size: 14px;
	border-bottom: 1px solid #35C5BB;
	padding-bottom: 4px;
}
.buynow a i{
	font-size: 16px;
}
.p-box {
	border-bottom: 1px solid #35C5BB;
	padding: 0 0 40px;
}
.order {
	max-width: 800px;
	margin: 0 auto;
}
.order .order-top h2 {
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	color: #666666;
	padding: 10px 0 40px;
}
.order .order-top h2 span a {
	font-weight: 600;
	font-size: 15px;
	border: 1px solid #ccc;
	padding: 8px 16px;
	border-radius: 30px;
	color: #666666;
	margin: 0 0 0 20px;
}
.order .order-top h2 span a:hover {
	border: 1px solid #35C5BB;
	background-color: #35C5BB;
	color: #ffffff;
}
.order .order-top .order-top-01 {
	border: 1px solid #ddd;
	margin: 25px 0;
	padding: 35px 050px;
}
.order .order-top .order-top-01 p {
	margin: 0 0 15px;
	color: #666666;
}
.video-list {
	overflow: hidden;
}
.video-list ul {
	margin: 0 -2%;
}
@media (max-width: 767px) {.video-list ul{margin: 0;}}

.video-list ul li {
	list-style: none;
	width: 31%;
	float: left;
	margin: 1%;

}
@media (max-width: 1280px) {.video-list ul li{width: 48%;}}
@media (max-width: 767px) {.video-list ul li{width: 100%;}}
/* --- Quality --- */
.quality {
	min-height: 1100px;
	position: relative;
	margin: 40px 0;
}
.quality-inner {
	background-image: url('../images/about-01-02.jpg');
	background-size: cover;
	margin: 0 auto;
	padding: 70px 0;
	width: 100vw;
	left: -50vw;
	margin-left: 50%;
	position: absolute;
	background-position: right;
}
@media (max-width: 750px) {.quality-inner{left: -20px;margin-left: 0;position: relative;}}

.quality-title {
	text-align: left;
	padding: 0 0 25px 0;
	width: 1510px;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
}
@media (max-width: 1509px) {.quality-title{padding-left: 50px;padding-right: 50px;}}
@media (max-width: 750px) {.quality-title{width: 100%;padding-left: 50px;padding-right: 50px;}}

.quality-title h2 {
	padding: 0 0 25px;
	margin: 0 0 35px;
	font-weight: 300;
	font-size: 28px;
	letter-spacing: 5px;
	position: relative;
	color:#FFFFFF;
}
.quality-title h2::before {
	top: calc(100% + 0px);
	/* left: 0; */
	/* transform: translateX(-50%); */
	width: 75px;
	height: 9px;
	background-color: #35C5BB;
	content: "";
	position: absolute;
}
.quality-title p {
	text-align: left;
	font-size: 13px;
	font-weight: 300;
	padding: 0;
	margin: 0;
	width: 650px;
	color:#FFFFFF;
}
@media (max-width: 750px) {.quality-title p{width: 100%;}}

.quality-list {
	overflow: hidden;
	padding: 0;
	width: 1510px;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
}
@media (max-width: 750px) {.quality-list{width: 100%;}}

.quality-list ul li {
	width: 645px;
	padding: 22px 33px;
	margin: 20px 0;
	list-style: none;
	background-color: #35C5BB;
	overflow: hidden;
}
@media (max-width: 750px) {.quality-list ul li{width: 100%;}}

.quality-list ul li .quality-list-inner {
	float: left;
	width: 460px;
}
@media (max-width: 750px) {.quality-list ul li .quality-list-inner{float: none;width: 100%;text-align: center;}}

.quality-list ul li .quality-list-icon {
	width: 62px;
	height: 67px;
	float: left;
	margin: 20px 40px 20px 0;
}
@media (max-width: 750px) {.quality-list ul li .quality-list-icon{float: none;margin: 20px auto;}}

.quality-list ul li .quality-list-right {
	float: left;
}
.quality-list ul li .quality-list-title {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}
.quality-list ul li .quality-list-txt {
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
}
.quality-list ul li .quality-list-txt ul li {
	float: none;
	width: 100%;
	padding: 5px 0;
	/* list-style: disc; */
}
.timeline-topic {
	font-size: 28px;
	color: #1A2D51;
	text-align: center;
	font-weight: 300;
	letter-spacing: 5px;
	position: relative;
	margin: 0 0 60px;
}
.timeline-topic::before {
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	width: 75px;
	height: 8px;
	background-color: #35C5BB;
	content: "";
	position: absolute;
}
.timeline {
	list-style: none;
	padding: 0;
	position: relative;
	margin: 0 0 120px;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 4px;
        background-color: #1A2D51;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 0;
        position: relative;
    }
@media (max-width: 767px) {.timeline > li{margin-bottom: 30px;}}

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 41%;
            float: left;
            border-radius: 2px;
            padding: 20px;
            position: relative;
        }

        .timeline > li > .timeline-badge {
			color: #fff;
			width: 25px;
			height: 25px;
			line-height: 16px;
			font-size: 1.4em;
			text-align: center;
			position: absolute;
			top: 30px;
			left: 50%;
			margin-left: -13px;
			background-color: #1A2D51;
			z-index: 100;
			/* border-top-right-radius: 50%; */
			/* border-top-left-radius: 50%; */
			/* border-bottom-right-radius: 50%; */
			/* border-bottom-left-radius: 50%; */
			border: 5px solid #fff;
		}
		.timeline > li > .timeline-year {
			color: #fff;
			width: 25px;
			height: 25px;
			line-height: 16px;
			font-size: 21px;
			text-align: center;
			position: absolute;
			top: 0;
			left: 50%;
			margin-left: -75px;
			background-color: #1A2D51;
			z-index: 100;
			/* border: 5px solid #fff; */
			width: 150px;
			height: 50px;
			font-weight: 600;
			line-height: 50px;
		}
		@media (max-width: 767px) {.timeline > li > .timeline-year{left: 0;margin-left: 0;width: 90px;}}
		.timeline > li.year {
			position: relative;
			margin-bottom: 80px;
			margin-top: 20px;
		}
		.timeline-badge-top {
			color: #fff;
			width: 25px;
			height: 25px;
			line-height: 16px;
			font-size: 1.4em;
			text-align: center;
			position: absolute;
			top: 16px;
			left: 50%;
			margin-left: -13px;
			background-color: #1A2D51;
			z-index: 100;
			/* border-top-right-radius: 50%; */
			/* border-top-left-radius: 50%; */
			/* border-bottom-right-radius: 50%; */
			/* border-bottom-left-radius: 50%; */
			border: 5px solid #fff;
		}
		@media (max-width: 767px) {.timeline-badge-top{left: 41px;}}

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -14px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -13px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-inverted .timeline-heading {
	border-left: 8px solid #35C5BB;
	border-right: 0px;
	margin: 0 0 10px;
}
.timeline-inverted .timeline-img {
	border-left: 8px solid #35C5BB;
	border-right: 0px;
	max-width: 400px;
	margin: 0;
}
.timeline-heading {
	border-right: 8px solid #35C5BB;
	margin: 10px 0 5px;
}
@media (max-width: 767px) {.timeline-heading{border-left: 8px solid #35C5BB;border-right: 0;}}

.timeline-img {
	border-right: 8px solid #35C5BB;
	max-width: 400px;
	margin: 0 0 0 auto;
}
@media (max-width: 767px) {.timeline-img{border-left: 8px solid #35C5BB;border-right: 0;margin: 0 auto 0 0;}}

.timeline-title {
	color: #35C5BB;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 10px;
	text-align: right;
	padding: 0 5px 0 0;
	margin: 0 0 5px;
}
@media (max-width: 767px) {.timeline-title{text-align: left;padding: 0 0 0 5px;}}

.timeline-title span{
	color: #333333;
	font-size: 20px;
}
.timeline-inverted .timeline-title {	
	text-align: left;
	padding: 0 0 0 5px;
	margin: 10px 0 5px;
}
.timeline-inverted .timeline-title span{
	color: #333333;
	font-size: 20px;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
	font-size: 13px;
	font-weight: 300;
	text-align: right;
	padding: 0 5px 0 0;
}
@media (max-width: 767px) {.timeline-body > p{text-align: left;padding: 0 0 0 5px;}}

.timeline-inverted .timeline-body > p {
	text-align: left;
	padding: 0 0 0 5px;
}
    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 120px);
        width: -webkit-calc(100% - 120px);
    }

    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 40px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -14px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -13px;
            right: auto;
        }
}

.location {
	background-image: url('../images/location-bg.jpg');
	background-size: cover;
	margin: 70px 0;
}
@media (max-width: 840px) {.location{margin: 0 0 20px 0;background-image: none;}}

.location-car {
	display:none;
}
@media (max-width: 840px) {.location-car{display:block;}}

.location-car img{
	width:100%;
}
.location .location-inner {
	overflow: hidden;
	width: 1510px;
	padding-right: 50px;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 1509px) {.location .location-inner{width: 100%;}}
@media (max-width: 767px) {.location .location-inner{padding-right: 20px;padding-left: 20px;}}

.location-title {
	text-align: left;
	padding: 0 0 15px 0;
}

.location-title h2 {
	padding: 0 0 30px;
	margin: 0 0 35px;
	font-weight: 300;
	font-size: 28px;
	letter-spacing: 5px;
	position: relative;
}
.location-title h2::before {
	top: calc(100% + 0px);
	/* left: 0; */
	/* transform: translateX(-50%); */
	width: 75px;
	height: 9px;
	background-color: #35C5BB;
	content: "";
	position: absolute;
}
.location-list {
	overflow: hidden;
	padding: 30px 0;
	width: 930px;
	float: right;
}
@media (max-width: 1030px) {.location-list{width: 100%;}}

.location-list ul {
	margin: 0 -15px;
}
.location-list ul li {
	float: left;
	width: 50%;
	list-style: none;
	padding: 13px 15px;
}
@media (max-width: 767px) {.location-list ul li{float: none;width: 100%;}}

.location-list ul li .location-list-inner {
	padding: 20px 30px;
	background-color: #35C5BB;
}
.location-list ul li .location-list-title {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
}
.location-list ul li .location-list-txt {
	font-size: 13px;
	color: #ffffff;
	font-weight: 400;
}
.location-list ul li .location-list-txt p{
	margin: 0 0 5px;
	padding: 0;
}
.location-list ul li .location-list-txt p a{
	color: #ffffff;
}

.menu-container {
    width: 100%;
    margin: 0 auto;
}

.menu-mobile {
    display: none;
    padding: 30px;
}

.menu-mobile::after {
	content: "\0E80";
	font-family: "fontello";
	font-size: 2rem;
	padding: 0;
	float: right;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -30px;
}

.menu-dropdown-icon::before {
	content: "\F107";
	font-family: "fontello";
	font-size: 1.2rem;
	display: none;
	cursor: pointer;
	float: right;
	padding: 0.8rem;
	background: #fff;
	color: #333;
}

.menu > ul {
	margin: 0 auto;
	width: auto;
	list-style: none;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	float: right;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
	text-decoration: none;
	padding: 1.25em 1em;
	display: block;
	font-size: 16px;
	color: #1A2E51;
	position: relative;
	font-weight: 400;
}
.menu > ul > li:hover {
}
.menu > ul > li a::before {
	position: absolute;
	content: "";
	top: calc(40% + 24px);
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 5px;
	background: #35C5BB;
	opacity: 0;
	transition: all .3s linear 0ms;
}
@media (max-width: 959px) {.menu > ul > li a::before{width: 100%;opacity: 0.3;height: 2px;bottom: 0;top: auto;}}

.menu > ul > li a:hover:before {
	transition: all .3s linear 0ms;
	opacity: 1;
}
.menu > ul > li > ul {
    display: none;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px 30px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
	top: 61px;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
	color: #1A2E51;
	font-weight: 400;
	padding: .2em 0;
	width: 95%;
	display: block;
	border-bottom: 1px solid #9C9C9B;
}
.menu > ul > li > ul > li a:hover {
	color: #1A2E51;
	font-weight: 400;
	padding: .2em 0;
	width: 95%;
	display: block;
	border-bottom: 1px solid #30C7C0;
}
.menu > ul > li > ul > li a:before {
	display: none;
}
.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
	border: 0;
	color: #1A2E51;
	font-size: 1rem;
	font-weight: 400;
	border-bottom: 1px solid #9C9C9B;
}
.menu > ul > li > ul > li > ul > li a:hover {
	border: 0;
	color: #1A2E51;
	font-size: 1rem;
	border-bottom: 1px solid #30C7C0;
}
.menu > ul > li > ul.normal-sub {
	width: 200px;
	left: auto;
	padding: 10px 20px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
	border: 0;
	padding: 5px 0;
	font-weight: 400;
	font-size: 1rem;
	border-bottom: 1px solid #9C9C9B;
}
.menu > ul > li > ul.normal-sub > li a:hover {

	border-bottom: 1px solid #30C7C0;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
        height: 120vw;
        overflow-y: auto;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
		top: 0;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
		top: 0;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
		float: none;
		background: rgba(255, 255, 255, 1);
		top: -25px;
    }
}


.i_zgs{width:100%;}
.izgsc{width:100%; }
.i_zgs_li{ display:inline-block; vertical-align:top; width:10.8%; min-height:720px; max-height:720px; padding-bottom:65px; margin-right:.2%; position:relative; cursor:pointer; transition:all .4s ease 0s; overflow:hidden;}
.i_zgs_li .i_zgstit,.i_zgs_li .i_zgsmc,.i_zgs_li span{ display:none;}
.js_wzgs{width:78%;}
.js_wzgs .i_zgstit,.js_wzgs .i_zgsmc,.js_wzgs span{ display:block;}
.i_zgstit2{width:50%; min-height:340px; padding:15px 3%; text-align:center; position:absolute; top:50%; left:50%; z-index:3; margin:-200px 0 0 -22.5%; transition:all .4s ease 0s;}
.i_zgstit2 .i_zgsimg{width:100%; height:auto; line-height:0; overflow:hidden;}
.i_zgstit2 .i_zgsimg img{width:46%; height:auto; max-height:128px;}
.i_zgstit2 .i_zgsjs{width:100%; font-size:48px; line-height:1.3; color:#ffffff; padding-top:35px; text-align:center;/*Firefox*/text-justify:inter-ideograph;/*IE*/}
.i_zgsmc{width:100%; position:absolute; bottom:0; left:0; z-index:5; font-size:22px; font-weight:lighter; text-align:center; color:#333333;}
.i_zgsmc p{ font-size:14px; text-transform:uppercase; color:#999999;}
.i_zgs_li .i_qhan{width:80%; height:25px; line-height:25px; font-size:16px; color:#FFFFFF; position:absolute; top:15px; right:15px; text-align:right;}
.i_zgs_li .i_qhan div{ display:inline-block; vertical-align:top; width:25px; height:25px; line-height:25px; font-family:"新宋体"; font-size:15px; background:rgba(212,19,22,.6); border-radius:50%; overflow:hidden; color:#FFFFFF; text-align:center; margin-left:15px;}
.mr0{ margin-right:0 !important;}
.dib_fz {
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 0;
}


.brand-01 {
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	margin: 0 0 80px;
}
@media (max-width:959px) {.brand-01{flex-wrap: wrap;margin: 0 0 40px;}}

.brand-01-01{
	margin-left: 50px;
	width: 446px;
}
@media (max-width:1509px) {.brand-01-01{width: 25%;margin-left: 30px;}}
@media (max-width:959px) {.brand-01-01{width: 100%;margin-left: 0;flex: 0 0 100%;}}

.brand-01-01 img{
	width: 100%;
}
.brand-01-02{
	padding-right: 30px;
	width: 350px;
	text-align: right;
}
@media (max-width:1509px) {.brand-01-02{width: 25%;padding-right: 0;}}
@media (max-width:959px) {.brand-01-02{width: 100%;padding-right: 0;flex: 0 0 100%;}}

.brand-01-02 .t01 {
	font-weight: 600;
	font-size: 13px;
	color: #35C5BB;
	padding: 0 0 5px;
}
.brand-01-02 .t02 {
	font-weight: 500;
	font-size: 24px;
	color: #1A2E51;
	position: relative;
	letter-spacing: 3px;
	line-height: 1.3;
	margin: 0 0 50px;
}
.brand-01-02 .t02::before {
	top: calc(100% + 20px);
	right: 0;
	/* transform: translateX(-50%); */
	width: 75px;
	height: 9px;
	background-color: #35C5BB;
	content: "";
	position: absolute;
}
.brand-01-02 .t03 {
	font-weight: 400;
	font-size: 16px;
	color: #1A2E51;
	width: 95%;
	margin: 0 0 0 auto;
}
.brand-01-03{
	flex: 1;
	font-weight: 300;
	font-size: 14px;
	color: #1A2E51;
}
@media (max-width:1509px) {.brand-01-03{width: 50%;padding-left: 30px;}}
@media (max-width:959px) {.brand-01-03{width: 100%;padding-left: 0;flex: 0 0 100%;}}

.brand-02 {
	overflow: hidden;
	background-size: cover;
}
.brand-02 .brand-02-inner{
	overflow: hidden;
	width: 1510px;
	padding-right: 50px;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width:1509px) {.brand-02 .brand-02-inner{width: 100%;}}
@media (max-width:640px) {.brand-02 .brand-02-inner{width: 100%;padding-right: 20px;padding-left: 20px;}}

.brand-02 .brand-02-inner p {
	padding: 80px 0 65px 0;
	margin: 0;
	width: 565px;
	float: right;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8;
}
@media (max-width:959px) {.brand-02 .brand-02-inner p{padding: 40px 0;}}
@media (max-width:640px) {.brand-02 .brand-02-inner p{width: 100%;padding: 40px 0;}}

.news {
	overflow: hidden;
}
.news .news-left {
	float: left;
	width: 360px;
	padding: 0 100px 0 0;
}
.news-left-cat {
	font-size: 13px;
	font-weight: 600;
	color: #35C5BB;
	margin: 0 0 15px;
}
.news-left-title {
	position: relative;
	margin: 0 0 50px;
}
.news-left-title h2 {
	padding: 0 0 30px;
	margin: 0 0 35px;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 5px;
	position: relative;
}
.news-left-title h2::before {
	top: calc(100% + 0px);
	/* left: 0; */
	/* transform: translateX(-50%); */
	width: 75px;
	height: 9px;
	background-color: #35C5BB;
	content: "";
	position: absolute;
}
.news-left-img p {
	margin: 0 0 80px;
}
@media (max-width:640px) {.news-left-img p{margin: 0 0 40px;}}

.news-left-img p img{
	max-width: 495px;
}
.news .news-right{
	float: right;
	width:1050px;
}
@media (max-width:1049px) {.news .news-right{width: 100%;}}

.news .news-left2 {
	float: left;
	width: 43%;
	padding: 0 100px 0 0;
}
@media (max-width:640px) {.news .news-left2{float: none;width: 100%;padding: 0;}}

.news .news-right2 {
	float: right;
	width: 57%;
	margin: 0 0 80px;
}
@media (max-width:640px) {.news .news-right2{float: none;width: 100%;}}

.news .news-right2 h3{
	font-size: 16px;
	color:#35C5BB;
	padding: 0 0 20px;
	font-weight: 300;
}
.news-list-cat {
	color: #35C5BB;
	font-size: 13px;
	padding: 30px 0 10px;
	font-weight: 600;
}
.news-list-title {
	font-size: 16px;
	font-weight: 500;
	padding: 0 0 10px;
	width: 95%;
}
.news-list-des {
	font-size: 13px;
	font-weight: 300;
	width: 95%;
}
.news-list-inner {
	border-bottom: 1px solid #35C5BB;
	padding: 0 0 50px;
	margin: 0 0 30px;
}
.news-list2 ul {
	margin: 0 -15px;
}
.news-list2 ul li {
	padding: 0 15px;
	margin-bottom: 20px;
	list-style: none;
	float: left;
	width: 33.33%;
}
@media (max-width:767px) {.news-list2 ul li{width: 50%;}}
@media (max-width:640px) {.news-list2 ul li{width: 100%;}}

.news-list2 ul li a {
	display: block;
	color: #1A2E51;
}
.video-pop {
	padding: 50px 60px 60px 60px;
}
.video-pop-title {
	font-size: 16px;
	font-weight: 400;
	padding: 0 0 40px;
}
.fancybox-button--close {
	position: absolute;
	top: 70px;
	right: 15%;
	width: 20px !important;
	height: 20px !important;
	background: transparent url('/images/video-close.png') 0 0px !important;
	cursor: pointer;
	z-index: 1103;
}
.knowledge {
	display: flex;
	flex-wrap: wrap;
}
.knowledge-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	width: 100%;
}
@media (max-width: 640px) {.knowledge-list{margin: 0;}}

.knowledge-list > li {
	display: flex;
	flex: 0 0 33.33%;
	flex-direction: column;
	max-width: 33.33%;
	padding: 15px;
}
@media (max-width: 960px) {.knowledge-list > li{flex: 0 0 50%;max-width: 50%;}}
@media (max-width: 640px) {.knowledge-list > li{flex: 0 0 100%;max-width: 100%;padding: 0;margin: 0 0 20px;}}

.knowledge-list > li a{
	padding: 35px 50px;
	position: relative;
	min-height: 270px;
	max-height: 270px;
	background: #F8F8F8;
}
@media (max-width: 1280px) {.knowledge-list > li a{padding: 20px 30px;}}

.knowledge-list > li a:hover{
	padding: 35px 50px;
	position: relative;
	min-height: 270px;
	max-height: 270px;
	background: #35C5BB;
}
@media (max-width: 1280px) {.knowledge-list > li a:hover{padding: 20px 30px;}}

.knowledge-list > li .knowledge-cat {
	display: block;
	padding-bottom: 3px;
	font-size: 12px;
	color: #35C5BB;
	letter-spacing: 2px;
	font-weight: 600;
}
.knowledge-list > li a:hover .knowledge-cat {
	color: #FFFFFF;
}
.knowledge-list > li h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	transition: all 0.4s;
}
.knowledge-list > li .description {
	font-size: 13px;
	padding: 10px 0 0 0;
	line-height: 1.8;
	min-height: 90px;
	font-weight: 300;
}
.knowledge-list > li .more {
	font-size: 14px;
	padding: 10px 0 0;
	color: #35C5BB;
	font-weight: 500;
}
.knowledge-list > li a:hover .more {
	color: #FFFFFF;
}
.knowledge-list > li .more span{
	border-bottom: 1px solid #35C5BB;
	padding: 0 0 5px;
}
.knowledge-list > li a:hover .more span{
	border-bottom: 1px solid #FFFFFF;
	padding: 0 0 5px;
}
.knowledge-list > li .more i{
	font-size: 16px;
}
.knowledge-line {
	/* display: block; */
	border-bottom: 1px solid #35C5BB;
	/* padding: 30px 0; */
	margin: 15px 0;
}
.anchor {
	margin-top: -100px;
	margin-bottom: 150px;
	display: block;
	height: 0;
}
.cart-left {
	float: left;
	width: 55%;
	padding: 0 25px;
}
@media (max-width:1050px) {.cart-left{width: 100%;margin: 0 0 30px;}}

.cart-right {
	float: right;
	width: 45%;
	padding: 0 25px;
}
@media (max-width:1050px) {.cart-right{width: 100%;}}

.cart-nowrap {
	white-space: nowrap;
}