@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: 100;
    width: 100%;
    height: 110px;
    background: #fff;
    top: 0;
    left: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.header .logo {
  float: left;
  margin: 20px 0 0;
  width: 302px;
}
@media (max-width:991px) {.header .logo {width: 170px;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: 32px;
}

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

.header .menu-sub {
    display: inline-block;
    position: absolute;
    vertical-align: top;
    background: #47973C;
    top: 100%;
    left: 50%;
    margin-top: 0;
    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 >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: #329EAF;
}

.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, 1);
        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: 10px 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: #47973C;
        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: 34px;
  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: 6px 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-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: #47973C;
  color:#ffffff;
}
.theme_icon_slide_top::before {
  content: "\e809";
  font-family: "fontello";
}
footer.site-footer {
	background: #F5F5F4;
}
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: #F5F5F4;
	color: #333333;
	font-size: 0.85rem;
	padding: 20px 0;
}
.copyright p{
	padding: 0;
	margin: 0;
}
.copyright a{
	color: #333333;
}

.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: #333333;
	font-size: 1.05rem;
	padding: 0 0 30px;
	font-weight: 400;
}
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: #666666;
}
footer#colophon.dark a:hover {
  color: #222222;
}
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 .index-featured-inner {
	/* width: 1680px; */
	padding: 0 60px;
}
.index-featured-title {
	font-size: 2rem;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-weight: 600;
}
.index-featured-title::before {
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 3px;
	background-color: #47973C;
	content: "";
	position: absolute;
}
.index-featured-list {
	overflow: hidden;
	padding: 30px 0;
}
.index-featured-list ul {
	margin: 0 -15px;
}
.index-featured-list ul li {
	float: left;
	width: 33.33%;
	text-align: center;
	list-style: none;
	height: 450px;
	padding: 0 15px;
}
.index-featured-list ul li:last-child {
	margin: 0;
}
.index-featured-list ul li .index-featured-list-img {
	height: 450px;
}
.index-featured-list ul li .index-featured-list-title {
	font-size: 2rem;
	font-weight: 700;
	color: #ffffff;
	padding: 90px 0 30px;
	position: relative;
	text-transform: uppercase;
}
.index-featured-list ul li .index-featured-list-title::before {
	top: calc(100% - 25px);
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 1px;
	background-color: #ffffff;
	content: "";
	position: absolute;
}
.index-featured-list ul li .index-featured-list-txt {
	font-size: 1rem;
	font-weight: 400;
	color: #666666;
}
.index-featured-list ul li .index-featured-list-txt ul li {
	float: none;
	width: 100%;
	height: auto;
	padding: 0;
}
.index-featured-list ul li .index-featured-list-txt ul li a {
	color: #ffffff;
	display: block;
	padding: 6px 0;
	opacity: 0.8;
}
.index-featured-list ul li .index-featured-list-txt ul li a:hover {
	opacity: 1;
}
.index-news {
	overflow: hidden;
	padding: 50px 0;
}
.index-news-list {
	float: left;
	padding-right: 15px;
	width: 100%;
}
.index-news-list ul {
	margin: 0 -55px;
}
.index-news-list ul li {
	overflow: hidden;
	float: left;
	width: 33.33%;
	padding: 0 55px;
	position: relative;
}
.index-news-list ul li a{
	display:block;
}
.index-news-list ul li .news-body {
	background-color: #F3F6E8;
}
.index-news-list ul li .news-image {
	height: 100%;
	overflow: hidden;
}
.index-news-list ul li .news-image {
	height: 100%;
	overflow: hidden;
}
.index-news-list ul li a .news-image img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s linear;
	transition: .3s linear;
}
.index-news-list ul li a:hover .news-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.index-news-list ul li .date {
	position: absolute;
	top: 0;
	right: 55px;
	z-index: 9;
	line-height: 1.2;
	background-color: #47973C;
	color: #fff;
	width: 70px;
	height: 80px;
	text-align: center;
}
.index-news-list .date .date-top {
	font-weight: 800;
	font-size: 1.5rem;
	border-bottom: 1px solid #7FC376;
	padding: 5px 0;
}
.index-news-list .date .date-bottom {
	font-weight: 400;
	font-size: 0.75rem;
	padding: 4px 0;
}
.index-news-list ul li .index-news-list-img {
	float: left;
	width: 28%;
}

.index-news-list .news-txtbox {
	padding: 15px 25px;
}
.index-news-list .news-txtbox .news-title {
	color: #47973C;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.4;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0;
}
.index-news-list .news-txtbox .news-txt {
	color: #555555;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.8;
	padding: 10px 0;
}
.searchkeyword {
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	color: #333333;
	height: 35px !important;
	width: 250px;
	margin: 0 0 10px !important;
	font-size: 0.95rem !important;
}
.searchbtn {
	background: #222222 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-color: #329EAF;
}
.index-overview-02 {
	background-color: #3B80B2;
}
.index-overview-03 {
	background-color: #E1B05C;
}
.index-overview-04 {
	background-color: #EF4346;
	text-align: left !important;
	padding: 0 50px !important;
}
.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-overview {
	overflow: hidden;
	background-image: url('../images/index-application-bg.jpg');
	background-size: cover;
}
.index-overview .index-overview-inner {
	width: 1440px;
	margin: 0 auto;
	padding: 80px 15px;
}
.index-overview .index-overview-inner .index-overview-title {
	font-size: 50px;
	color: #ffffff;
	font-weight: 600;
	width: 500px;
	line-height: 1.1;
	padding: 0 0 30px;
}
.index-overview .index-overview-inner .index-overview-list {
	overflow: hidden;
	width: 340px;
	background: #000000;
}
.index-overview .index-overview-inner .index-overview-list ul li {
	list-style: none;
}
.index-overview .index-overview-inner .index-overview-list ul li a {
	display: block;
	padding: 13px 25px;
	color: #ffffff;
}
.index-overview .index-overview-inner .index-overview-list ul li a:hover {
	background: #52AE45;
}



/* --- 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: 110px;
  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: 360px;
  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: 40px;
  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: #47973C;
  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 {
  position: relative;
}
@media (max-width:767px) {.submenu-cat{padding: 10px 0 20px;}}

.submenu-list {
  font-size: 0;
background-color:#fff;
border-bottom: 1px solid #ddd;
padding: 0 25px;
text-align: center;
white-space: nowrap;
overflow-x: auto;
}
.submenu-cat ul li {
  display: inline-block;
  padding: 0 15px 0 0;
}
.submenu-cat ul li {
  display: inline-block;
  padding: 0 30px 0 0;
}
.submenu-cat ul li a {
	position: relative;
	display: block;
	transition: all 0.3s ease-out 0s;
	display: block;
	padding: 12px 0;
	font-size: 16px;
	color:#444444;
}
.submenu-cat ul li a:hover, .submenu-cat ul li a.active{
	color:#47973C;
}
.submenu-cat ul li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #47973C;
	opacity: 0;
	transition: opacity .3s cubic-bezier(0.34,0.615,0.4,0.985);
}
.submenu-cat ul li a:hover::after, .submenu-cat ul li a.active::after {
	opacity: 1;
	color:#215CA0;
}

.main-context {
	font-size:16px;
	color:#666666;
}












/* --- News --- */
.submenu-topic {
	color: #47973C;
    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;
}
.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 {
    background: #ffffff none repeat scroll 0 0;
    margin: 30px 0;
    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:first-child {
    border-top: 0;
}
.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: #47973C;
    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: #47973C;
}
.news-list-des {
    color: #666666;
    font-size: 0.95rem;
    line-height: 22px;
    padding: 0 0 15px;
}
.news-list-more a {
    background: #47973C none repeat scroll 0 0;
    border-radius: 4px;
    color: #ffffff;
    font-size: 0.95rem;
    padding: 8px 15px;
    width: 100px;
	transition: all 0.3s ease-out 0s;
}
.news-list-more a:hover {
    background: #47973C 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: #47973C;
  border: medium none;
  height: 3px;
  width: 98px;
  margin: 20px auto;
}
.news-detail {
	padding-top: 30px;
}
.news-detail .news-detail-box {
	max-width: 1000px;
	margin: 0 auto;
}
.backtolist {
  padding: 20px 0 35px;
  text-align: center;
}
.backtolist a{
	font-size: 16px;
	padding: 8px 30px;
	border-radius: 20px;
	background: #47973C 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: #47973C;
	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: 24px;
	text-transform: uppercase;
}
.products-list ul li a .feature-box .feature-box-title {
	transition: all 0.3s;
	text-align: center;
}
.products-list ul li a:hover .feature-box .feature-box-title {
	padding: 55px 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%;
}
.product-result {
	width: 100%;
	overflow-x: scroll;
}
.product-title h1 {
}
.product-secnav {
	overflow: hidden;
	padding: 20px 0;
}
.product-secnav ul{
	margin: 0 -5px;
}
.product-secnav ul li {
	float: left;
	list-style: none;
	padding: 5px;
}
.product-secnav ul li a {
	font-size: 14px;
	padding: 8px 15px;
	border: 1px solid #ddd;
	display: block;
}
.product-secnav ul li a:hover {
	background-color: #5DB151;
	color:#ffffff;
}
.product-secnav ul li a.active {
	background-color: #5DB151;
	color:#ffffff;
}
.product-result table {
	position: static;
	font-size: 11px;
	margin-bottom: 10px;
}
.product-result table.wpDataTable > thead > tr > th {
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	letter-spacing: 1px;
	font-size: 10px;
}
.product-result table.wpDataTable > thead > tr > th {
	background-color: #5DB151;
	background-repeat: repeat-x;
	border-color: #000000;
	border-left-color: #545454;
	color: #ffffff;
	font-weight: 700;
	padding: 10px;
	text-align: left;
	cursor: pointer;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
}
.product-result table.wpDataTable > thead > tr > th input {
	border-color: #e1e1e1;
	color: #212121;
	border: 1px solid #e1e1e1;
	padding: 8px 6px !important;
	background: #fff;
	border-radius: 0px;
	height: 35px !important;
	font-weight: 400;
	font-size: 10px !important;
	margin: 0 0 6px;
}
.product-result table.wpDataTable > thead > tr > th a {
	color: #ffffff;
	white-space: normal!important;
}
.product-result table.wpDataTable thead th.sorting {
	background-color: #5DB151 !important;
	background-image: none !important;
}
.product-result table.wpDataTable thead th:hover.sorting {
	background-color: #47973C !important;
	background-image: none !important;
}
.product-result table.wpDataTable thead th.sorting::after {
	border-bottom-color: #ffffff;
	border-color: transparent;
	border-style: solid;
	border-width: 5px;
	display: inline-block;
	font-size: 13px;
	line-height: 0;
	content: "\E80B";
	height: 0;
	width: 0;
	/* vertical-align: 3px; */
	margin: 0 0 0 5px;
	opacity: 0.6;
	font-family: "fontello";
}
.product-result table.wpDataTable thead th.sorting_asc {
	background-color: #47973C !important;
	background-image: none !important;
}
.product-result table.wpDataTable thead th:hover.sorting_asc {
	background-color: #47973C !important;
	background-image: none !important;
}
.product-result table.wpDataTable thead th.sorting_asc::after {
	border-bottom-color: #ffffff;
	border-color: transparent;
	border-style: solid;
	border-width: 5px;
	display: inline-block;
	font-size: 13px;
	line-height: 0;
	content: "\E80C";
	height: 0;
	width: 0;
	/* vertical-align: 3px; */
	margin: 0 0 0 5px;
	opacity: 1;
	font-family: "fontello";
}
.main_color table caption,
.main_color tr:nth-child(even),
.main_color .pricing-table>li:nth-child(even),
#top .main_color .avia-data-table.avia_pricing_minimal td {
 color:#212121
}
.main_color tr:nth-child(odd),
.main_color .pricing-table>li:nth-child(odd),
.main_color .pricing-extra {
 background:#ffffff;
}
.product-result table.wpDataTable td {
	padding: 7px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-style: solid;
	border-width: 1px;
	border-left: none;
	border-top: none;
	border-color: #e0e0e0;
}
.product-result table.wpDataTable tr.odd td {
	background-color: #f5f5f5;
}

.product-result table.wpDataTable tr td.sorting_1 {
	background-color: #F0F5E6;
}
.product-result table.wpDataTable tr.odd td.sorting_1 {
	background-color: #DEE9CB;
}
.product-result table.wpDataTable tr td:first-child {
	border-left-color: #c6c6c6;
}
.product-result-bottom {
	overflow:hidden;
}
.product-result-bottom .product-result-left{
	float:left;
	clear: both;
	margin-top: 10px;
	padding: 3px 0;
	font-size: 12px;
}
.product-result-bottom .product-result-right{
	float:right;
}
.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: #47973C;
	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: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: #47973C;
}
.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:#47973C;
	font-size: 1.5rem;
	font-weight: 600;
	border-left: 8px solid #47973C;
	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;
}
/*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 {
	margin: -20px 0 -50px 0;
	background-image: url('../images/about-bg.jpg');
	background-size: cover;
}
.about-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 180px 0 130px;
}
.about-title {
	text-align: center;
	padding: 35px 0;
	color:#ffffff;
}
.about-title h1 {
	padding: 0 0 10px;
	font-weight: 600;
	font-size: 1.8rem;
	position: relative;
	margin: 0 0 30px;
}
.about-title h1::before {
	top: calc(100% + 5px);
	left: calc(50% - 33px);
	/* transform: translateX(-50%); */
	width: 65px;
	height: 2px;
	background-color: #ffffff;
	content: "";
	position: absolute;
}
.about-title p {
	text-align: center;
	font-size: 1.1rem;
	padding: 0;
	margin: 0 0 20px;
}
.about2 {
	margin: -20px 0 -50px 0;
	background-image: url('../images/about-bg2.jpg');
	background-size: cover;
	background-position: center;
}
.about2-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 100px 0 150px;
}
.about2-title {
	text-align: left;
	padding: 35px 0;
	max-width: 45%;
}
.about2-title h1 {
	padding: 0 0 25px;
	font-weight: 600;
	font-size: 1.8rem;
	position: relative;
	color:#47973C;
}
.about2-title p {
	text-align: left;
	font-size: 1.1rem;
	padding: 0;
	margin: 0 0 20px;
}
/* --- Quality --- */
.quality {
	margin: -20px 0 -50px 0;
	background-image: url('../images/quality-bg.jpg');
}
.quality-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 70px 0 150px;
}
.quality-title {
	text-align: center;
	padding: 35px 0;
}
.quality-title h1 {
	padding: 0 0 25px;
	font-weight: 600;
	font-size: 1.8rem;
}
.quality-title p {
	text-align: center;
	font-size: 1.1rem;
	padding: 0;
	margin: 0;
}
.quality-list {
	overflow: hidden;
	padding: 30px 0;
}
.quality-list ul li {
	float: left;
	width: 33.33%;
	padding: 0 35px;
	list-style: none;
}
.quality-list ul li .quality-list-inner {
	background-color: #F3F6E8;
	overflow: hidden;
	min-height: 330px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}
.quality-list ul li .quality-list-title {
	background-color: #47973C;
	text-align: center;
	color: #ffffff;
	padding: 20px;
}
.quality-list ul li .quality-list-txt {
	padding: 20px 30px;
}
.quality-list ul li .quality-list-txt ul li {
	float: none;
	width: 100%;
	padding: 5px 0;
	/* list-style: disc; */
}



/* --- Application --- */
.application {
	overflow: hidden;
}
.application-listbox {
	float: left;
	overflow: hidden;
	padding: 20px;
	position: relative;
	width: 33.33%;
	margin-top: -1px;
}
@media (max-width: 1024px) {.application-listbox{width: 50%;}}
@media (max-width: 640px) {.application-listbox{width: 100%;}}

article {
	position: relative;
}
article .item-inner {
    overflow: hidden;
    transform: translateZ(0)
}

article .item-inner-image {
	background: #000000;
}
article .item-inner-image img {
    transform: translateX(0);
    -webkit-transition: transform .35s ease .1s;
    -moz-transition: transform .35s ease .1s;
    transition: transform .35s ease .1s;
    display: block;
    width: 100%;
	opacity: 0.6;
}

article:hover .item-inner-image img {
    transform: scale(1.1);
    -webkit-transition: scale(1.1);
    -moz-transition: scale(1.1);
    transition: scale(1.1);
}

.text-holder {
    box-sizing: border-box;
    display: block;
    height: calc(100% + 1px);
    left: 0;
    padding: 70px 45px;
    position: absolute;
    top: 0;
    width: 100%
}
@media (max-width: 1280px) {.text-holder{padding: 20px;}}
@media (max-width: 1024px) {.text-holder{padding: 38px 45px 70px;}}
@media (max-width: 767px) {.text-holder{padding: 20px;}}

.text-holder::before {
    background-color: #52AE45;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    -webkit-transition: transform .5s cubic-bezier(.77,0,.175,1) 0s,opacity 0s ease .5s;
    -moz-transition: transform .5s cubic-bezier(.77,0,.175,1) 0s,opacity 0s ease .5s;
    transition: transform .5s cubic-bezier(.77,0,.175,1) 0s,opacity 0s ease .5s
}
article:hover .text-holder::before {
    opacity: 0.8;
    transform: scaleX(1);
    -webkit-transition: transform .5s cubic-bezier(.77,0,.175,1) 0s,opacity 0s ease 0s;
    -moz-transition: transform .5s cubic-bezier(.77,0,.175,1) 0s,opacity 0s ease 0s;
    transition: transform .5s cubic-bezier(.77,0,.175,1) 0s,opacity 0s ease 0s
}

article .text-wrapper {
    display: table;
    height: 100%;
    position: relative;
    table-layout: fixed;
    width: 100%
}

article .text {
    display: table-cell;
    height: 100%;
    position: relative;
    vertical-align: middle;
    width: 100%
}

.text-holder .text {
    vertical-align: top;
    opacity: 1;
    -webkit-transition: -webkit-transform 0s .25s,opacity .15s .1s;
    -moz-transition: -moz-transform 0s .25s,opacity .15s .1s;
    transition: transform 0s .25s,opacity .15s .1s;
    will-change: transform,opacity
}

.text-holder .text a:hover {
    text-decoration: none
}

@media only screen and (max-width: 640px) {
    .off {
        pointer-events:none;
        cursor: default
    }
}

@media only screen and (max-width: 640px) {
    .text-holder .text .des-holder a {
        pointer-events:visible
    }
}

.text-holder .text h4 {
	font-size: 1.8em;
	padding: 30px 0;
	font-weight: 700;
	text-align: center;
}
@media (max-width: 1680px) {.text-holder .text h4{padding: 0 0 40px;}}
@media (max-width: 1280px) {.text-holder .text h4{padding: 0 0 20px;}}
@media (max-width: 1024px) {.text-holder .text h4{padding: 0 0 60px;}}
@media (max-width: 640px) {.text-holder .text h4{padding: 0 0 20px;}}

.text-holder2 .text h4 {
	font-size: 2.5em;
	padding: 0 0 120px;
	font-weight: 700;
	text-align: center;
}
@media (max-width: 1680px) {.text-holder2 .text h4{padding: 0 0 40px;}}
@media (max-width: 1280px) {.text-holder2 .text h4{padding: 0 0 20px;}}
@media (max-width: 1024px) {.text-holder2 .text h4{padding: 0 0 60px;}}
@media (max-width: 640px) {.text-holder2 .text h4{padding: 0 0 20px;}}

.text-holder .text h4,.text-holder .text p {
    color: #fff;
}
.text-holder2 .text h4,.text-holder2 .text p {
    color: #fff;
}
.text-holder .text p {
	font-size: 1rem;
	padding: 0 0 10px;
	text-align: center;
	line-height: 1.5;
	display: none;
}
.text-holder .text a {
	color: #333333;
	width: 140px;
	padding: 8px 0;
	background: #fff;
	border-radius: 25px;
	display: block;
	text-align: center;
	font-size: 0.9rem;
	font-weight: 600;
	margin: 0 auto;
	transition: all .5s ease 0s
}
.text-holder .text a:hover {
	color: #ffffff;
	background: #333333;
	transition: all .5s ease 0s
}
article:hover .text-holder .text {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform .5s .15s,opacity .2s .2s;
    -moz-transition: -moz-transform .5s .15s,opacity .2s .2s;
    transition: transform .5s .15s,opacity .2s .2s
}
article:hover .text-holder2 .text {
    opacity: 0;
    -webkit-transform: translate3d(-20,0,0);
    -moz-transform: translate3d(-20,0,0);
    transform: translate3d(-20,0,0);
    -webkit-transition: -webkit-transform .5s .15s,opacity .1s .1s;
    -moz-transition: -moz-transform .5s .15s,opacity .1s .1s;
    transition: transform .5s .15s,opacity .1s .1s
}
.text-holder .text .des-holder {
    left: 0;
    position: absolute;
    top: 0;
    transition: all .5s ease 0s
}

@media only screen and (max-width: 1480px) {
    .text-holder .text .des-holder {
        top:-10px
    }
}

@media only screen and (max-width: 900px) {
    .text-holder .text .des-holder {
        top:0
    }
}

@media only screen and (max-width: 360px) {
    .text-holder .text .des-holder {
        top:-10px
    }
}

.text-holder .text .des-holder .btn {
    border: 2px solid #eee;
    border-radius: 40px;
    color: #fff;
    float: left;
    font-size: 22px;
    height: 52px;
    margin-right: 15px;
    padding: 10px;
    transition: all .3s ease-out 0s;
    width: 52px
}

.text-holder .text .des-holder a.btn:hover {
    background-color: #333;
    border: 2px solid #333;
    color: #fff;
    float: left;
    margin-right: 15px;
    padding: 10px;
    transition: all .3s ease-out 0s
}
.text-holder .text .des-holder a.btn:hover {
    background-color: #333;
    border: 2px solid #333;
    color: #fff;
    float: left;
    margin-right: 15px;
    padding: 10px;
    transition: all .3s ease-out 0s
}
/* --- About --- */
.about-column {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}
.about-column-inner {
	position: relative;
}
.about-column-inner .txt-box {
	max-width: 1440px;
	margin: 0 auto;
	padding: 12% 15px;
	overflow: hidden;
}

.about-column-inner .txt-box .textleft {
	max-width: 40%;
}
.about-column-inner .txt-box .textleft h3 {
	font-size: 2.5rem;
	font-weight: 600;
	color: #215CA0;
	padding: 0 0 20px;
}
.about-column-inner .txt-box .textleft p{
	font-size: 1.5rem;
	font-weight: 400;
	color: #333;
	line-height: 1.6;
}
.about-column-inner .txt-box .textright {
	max-width: 40%;
	float:right;
}
.about-column-inner .txt-box .textright h3{
	font-size: 2.5rem;
	font-weight: 600;
	color: #333;
	padding: 0 0 20px;
}
.about-column-inner .txt-box .textright p{
	font-size: 1.5rem;
	font-weight: 400;
	color: #333;
	line-height: 1.8;
}
.about-column-inner .txt-box-small {
	max-width: 1440px;
	margin: 0 auto;
	padding: 2% 0;
	overflow: hidden;
}
.about-column-inner .txt-box-small .textfull{
	overflow: hidden;
}
.about-column-inner .txt-box-small .textfull h3{
	font-size: 2rem;
	font-weight: 600;
	color: #333;
}
.about-column-inner .txt-box-small .textfull p{
	font-size: 1rem;
	font-weight: 400;
	color: #333;
	line-height: 1.8;
}
.text-white{
	color: #fff !important;
}
.imgleft {
	float: left;
	padding: 0 40px 0 0;
}
.imgright {
	float: right;
	padding: 0 0 0 40px;
}
.about-info {
	background-image: url('../upload/about-003.jpg');
	margin: 0 auto;
	position: relative;
	background-size: cover;
}
.about-info .about-info-inner {
	width: 1440px;
	margin: 0 auto;
	padding:7% 0;
}
.about-info-title {
	font-size: 36px;
	color: #ffffff;
	text-align: center;
	margin: 0 0 60px;
	position: relative;
}
.about-info-title::before {
	top: calc(100% + 5px);
	left: calc(50% - 33px);
	/* transform: translateX(-50%); */
	width: 65px;
	height: 2px;
	background-color: #215CA0;
	content: "";
	position: absolute;
}
.about-info-title2 {
	font-size: 1.5rem;
	color: #ffffff;
	text-align: center;
	margin: 0 0 60px;
	position: relative;
}
.about-01 {
    overflow: hidden;
	margin: 50px -20px;
}
.about-01-1 {
    float: left;
	padding: 0 20px;

	width: 33.33%;
}
.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;
}
.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 {
    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{
	margin: 0 -25px;
}
@media (max-width: 960px) {.contact{margin: 0;}}

.contact-left {
	float: left;
	width:50%;
	padding: 0 25px;
}
@media (max-width: 960px) {.contact-left{float: none;width:100%;padding: 0;}}

.contact-right {
	float: right;
	width:50%;
	padding: 0 25px;
}
@media (max-width: 960px) {.contact-right{float: none;width:100%;padding: 0;}}

.contact-map {
	margin: 30px 0;
	font-size:0.95rem;
}
@media (max-width: 960px) {.contact-map{margin: 0 0 30px 0;}}

.Contact-Topic {
  margin:15px 0;
}
.Contact-Topic h2 {
  color: #47973C;
  font-size: 24px;
  line-height: 24px;
  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;
}
.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;}}
.btn {
  font-size: 16px;
}
.icon-pdf {
  font-size: 15px;
  color:#ff0000;
}