@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;
}
html {
    font-size: 16px;
    background: #ffffff
}

body {
    line-height: 1.6;
    font-size: 1rem;
    font-family: "Open Sans",微軟正黑體,Arial,sans-serif;
    color: #222;
    width: 100%;
    overflow-x: hidden;
}
ol, ul {
    margin: 0;
	padding:0;
}
img {
    border: 0;
    vertical-align: bottom;
	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: 110;
    width: 100%;
    height: 97px;
    background: #fff;
    top: 0;
    left: 0
}

.header .logo {
  float: left;
  margin: 20px 0 0;
  width: 272px;
}
@media (max-width:991px) {.header .logo {width: 130px;height: auto;}}

.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: 25px;
}

.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;
	position: relative;
	bottom: 1px;
}
.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: #1d1d1d;
    padding: 0 20px;
}
.header .menu-main >li >a:hover {
    color: #C32C2B;
}
.header .menu-main >li.current >a{
    color: #ffffff;
}

.header .menu-sub {
    display: inline-block;
    position: absolute;
    vertical-align: top;
    background: rgba(195, 44, 43, 1);
    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 rgba(195, 44, 43, 1) 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: #C32C2B;
}

.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
    }
    .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: 60px;
        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 .logo {
        margin: 6px 0
    }
    .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: #F55A46;
        background: #F55A46
    }
    .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: #fff
    }
    .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: #C32C2B;
        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
    }
}

/* --- 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-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: 44px;
  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: 1px;
  max-width: 100%;
  padding: 10px;
  font-size: 13px;
}
.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-family: "Open Sans",Arial,Helvetica,"Nimbus Sans L",sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  text-transform: none;
}
#gotop:before {
  font-size: 16px;
  line-height: 50px;
}
#gotop > span {
  display: inline-block;
  text-indent: -9999px;
}
#gotop {
  bottom: 50px;
  display: none;
  height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 50px;
  z-index: 99999;
  background-color: #C32C2B;
  color:#ffffff;
}
.theme_icon_slide_top::before {
  content: "\e809";
  font-family: "fontello";
}
footer.site-footer {
	background: #464646;
}
footer.site-footer .footer-left {
	float: left;
	width: 50%;
	padding: 30px 0;
}
footer.site-footer .footer-left p {
	color: #ffffff;
	font-size: 0.85rem;
	padding-bottom: 5px;
	margin: 0;
}
footer.site-footer .footer-right {
	float: right;
	width: 50%;
	color: #809EB3;
	font-size: 0.85rem;
	text-align: right;
	padding: 45px 0 0;
}
footer.site-footer .footer-right a{
	color: #809EB3;
}
.copyright {
	background: #222222;
	color: #ffffff;
	font-size: 0.85rem;
	padding: 20px 0;
}
.copyright p{
	padding: 0;
	margin: 0;
}
.copyright a{
	color: #ffffff;
}
.widget_nav_menu h3::after {
	border-bottom: 1px solid #777;
	content: "";
	display: block;
	left: 0;
	padding: 0 0 10px;
	position: absolute;
	width: 35px;
}

.textwidget {
  text-align: right;
}
.textwidget .add {
  font-size: 14px;
  font-style: italic;
  color:#666666;
}
.textwidget .tel {
  font-size: 32px;
  font-style: italic;
  color:#333333;
  font-weight: 300;
  padding: 5px 0;
}
.textwidget .copyright-text {
  font-size: 14px;
  color:#333333;
  font-weight: 300;
  padding: 5px 0;
}
footer#colophon h3.widget-title {
	color: #ffffff;
	font-size: 1rem;
	padding: 0 0 30px;
	position: relative;
	font-weight: 600;
}
footer#colophon ul {
  margin: 0;
  padding: 0;
}
footer#colophon ul li {
  line-height: 22px;
  list-style: outside none none;
  margin-bottom: 10px;
  font-size: 14px;
}
footer#colophon.dark a {
  color: #cccccc;
}
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: 30px;
    transition: color 0.5s ease 0s;
}
















/* --- Index --- */
.index-featured {
	overflow: hidden;
	margin: 50px 0;
}
.index-featured-title {
	font-size: 2rem;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.index-featured-title::before {
	top: calc(100% + 5px);
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 4px;
	background-color: #036CBB;
	content: "";
	position: absolute;
}
.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;
	text-align: center;
	list-style: none;
	min-height: 380px;
}
@media (max-width:767px) {.index-featured-list ul li{width: 33.33%;min-height: 300px;}}
@media (max-width:480px) {.index-featured-list ul li{width: 50%;min-height: 300px;}}
@media (max-width:360px) {.index-featured-list ul li{width: 100%;min-height: auto;padding: 15px 25px;}}

.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: 400;
	color: #333333;
}
.index-news {
	overflow: hidden;
	padding: 50px 0;
	background: #F3EAE1;
}
.index-news-left {
	width: 10%;
	float:left;
}
@media (max-width:1280px) {.index-news-left{width: 100%;float:none;margin: 0 0 25px;}}

.index-news-right {
	width: 85%;
	float:right;
}
@media (max-width:1280px) {.index-news-right{width: 100%;float:none;}}

.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: 15px;
}
.index-news-list ul {
	margin: 0 -15px;
}
.index-news-list ul li {
	overflow: hidden;
	float: left;
	width: 50%;
	padding: 15px 35px;
}
@media (max-width:1280px) {.index-news-list ul li{padding: 15px 25px 15px 15px;}}
@media (max-width:640px) {.index-news-list ul li{width: 100%;float: none;}}

.index-news-list ul li a{
	display:block;
}
.index-news-list ul li .index-news-list-img {
	float: left;
	width: 28%;
}
@media (max-width:360px) {.index-news-list ul li .index-news-list-img{width: 100%;float: none;}}

.index-news-list ul li .index-news-list-info {
	float: right;
	padding-left: 20px;
	width: 70%;
}
@media (max-width:360px) {.index-news-list ul li .index-news-list-info{width: 100%;float: none;padding: 20px 0 0 0;}}

.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 {
	display: flex;
	height: 17vw;
}
@media (max-width:1680px) {.index-overview{height: 20vw;}}
@media (max-width:1440px) {.index-overview{height: 25vw;}}
@media (max-width:1280px) {.index-overview{height: 30vw;}}
@media (max-width:960px) {.index-overview{flex-direction: column;height: auto;}}

.index-overview > div {
	width: 33.33%;
	padding: 30px 50px;
	min-height: 350px;
}
@media (max-width:960px) {.index-overview > div{width: 100%;min-height: auto;}}

.index-overview-title {
	font-size: 1.8rem;
	line-height: 1.1;
	color: #fff;
}
.index-overview-txt {
	font-size: 1rem;
	line-height: 1.5;
	color: #fff;
	padding: 30px 0 20px;
	width: 60%;
}
@media (max-width:1680px) {.index-overview-txt{width: 90%;}}

.index-overview-title span {
	font-weight: bold;
}
.index-overview-searchbox {
	width: 250px;
	padding: 20px 0 0;
}
.searchkeyword {
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	color: #333333;
	height: 35px !important;
	width: 250px;
	margin: 0 0 10px !important;
}
.searchkeyword2 {
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	color: #333333;
	height: 35px !important;
	width: 150px;
	margin: 0 0 10px !important;
	float: left;
}
.searchbtn {
	background: #464646 none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	line-height: 40px !important;
	border: 0;
	padding: 0 20px;
}
.searchbtn2 {
	float: left;
	position: relative;
	bottom: 10px;
}
.searchbtn2 i{
	color: #999999;
	cursor: pointer;
	display: block;
	font-size: 30px;
	transition: color 0.5s ease 0s;
}

@media (max-width:991px) {.msearch{display: flex !important;padding: 12px 0 0 30px;}}

.msearch2{display: none;}
@media (max-width:991px) {.msearch2{display: block !important;}}
@media (max-width:991px) {.msearch2 .searchkeyword2{width: 120px;margin: 12px 0 0 7px !important;}}
@media (max-width:991px) {.msearch2 .searchbtn2 i{font-size: 26px;}}
@media (max-width:991px) {.msearch2 .searchbtn2{top: 7px;bottom: 0;}}

.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: right center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	height: 100%;
	display: table;
}
.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;
	height: 100%;
	display: table;
}
.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;
	height: 100%;
	display: table;
}
.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;
}
@media (max-width:1280px) {.index-product-cat ul li{width: 33.33%;}}
@media (max-width:767px) {.index-product-cat ul li{width: 50%;}}
@media (max-width:360px) {.index-product-cat ul li{width: 100%;float: none;}}

/* --- Main --- */
.main {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 50px;
	font-size: 1rem;
	line-height: 1.7;
}
.shell-fluid {
  margin-left: auto;
  margin-right: auto;
  margin-top: 95px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width:991px) {.shell-fluid{margin-top: 60px;}}

.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: 295px;
  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-bottom: 1px solid #dddddd;
  border-radius: 0;
  font-size: 14px;
  list-style: outside none none;
  padding: 15px;
  text-align: right;
}
@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: #C32C2B;
  font-size: 16px;
}
@media (max-width:767px) {.breadcrumb span{font-size: 14px;}}
@media (max-width:480px) {.breadcrumb span{font-size: 12px;}}

.breadcrumb span a {
  background: rgba(0, 0, 0, 0) url("/images/right-arrow.png") no-repeat scroll right center;
  color: #888;
  font-size: 16px;
  font-weight: normal;
  margin-right: 10px;
  padding-right: 25px;
}
@media (max-width:767px) {.breadcrumb span a{font-size: 14px;}}
@media (max-width:480px) {.breadcrumb span a{font-size: 12px;}}

.submenu-topic {
	color: #157bc7;
    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;
	width: 20%;
	float: left;
}
@media (max-width:1280px) {.submenu-list ul li{width: 25%;}}
@media (max-width:767px) {.submenu-list ul li{width: 33.33%;}}
@media (max-width:640px) {.submenu-list ul li{width: 100%;}}

.submenu-list ul li a {
	background: #555555;
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 8px 10px;
	margin: 0 0 1px;
	font-size: 0.95rem;
	line-height: 1.2;
}
@media (max-width:1280px) {.submenu-list ul li a{font-size: 0.9rem;}}
@media (max-width:480px) {.submenu-list ul li a{font-size: 0.8rem;}}

.submenu-list ul li:nth-child(odd) a {
	background: #666666;
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 8px 10px;
	margin: 0 0 1px;
}
.submenu-list ul li a:hover {
	background: #E43937;
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 8px 10px;
}
.submenu-list ul li a.active {
	background: #E43937;
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 8px 10px;
}
.news-list {
    background: #ffffff none repeat scroll 0 0;
    margin: 0 0 30px;
    padding: 0;
}
.news-list ul {
    margin: 0;
    padding: 0;
}
.news-list ul li {
    border-top: 1px solid #dddddd;
    list-style: outside none none;
    overflow: hidden;
    padding: 25px 0;
    transition: all 0.3s ease-out 0s;
}
.news-list ul li .news-list-left {
    float: left;
    margin-right: 3%;
    width: 14%;
}
@media (max-width:767px) {.news-list ul li .news-list-left {width: 20%;}}
@media (max-width:480px) {.news-list ul li .news-list-left {width: 100%;float: none;}}

.news-list ul li .news-list-right {
    float: left;
    width: 83%;
}
@media (max-width:767px) {.news-list ul li .news-list-right {width: 75%;}}
@media (max-width:480px) {.news-list ul li .news-list-right {width: 100%;float: none;}}

.news-list-date {
    color: #C32C2B;
    font-size: 0.95rem;
	font-weight: bold;
}
.news-list-title a {
    color: #333333;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0 0 8px;
}
.news-list-title a:hover {
    color: #C32C2B;
}
.news-list-des {
    color: #666666;
    font-size: 0.95rem;
    line-height: 22px;
    padding: 0 0 15px;
}
.news-list-more a {
    background: #E43937 none repeat scroll 0 0;
    border-radius: 4px;
    color: #ffffff;
    font-size: 13px;
    padding: 8px 10px;
    width: 100px;
	transition: all 0.3s ease-out 0s;
}
.news-list-more a:hover {
    background: #3178AB none repeat scroll 0 0;
}
.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: 60px;}}

#custom-show-hide {
	margin-bottom: 10px;
	right: 0;
	position: absolute;
	z-index: 100;
}
.catlist-m h3 {
	margin: 0;
	background-color: #4BBAC1;
	border-radius: 5px;
	font-size: 16px;
}
.catlist-m h3.open {
	background: #104B84;
}
.catlist-m h3.open a { background-position: 13px -25px; }
.catlist-m h3 a {
	background: url("../images/sprite.png") 15px 16px no-repeat;
	display: block;
	padding: 10px 0 10px 32px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.5rem;
	width: 210px;
	
}
.catlist-m ul {
	background-color: #ffffff;
	padding: 10px;
	position: relative;
	margin: -5px 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;
}
.page-title {
	font-size: 1.5rem;
	padding-bottom: 30px;
	padding-left: 15px;
	position: relative;
	font-weight: 600;
}
.page-title::before {
	top: 5px;
	left: 0;
	width: 7px;
	height: 30px;
	background-color: #C32C2B;
	content: "";
	position: absolute;
}
.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{display: none;}}

.products-1-left-title{
	background: #E43937;
	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: #ffffff;
	color: #333333;
	padding: 10px 10px 10px 35px;
	display: block;
	font-size: 1rem;
	border-bottom: 1px solid #dedede;
}
.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:hover {
	color: #C32C2B;
}
.products-1-left ul li a.active {
	background: #3C3832;
	color: #ffffff;
	padding: 12px 0 12px 35px;
	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: #C32C2B;
	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: 80%;
	float:right;
}
@media (max-width:960px) {.products-1-right{width: 100%;float:none;}}

.products-1-right .products-1-right-title {
	color: #C32C2B;
	font-size: 1.5rem;
	font-weight: 600;
	border-left: 8px solid #C32C2B;
	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;
	min-height: 450px;
}
@media (max-width:1280px) {.products-1-right .products-1-right-list ul li{width: 33.33%;}}
@media (max-width:480px) {.products-1-right .products-1-right-list ul li{width: 50%;min-height: 330px;}}
@media (max-width:360px) {.products-1-right .products-1-right-list ul li{width: 100%;min-height: auto;}}

.products-1-right .products-1-right-list ul li .products-1-right-list-img {
	border: 1px solid #dedede;
}
.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: center;
}
.products-1-right .products-1-right-list ul li .products-1-right-list-title {
	font-size: 1.3rem;
	font-weight: 600;
	color:#C32C2B;
	text-align: center;
	line-height: 1.3;
}

.products-1-right .products-1-right-list ul li .products-1-right-list-des {
	font-size: 1.1rem;
	font-weight: 400;
	color: #333333;
	text-align: center;
	line-height: 1.4;
	min-height: 50px;
}
.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;}}

.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:960px) {.products-3-top .products-Thumb{width: 100%;float: none;overflow: hidden;}}

.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:960px) {.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;
	margin: 0 0 7px;
}
.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 0 0 20px;
}
.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;
	white-space: nowrap;
}
.tab table th {
	padding: 7px 15px;
	background: #666666;
	color:#ffffff;
	font-weight:600;
	white-space: nowrap;
}
.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;
}
/*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 {
    overflow: hidden;
	margin: 50px -20px;
}
.about-01-1 {
    float: left;
	padding: 0 20px;
	width: 33.33%;
}
@media (max-width: 768px) {.about-01-1{width: 100%;float: none;padding: 10px 20px;}}

.about-01-1 h2 {
    color: #333333;
    font-size: 1.2rem;
}
.about-01-1 ul {
	margin: 0 20px;
}
.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;
	position: relative;
}
.about-02 .about-02-title::before {
	border-left: 7px solid #E43937;
	content: "";
	display: block;
	left: 0;
	/* 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;
}
@media (max-width: 768px) {.about-02 .about-02-content dt{width: 30%;}}

.about-02 .about-02-content dd{
	float:left;
	width: 80%;
	padding: 5px 0;
}

.rd-mailform {
    margin: 15px auto !important;
    position: relative;
    width: 100%;
}
.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-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;
}
.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-map {
	margin: 30px 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: 17px;
  line-height: 24px;
  position: relative;
}
.google-maps {
	position: relative;
	padding-bottom: 55%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.btn {
  font-size: 16px;
}


.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;}}
.search3 {
	padding: 4px 0 0 0;
}
@media (max-width: 991px) {.search3{display: none !important;}}
.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;}}
.pushbar{

}
