/* ======================================================================================
   LG start
====================================================================================== */

body {
    font-family: "\5FAE\8EDF\6B63\9ED1\9AD4", "微軟正黑體", "Arial";
    font-size: 16px;
}

a {
    color: #444;
    transition: all 0.4s ease;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #8CA866;
}

#index_container,
#container {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}


/* ===============
   彈跳視窗
=============== */

.modal {
    padding: 0 !important;
    z-index: 3000;
}

.modal button.close {
    position: relative;
    z-index: 1500;
    padding: 0;
    margin-bottom: 10px;
    font-size: 35px;
}

.modal-content {
    border-radius: 0;
}

.modal-open {
    padding: 0 !important;
}


/* ==================================================
   color
================================================== */


/*全站文字顏色*/

body {
    color: #505050;
}


/*header 背景色預設主色系*/

#header-top {
    background-color: #0081d7;
}


/*主要色系*/

.base-color {
    color: #0081d7;
}


/*主要色系背景色*/

.base-color-bg {
    background-color: #0081d7;
}


/*主要色系邊框色*/

.base-color-border {
    border-color: #0081d7;
}


/*次要色系*/

.sec-color {
    color: #444;
}


/*次要色系背景色*/

.sec-color-bg {
    background-color: #444;
}


/*次要色系背景色的文字顏色*/

.sec-color-bg-text {
    color: #fff;
}


/*產品價格字體色*/

.price {
    color: #aaa;
}


/*內頁H1字體色*/

h1.page-header {
    color: #444;
    margin: 0 0 15px;
    padding: 80px 0 0;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    font-family: 'Play', sans-serif, "微軟正黑體";
    letter-spacing: 3px;
    border: none;
}


/* ==================================================
   all
================================================== */

.txtNormal {
    color: #505050;
    font-size: 15px;
    line-height: 25px;
    margin: 5px 0 15px;
}

.txtNormal h2 {
    color: #444;
    font-size: 32px;
    font-weight: bold;
    margin: 10px 0 20px;
    padding: 0 0 15px;
    border-bottom: 1px #ccc dotted;
    line-height: 28px;
}

.txtNormal h3 {
    color: #444;
    font-size: 28px;
    font-weight: bold;
    margin: 10px 0 15px;
    line-height: 28px;
}

.txtNormal h4 {
    color: #444;
    font-size: 24px;
    font-weight: bold;
    margin: 0px 0 10px;
    padding: 5px 0 5px 30px;
    display: inline-block;
    line-height: 30px;
    letter-spacing: 2px;
    position: relative;
}

.txtNormal h4:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(../images/index-title-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 15px;
    left: 0;
}

.txtNormal h5 {
    color: #505050;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 10px;
    padding-left: 20px;
    line-height: 25px;
    word-break: break-all;
    position: relative;
}

.txtNormal h5:before {
    font-family: FontAwesome;
    content: "\f187";
    color: #8ca866;
    font-size: 14px;
    left: 0px;
    position: absolute;
    font-weight: 100;
}

.txtNormal .index-icon-text {
    color: #505050;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 10px;
    padding-left: 0;
    line-height: 25px;
    word-break: break-all;
    position: relative;
}

.txtNormal .index-icon-text:before {
    content: none;
}


.txtNormal h6 {
    color: #fff;
    background-color: #0067B4;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 20px;
    line-height: 27px;
    padding: 5px 10px;
}

.txtNormal p {
    color: #505050;
    font-size: 15px;
    line-height: 25px;
    margin: 5px 0 15px;
}

.txtNormal strong {
    font-weight: bold;
    font-size: 15px;
}

.txtNormal ul {
    padding-left: 30px;
    margin: 0 0 20px;
    list-style: disc;
}

.txtNormal ol {
    padding-left: 10px;
    margin: 0 0 20px;
    list-style: inside decimal;
}

.txtNormal ul li,
.txtNormal ol li {
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 25px;
}

.txtNormal img {
    max-width: 100%;
}

.txtNormal a {
    color: #444;
}

.txtNormal a:hover,
.txtNormal a:focus,
.txtNormal a:active {
    color: #505050;
}

.txtNormal img {
    margin-bottom: 10px;
}

.txtNormal .img-responsive {
    margin: 0 auto;
}


.txtNormal .index-en-title {
    color: #0067B4;
    font-size: 6.5rem;
    line-height: 7rem;
    margin-top: 10px;
    margin-bottom: 35px;
    font-family: 'Corbel';
    font-weight: bold;
}

.table>tbody>tr>td {
    padding: 10px 15px;
    border: 1px solid #ddd;
}

.txtNormal table tr:first-child {
    background-color: #0067B4;
    color: #fff;
    word-wrap: break-word;
    white-space: nowrap;
}


h1,
h2,
h3,
h4,
h5 {
    font-family: 'Play', sans-serif, "微軟正黑體";
    margin-bottom: 20px;
}

h4,
h5,
h6 {
    margin-top: 0;
}

h2,
h3 {
    color: #444;
}

img {
    max-width: 100%
}

p {
    word-wrap: break-word;
    line-height: 28px;
}

.btn {
    display: inline-block;
    background-color: #8CA866;
    color: #fff !important;
    padding: 5px 36px;
    border: none;
    border-radius: 0;
    transition: all 0.4s ease;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
    background-color: #0067B4;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #0067B4;
    border-color: transparent;
}

.section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-LR-0 {
    padding-left: 0;
    padding-right: 0;
}

.margin-LR-0 {
    margin-left: 0;
    margin-right: 0;
}

#birthday.form-control {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
}


/* ===============
   超出字點點點
=============== */

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* ===============
   table
=============== */

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
}

.input-group {
    margin-bottom: 10px;
}

.star {
    color: #f47952;
}


/* ===============
   跑馬燈
=============== */

#lamp {
    color: #777;
    line-height: inherit !important;
    background: #e5e5e5;
    padding: 7px 0 3px;
}

#lamp .txtNormal {
    margin: 0;
}


/* ==================================================
   header
================================================== */

header {
    width: 100%;
    position: fixed;
    top: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1000;
}

#header {
    transition: all 0.5s ease;
}

#header-in {
    position: relative;
}

#blog_link {
    margin: 0;
}

#blog_link li {
    list-style: none;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0 -2px;
}

#blog_link li a {
    display: block;
}

#blog_link li a:hover {
    color: #fff;
    text-decoration: none;
}

#blog_link li a i {
    color: #0081d7;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 20px;
    transition: all 0.8s ease-in-out;
}

#blog_link li a:hover i,
#blog_link li a:focus i,
#blog_link li a:active i {
    color: #fff;
}

#blog_link li a .fa-facebook:hover {
    background: #3c5a9a;
    transition: all 0.4s ease;
    color: #fff;
}

#blog_link li a .fa-google-plus:hover {
    background: #df4b38;
    transition: all 0.4s ease;
    color: #fff;
}

#blog_link li a .fa-youtube:hover {
    background: #e01a2b;
    transition: all 0.4s ease;
    color: #fff;
}

#blog_link li a .fa-instagram:hover {
    background-color: #6a453b;
    transition: all 0.4s ease;
    color: #fff;
}

#nav-top-right {
    margin: 0;
}

#nav-top-right ul {
    text-align: right;
    padding: 14px 0 0;
    margin: 0;
}

#nav-top-right ul li {
    display: inline-block;
    float: none;
    margin: 0 -2px;
}

#nav-top-right ul li a {
    padding: 7px 12px 8px;
    display: block;
}

#nav-top-right ul li a:hover,
#nav-top-right ul li a:focus,
#nav-top-right ul li a:active {
    background-color: transparent;
    color: #fff;
}

#nav-top-right .dropdown-menu {
    border: 1px #ccc solid;
    border-radius: 0;
    left: inherit;
    right: 0;
    min-width: inherit;
}

#nav-top-right .dropdown-menu li {
    margin: 0;
    width: 100%;
    border-bottom: 1px #ddd dotted;
}

#nav-top-right .dropdown-menu li:last-child {
    border: none;
}

.dropdown-menu li {
    float: left;
    width: 100%;
    list-style-image: url(../images/aaa.png);
}

.dropdown-menu li a {
    width: 100%;
    display: inline-block;
}

#qsearch {}

#qsearch .btn {
    border-radius: 0;
    border: 1px #ccc solid;
    box-shadow: none;
    padding: 6px 15px;
    background-color: #0167b4;
}

#qsearch .btn:active,
#qsearch .btn:hover,
#qsearch .btn:focus {
    background-color: #8CA866;
}

#qsearch .form-control {
    border-radius: 0;
    border: 1px #ccc solid;
    width: 180px;
}

#qsearch .dropdown-menu {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    left: inherit;
    right: 0;
}

#qsearch .input-group {
    margin: 0;
}

#language_area {}

#language_area #dropdownMenu1 a {
    color: #505050;
}

#language_area ul {
    left: inherit;
    right: 0;
    min-width: inherit;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

#language_area ul li {}

#language_area ul li a {
    padding: 7px 15px;
    color: #505050;
}

#language_area ul li a:hover,
#language_area ul li a:focus,
#language_area ul li a:active {
    background-color: #0081d7;
    color: #fff;
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.8), 0 0 7px rgba(255, 255, 255, 0.8);
}

#language_area i.fa-language {
    font-size: 20px;
    line-height: 0;
    margin-right: 3px;
}

#member_area {
    float: left;
    padding: 6px 15px;
}

#nav-top-right li a i {
    color: #444;
}

#nav-top-right li a:active i,
#nav-top-right li a:hover i,
#nav-top-right li a:focus i {
    color: #8CA866;
}


/* ======================
   lamp
======================= */

#lamp.index_lamp {
    color: #505050;
    line-height: inherit !important;
    background: #e5e5e5;
}

#lamp.index_lamp marquee {
    padding-top: 5px;
    padding-bottom: 5px;
}

#lamp.index_lamp .txtNormal {
    margin-bottom: 0 !important;
}

#service-area {
    background: rgba(255, 255, 255, 0.7);
}

#company_logo {
    padding-right: 0;
}

#company_logo a {
    display: block;
}

#company_logo a img {
    padding-top: 7px;
    padding-bottom: 7px;
    width: 245px;
    height: 63px;
}


/* ======================
   nav
======================= */

#nav-top {
    background-color: #505050;
}

.navbar {
    margin: 0;
    /*border-bottom: 3px solid #58b530;*/
    background-color: #fff;
    border-radius: 0px;
}

.navbar-collapse {}

#mainnav-box {}

#nav {
    width: 100%;
}


#mainnav {
    border: none;
    padding: 0;
    margin: 12px 0 0;
    border-radius: 0;
    min-height: inherit;
    background: none;
}

#main_menu {
    text-align: right;
    padding-top: 10px;
    margin-right: 0px;
}

#main_menu li {
    /*display: inline-block;
    float: none;*/
}

#main_menu li a {
    color: #444;
    font-size: 15px;
    padding: 14px 15px 15px;
}



#main_menu li a:hover,
#main_menu li a:focus,
#main_menu li a:active {
    background: none;
    color: #8CA866;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-position: center bottom !important;
    color: #8CA866 !important;
    background: none;
}

#main_menu .dropdown-menu {
    min-width: inherit;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

#main_menu .dropdown-menu li {
    border-bottom: 1px solid #ddd;
}

#main_menu .dropdown-menu li a {
    display: block;
    color: #444 !important;
    padding: 10px 15px !important;
    border: none;
    float: left;
    width: 100%;
}

#main_menu .dropdown-menu li a:hover,
#main_menu .dropdown-menu li a:focus,
#main_menu .dropdown-menu li a:active {
    background-color: #0067B4 !important;
    color: #fff !important;
}

#main_menu .dropdown-menu li:last-child {
    border: none;
}


/* ======================
   置頂效果
======================= */

body.sticky-header {}

body.sticky-header #header {}

body.sticky-header header {}

body.sticky-header #header {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

body.sticky-header #LG-srearch-area {
    opacity: 0;
}

#index_container {
    padding-top: 62px;
}

body.sticky-header #index_container {}


/* ==================================================
   banner
================================================== */

#mainbanner {
    position: relative;
}

#mainbanner img {
    min-width: 100%;
}

.index-banner-title {
    padding: 10px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    left: inherit;
    right: inherit;
    bottom: inherit;
    top: 30%;
    width: 50%;
    text-transform: uppercase;
}

.index-banner-title .container {
    margin: auto;
}

.index-banner-title h1 {
    font-size: 3.5em;
    margin: 0 0 10px;
    color: #FFF;
    font-weight: bold;
}

.index-banner-title h2 {
    font-size: 2em;
    line-height: 1.2em;
    margin: 0;
    color: #FFF;
}

.index-banner-title h3 {
    font-size: 2em;
    line-height: 1.2em;
    margin: 0;
    color: #FFF;
}

.index-banner-title p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 26px;
}

.carousel-control {
    width: 9%;
}

.in-banner {
    margin-bottom: 0;
}

.in-banner-title {
    color: #0081d7;
    left: 15%;
    top: 25%;
    bottom: inherit;
    position: absolute;
    text-align: center;
}

.in-banner-title h2 {
    font-family: 'Play', sans-serif, "微軟正黑體";
    font-weight: bold;
    color: #444;
}

.in-banner-title h2 {
    font-family: 'Play', sans-serif, "微軟正黑體";
    font-weight: bold;
    margin-top: 0;
}

.in-banner-title p {
    color: #999;
    font-size: 20px;
    line-height: 26px;
}

.carousel-indicators li {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 500px;
    display: inline-block;
    height: 16px;
    width: 16px;
    border: 2px #aaa solid;
    margin: 0 3px;
}

.carousel-indicators .active {
    border: 2px solid #fff;
    background-color: #0081d7;
    box-shadow: 0 0 0 1px #444;
    height: 16px;
    width: 16px;
}

.owl-nav {
    margin: 0;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 45%;
    background: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    font-size: 30px !important;
    display: block !important;
    padding: 5px 15px !important;
    opacity: 1;
}

.owl-prev {
    left: -30px;
}

.owl-next {
    right: -15px;
}

.owl-prev:before {
    content: "";
    background-color: #0067B4;
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    width: 13px;
    height: 16px;
    position: absolute;
}

.owl-next:before {
    content: "";
    background-color: #0067B4;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 13px;
    height: 16px;
    position: absolute;
}

.owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.owl-dots .owl-dot {}

.owl-dots .owl-dot span {
    background: #c9c9c9;
    border-radius: 500px;
    display: inline-block;
    height: 12px;
    width: 12px;
    border: none;
    margin: 0 6px;
}

.owl-dots .owl-dot.active span {
    background-color: #8CA866;
    border: none;
    box-shadow: none;
    height: 12px;
    width: 12px;
}


/* ==================================================
   footer
================================================== */

#footer-banner {
    height: 500px;
    text-align: center;
}

#footer-banner .in {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 56%, rgba(255, 255, 255, 0.85) 99%);
    height: 500px;
    padding: 10% 2% 2%;
}

#footer-banner h2 {
    font-size: 350%;
    font-family: 'Lora', "微軟正黑體";
    font-style: italic;
    margin: 0.83em 0 0.2em;
}

#footer-banner p {
    text-align: center;
    font-size: 110%;
    color: #848789;
    font-weight: 300;
    word-spacing: 2px;
    line-height: 1.8em;
    margin: 0 0 15px;
}

#footer {
    padding: 120px 0 100px;
    overflow: hidden;
    background: #f4f5f7;
}

.ftbar,
#footer_follow,
#cominfo,
#googlemap,
#footer-logo-icons {
    border-right-width: 1px;
    border-right-color: #ddd;
    border-right-style: solid;
    min-height: 200px;
}


/*頁尾電子型錄*/

.ftbar {}

.ftbar img {
    height: 200px;
}

#cominfo {}

#cominfo h4 {
    color: #444;
    font-weight: bold;
    font-size: 21px;
}

#cominfo ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#cominfo ul li {
    color: #fff;
}

#cominfo ul li a {
    padding: 5px 0;
    font-size: 14px;
    display: block;
    color: #555;
}

#cominfo ul li a i {
    margin-right: 5px;
    color: #8ca866;
}

#cominfo ul li a:hover,
#cominfo ul li a:focus,
#cominfo ul li a:active {
    background: none;
    color: #0067B4;
}

#footer_bottom {
    background: #b2b2b536;
    padding-top: 18px;
    padding-bottom: 18px;
}

#footernav {
    display: none;
}

#footer-right {
    text-align: right;
}

#footer_logo {
    margin-bottom: 30px;
    text-align: center;
}

#footer_logo img {
    width: 225px;
}

#footer_link {
    padding: 12px 0;
    background-color: #f4f5f7;
    /*border-top: 1px solid #53ac31;*/
}

#footer_link ul {
    text-align: center;
    padding: 0;
    margin: 0;
}

#footer_link ul li {
    display: inline-block;
    margin: 0 3px;
    color: #888;
    padding: 0;
}

#footer_link ul li.copyright {
    margin: 0 0 5px 3px;
    width: 100%;
}

#footer_link ul li a {
    display: block;
    padding: 0;
    color: #a7a7a7;
    font-size: 10px;
}

#footer_link ul li a:hover,
#footer_link ul li a:focus,
#footer_link ul li a:active {
    background: none;
    color: #0067B4;
}


/* ==================================================
   index
================================================== */


/*首頁通用設定*/

.gray-bg {
    background-color: #f4f5f7;
}

.title a {
    letter-spacing: 5px;
}

.index-en-title {
    color: #0067B4;
    font-size: 9rem;
    line-height: 9rem;
    margin-bottom: 35px;
    font-family: 'Corbel';
    font-weight: bold;
}

.index-icon-title {
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 4px;
}

.index-icon-title a {
    padding-left: 35px;
    position: relative;
}

.index-icon-title a:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url(../images/index-title-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.index-icon-text {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.6rem;
    letter-spacing: 2px;
}


/*首頁通用按鈕*/

.more-box a {}

.more-box a:hover,
.more-box a:focus,
.more-box a:active {}


/* ======================
   index Heavy duty
======================= */

#index_Heavy-duty {
    padding-top: 120px;
    padding-bottom: 120px;
}


.index-Heavy-duty-bg {
    background: url("/proimage/banner/2020/1598604421.jpg") 50% 0 no-repeat fixed;
}

/* ======================
   index green
======================= */

#index_green_p {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 6px;
    padding-top: 200px;
    padding-bottom: 120px;
    color: #000;
}


/* ======================
   index company
======================= */

#index_company_in {
    padding-top: 150px;
    padding-bottom: 150px;
}

#index_company .company-text-box {
    color: #505050;
    margin: 15px 0 60px;
}

.index-company-bg {
    background: url("/proimage/banner/2020/1598861405.jpg") 50% 0 no-repeat fixed;
}


/* ======================
   index product
======================= */

#index-product {
    display: none;
}


/* ======================
   index procate
======================= */

#index-procate {
    margin: 0 auto;
    padding: 0;
    background-color: #f4f5f7;
}

#index-procate>.container-fluid {
    padding: 0;
    width: 94%;
}

#index-procate>.container-fluid>.row {
    margin: 0;
}

#index-procate #in-block {
    position: relative;
    padding: 0;
}

#index-procate .down {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e6e6e6+0,ffffff+50,ffffff+100 */
    background: rgb(230, 230, 230);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    margin: 0 7px;
}

#index-procate .in-block {
    padding-left: 0;
    padding-right: 0;
    float: left;
    position: relative;
}

#index-procate .down a {
    display: block;
}

#index-procate .down a:hover {
    background-color: #fff;
}

#index-procate .up {
    margin-top: 15px;
    padding: 7% 10%;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

#index-procate .up h4 {
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: bold;
}

#index-procate .up h4 a {
    color: #444444;
    letter-spacing: 5px;
    font-size: 3.5rem;
    font-weight: 600;
}

#index-procate .up h4 a:hover,
#index-procate .up h4 a:focus,
#index-procate .up h4 a:active {
    color: #8CA866;
}

#index-procate .up p {
    font-size: 18px;
    line-height: 26px;
    color: #505050;
    margin-bottom: 26px;
}

#index-procate figure.effect-ming img {
    padding: 0;
}

#index-procate .btn {
    color: #8CA866 !important;
    background-color: transparent;
    font-size: 18px;
    padding: 0px 15px;
    border: none;
    box-shadow: none;
    border-left: 2px solid #8CA866;
}

#index-procate .btn:active,
#index-procate .btn:hover,
#index-procate .btn:focus {
    color: #0067B4 !important;
    background-color: transparent;
    border-left: 2px solid #0067B4;
}


/* ======================
   index service
======================= */

#index-service {
    background-color: #f4f5f7;
    position: relative;
    padding-top: 120px;
}

#index-service:before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #fff;
    height: 50%;
    top: 55%;
    transform: translateY(-45%);
}

#index-service #owl-service.owl-carousel {
    clear: both;
    margin-bottom: 50px;
}

#index-service .img-box {
    padding: 0 5%;
}

#index-service .text-box {
    padding-top: 10%;
    max-width: 395px;
}

#index-service .text-box h4 {
    font-size: 4rem;
    line-height: 4rem;
    letter-spacing: 5px;
}

#index-service .service-text {
    margin-bottom: 30%;
}

#index-service .btn {
    color: #8CA866 !important;
    background-color: transparent;
    font-size: 18px;
    padding: 0px 15px;
    border: none;
    box-shadow: none;
    border-left: 2px solid #8CA866;
}

#index-service .btn:active,
#index-service .btn:hover,
#index-service .btn:focus {
    color: #0067B4 !important;
    background-color: transparent;
    border-left: 2px solid #0067B4;
}


/* ==================================================
   index-advantage
================================================== */

#index-advantage {
    background-color: #f4f5f7;
    padding-top: 120px;
    padding-bottom: 120px;
}

#index-advantage #owl-advantage.owl-carousel {
    clear: both;
    margin-bottom: 50px;
}

@media screen and (max-width:575px){
    #index-advantage #owl-advantage.owl-carousel {
       display: block!important;
    }
}


#index-advantage #owl-advantage.owl-carousel .advantage-box {
    padding: 25px;
    margin: 20px;
    border: 1px solid #ddd;
    background-color: #f6f7f8;
}


#index-advantage #owl-advantage.owl-carousel  .icon-box {
    padding: 0 35px;
    margin-bottom: 20px;
}
@media screen and (max-width:575px) {
    #index-advantage #owl-advantage.owl-carousel .advantage-box {
        animation-delay: 0.3s;
        display: flex;
        align-items: center;
        padding: 0 20px;
    }
    #index-advantage #owl-advantage.owl-carousel  .icon-box {
        padding: 0 0px;
        margin-bottom: 0px;
        width: clac(40% - 20px);
        margin-top: -15px;
        margin-bottom: -15px;
    }
    #index-advantage #owl-advantage.owl-carousel  .index-icon-text {
        width: 60%;
        text-align: center;
    }
    .threeicon {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .threeicon img{
        width: 40%;
    }
    .threeicon h5{
        width: 60%;
        margin-bottom: 0px;
    }
    div#index_company_in>.row .in-block .row {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }
}

#index-advantage #owl-advantage.owl-carousel  img {
    width: 100%;
    margin: auto;
}

#index-advantage .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
}


/* ==================================================
   index 滾動視差
================================================== */

#index_company {
    margin: 0 auto;
    padding: 0;
}


/* ==================================================
   in page
================================================== */

#in-container {
    padding-bottom: 80px !important;
}

#in-container-row {
    margin-top: -50px;
    position: relative;
    z-index: 10;
    background: #fff;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.15);
}

.breadcrumb {
    margin-left: 0;
    margin-right: 0;
    background: none;
    text-align: center;
    margin-bottom: 30px;
    clear: both;
}

.breadcrumb li {
    font-size: 13px;
    color: #777;
    z-index: 15;
    position: relative;
}

.breadcrumb li a {
    color: #777;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus,
.breadcrumb li a:active {
    color: #8CA866;
}


/* ======================
   sidebar
======================= */

#sidebar {
    padding-top: 60px;
}

#sidebar {}

#sidebar ul {
    padding: 0;
    margin: 0;
}

#sidebar ul li {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 0 4px;
}

#sidebar ul li a {
    position: relative;
    display: block;
    padding: 10px 0 10px 40px;
    font-size: 17px;
    color: #757575;
    letter-spacing: .075em;
}

#sidebar ul li a:hover,
#sidebar ul li a:focus,
#sidebar ul li a:active {
    padding-left: 70px;
    color: #fff;
}

#sidebar ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
    width: 28px;
    height: 2px;
    background-color: #b3d388;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#sidebar ul li a:hover:before {
    width: 55px;
    background-color: #fff;
}

#sidebar ul li a:after {
    content: "";
    display: block;
    width: 300px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 150%;
    background-color: #0067B4;
    transition: all 0.4s ease;
    z-index: -1;
}

#sidebar ul li a:hover:after,
#sidebar ul li a:focus:after,
#sidebar ul li a:active:after {
    top: 0;
}

#sidebar ul li ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#sidebar ul li ul li {
    margin: 0;
    background-color: #ccc;
}

#sidebar ul li ul li a {
    padding: 12px 15px;
    display: block;
    font-size: 13px;
}

#sidebar ul li ul li a:hover,
#sidebar ul li ul li a:focus,
#sidebar ul li ul li a:active {
    background-color: #0081d7
}

#sidebar ul li ul li a:after {
    content: none;
}


/* ======================
   in news
======================= */

#in_msg_type {
    padding: 0;
    list-style: none;
}

#in_msg_type p {
    display: block;
}

#in_msg_type .border {
    border: solid #ccc thin;
    padding: 5px;
}

#in_msg_type.A-type {}

#in_msg_type.A-type li {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ddd;
}

#in_msg_type.A-type .newsTitle {}

#in_msg_type.A-type .newsTitle a {
    font-size: 25px;
    color: #8CA866;
}

#in_msg_type.A-type .newsTitle a:hover,
#in_msg_type.A-type .newsTitle a:active,
#in_msg_type.A-type .newsTitle a:focus {
    color: #0081d7;
}

#in_msg_type.A-type .newsTitle a small {
    font-size: 17px;
    font-weight: normal;
    color: #aaa;
    display: block;
    margin-top: 10px;
}

#in_msg_type.A-type .newsTitle a:hover small,
#in_msg_type.A-type .newsTitle a:focus small,
#in_msg_type.A-type .newsTitle a:active small {
    color: #444;
}

#in_msg_type.A-type .newsTitle .msg_date {
    float: right;
    font-size: 14px;
    padding-top: 12px;
    color: #b2b2b2;
}

#in_msg_type.A-type .newsTitle .msg_date i {
    color: #0067B4;
}

#in_msg_type.B-type {}

#in_msg_type.B-type li {
    margin-bottom: 45px;
}

#in_msg_type.B-type .msg_date {
    color: #777;
    margin: 15px 0 0;
    display: inline-block;
}

#in_msg_type.B-type p {
    margin-bottom: 10px;
}

#in_msg_type.B-type li:nth-child(3n+1) {
    clear: both;
}

#in_msg_type.B-type h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
}

#in_msg_type.B-type .news-img {
    text-align: center;
    margin-bottom: 15px;
}

#in_msg_type.B-type .news-img img {
    border: 1px #ddd solid;
    width: 100%;
    margin: 0 auto;
}

#in_msg_type.B-type .more-box {
    text-align: left;
    padding-left: 0;
}

#in_msg_type.prolist-C-type {
    margin-left: -7px;
    margin-right: -7px;
}

#in_msg_type.prolist-C-type li {
    margin-bottom: 30px;
    padding-left: 7px;
    padding-right: 7px;
    position: relative;
}

#in_msg_type.prolist-C-type li h4 {
    font-weight: bold;
}

#in_msg_type.prolist-C-type li img {
    transition: all 0.4s ease;
}

#in_msg_type.prolist-C-type li:hover img {
    opacity: 0.15;
}

#in_msg_type.prolist-C-type li .in-block {
    padding: 10px 10px;
    transition: all 0.4s ease;
    position: relative;
    border-color: #ddd;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
}

#in_msg_type.prolist-C-type li:hover .in-block {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#in_msg_type.prolist-C-type li .in-block:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 1px;
    /*
	width: 100%;
	height: 100%;
	*/
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    z-index: 1;
    opacity: 0;
    transform: scaleX(1);
    transition: all 0.4s ease;
}

#in_msg_type.prolist-C-type li:hover .in-block:before {
    transform: scaleX(-1);
    border-color: #444;
    opacity: 1;
}

#in_msg_type.prolist-C-type li .des {
    position: absolute;
    top: -100px;
    opacity: 0;
    transition: all 0.6s ease;
    width: 85%;
    left: 7.5%;
    right: 7.5%;
    text-align: center;
}

#in_msg_type.prolist-C-type li:hover .des {
    top: 15%;
    opacity: 1;
}

#in_msg_type.prolist-C-type li .input-group-addon {
    background: none;
    border-radius: 0;
}

#in_msg_type.prolist-C-type li .form-control {
    border-radius: 0;
}

#in_msg_type.prolist-C-type li .textmsg,
#in_msg_type.prolist-C-type li .inside-msg-more {
    position: inherit;
    z-index: 5;
}

#in_msg_type.prolist-C-type li:nth-child(3n+1) {
    clear: both;
}

#in_msg_type.prolist-C-type .msg_date {
    color: #777;
    margin: 5px 0 0;
    display: block;
}

#in_msg_type.procate-C-type li {
    margin-bottom: 30px;
}

#in_msg_type.procate-C-type .news-img {
    margin-bottom: 15px;
}

#in_msg_type.procate-C-type .news-img img {
    border: 1px solid #ddd;
}

#in_msg_type.procate-C-type li:nth-child(3n+1) {
    clear: both;
}

#in_msg_type.procate-C-type li .newsTitle {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}

#in_msg_type.procate-C-type li .textmsg p {
    line-height: 22px;
}

#in_msg_type.D-type {}

#in_msg_type.D-type li {
    margin-bottom: 45px;
}

#in_msg_type.D-type .msg_date {
    color: #777;
    margin: 5px 0 10px;
    display: inline-block;
}

.view_cart .input-group-addon {
    border-radius: 0px;
}


/* ======================
   in pages
======================= */

.pages {
    text-align: center;
}

.pagination {
    width: 100%;
    text-align: center;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    color: #555;
    border: none;
    transition: all 0.2s ease-out 0s;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li a:active {
    background: transparent;
    color: #8CA866;
}


/* ===============
   in FAQ
=============== */

.faq_container {}

.faq_container .panel-heading {
    border-radius: 0;
    background-color: #ededed;
    padding: 0;
    transition: all 0.5s ease;
}

.faq_container .panel-heading:hover,
.faq_container .panel-heading:focus,
.faq_container .panel-heading:active {
    background-color: #444;
}

.faq_container #qa_in {
    border-radius: 0;
    background: none;
}

.faq_container #qa_in a {
    display: block;
    color: #fff;
    background-color: #444;
    padding: 15px 15px;
    transition: all 0.5s ease;
}

.faq_container #qa_in a:hover,
.faq_container #qa_in a:focus,
.faq_container #qa_in a:active {
    background-color: #0081d7;
    color: #fff;
}

.qa_type {
    margin: 0 15px;
}

.qa_type li {
    padding-left: 0;
    padding-right: 0;
}

.panel-title a {
    display: block;
    padding: 15px;
}

.panel-default {
    border-color: #ddd;
    border-radius: 0;
    box-shadow: none;
    border: solid #ddd thin;
}

.panel-title a {
    display: block;
    padding: 15px;
    background-color: #444;
    color: #fff;
}

.panel-title a:hover,
.panel-title a:focus,
.panel-title a:active {
    background-color: #0081d7;
}


/* ======================
   in sitemap
======================= */

.container_site-map .txtNormal {}

.container_site-map .txtNormal ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.container_site-map .txtNormal ul li {
    margin: 0;
    text-align: center;
    width: 31.33%;
    margin: 0 0.8% 30px;
    display: inline-table;
    background-color: #8CA866;
}

.container_site-map .txtNormal ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 12px 15px;
    font-weight: bold;
    font-size: 17px;
}

.container_site-map .txtNormal ul a:hover,
.container_site-map .txtNormal ul a:focus {
    text-decoration: none;
    background-color: #0067B4;
    color: #fff !important;
}

.container_site-map .txtNormal ul li ul {
    margin: 0;
}

.container_site-map .txtNormal ul li ul li {
    width: 100%;
    margin: 0;
}

.container_site-map .txtNormal ul li ul li a {
    font-size: 15px;
    font-weight: normal;
    color: #444;
    background-color: #F4F5F6;
    border-bottom-width: 1px !important;
    border-bottom-color: #fff !important;
    border-bottom-style: solid !important;
}

.container_site-map .txtNormal ul li ul li:last-child a {
    border-bottom: none;
}


/* ======================
   in product
======================= */

.pro-cate-des {
    padding-bottom: 20px;
}

#photo-show {
    margin-bottom: 30px;
}

#photo-show iframe {
    width: 100%;
}

#pdf-download {}

#pdf-download ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

#pdf-download ul li {}

#pdf-download ul li a {
    color: #444;
    background: none;
    display: block;
    border-color: #444;
}

#pdf-download ul li a:hover,
#pdf-download ul li a:focus,
#pdf-download ul li a:active {
    background-color: #444;
    color: #fff;
}

#pdf-download ul li a p {
    margin: 0 !important;
}

#pdf-download ul li a:hover p,
#pdf-download ul li a:focus p,
#pdf-download ul li a:active p {
    color: #fff;
}

#pro-des {
    color: #505050;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 15px;
}

#pro-des h2 {
    margin: 0 0 15px;
    font-size: 23px;
    font-weight: bold;
}

#pro-des .input-group-addon,
#pro-des .form-control {
    background: none;
    border-radius: 0;
}

#pro-des .add-cart {
    text-align: right;
}

.pgwSlideshow .ps-current ul li img {
    max-width: inherit !important;
    padding: inherit !important;
    border: none !important;
}

#product-tabs {}

#product-tabs #myTab {
    border-bottom: none;
    margin-bottom: 10px;
}

.nav>li>a {
    border-radius: 0;
    border-color: #ccc;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: 1px solid #ccc;
    border-bottom-color: transparent;
    border-radius: 0;
    background-color: #aaa;
    color: #fff;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: #0067B4;
    color: #fff;
}


/* ======================
   in cart
======================= */

.cart_stepBox {
    width: 100%;
    display: table
}

.cart_stepBox li {
    width: 1%;
    display: table-cell
}

.cart_stepBox li .wrp {
    padding: 6px 0 6px 25px;
    display: block;
    position: relative
}

.cart_stepBox li,
.cart_stepBox li:hover {
    background: #eee
}

.cart_stepBox li .arr {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 16px;
    position: absolute;
    right: -16px;
    top: 0
}

.cart_stepBox li:nth-child(1) .arr {
    border-color: transparent transparent transparent #ccc
}

.cart_stepBox li:nth-child(1) {
    background: #ccc
}

.cart_stepBox li:nth-child(2) .arr {
    border-color: transparent transparent transparent #bbb
}

.cart_stepBox li:nth-child(2) {
    background: #bbb
}

.cart_stepBox li.active {
    background: #666;
    color: #fff;
}

.cart_stepBox li.active .arr {
    border-color: transparent transparent transparent #666
}


/*購物車more-box*/

.cart_view_morebox {
    padding-top: 30px;
}

.order-table-img img {
    width: 100%;
}

.alert-success {
    background-color: #B3D388;
    border-color: #fff;
    color: #555;
    border-radius: 0;
}

.alert-success .alert-link {
    color: #444;
}

.alert-success .close {
    color: #fff;
}

.step-box {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px #ccc dotted;
}

.checked-box {
    margin-right: 10px;
}


/* ===============
   in download
=============== */

.download_container .txtNormal {
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
}

.in_download_type ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.in_download_type ul li {
    margin-bottom: 20px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    border-bottom-style: dotted;
}

.in_download_type ul li h3 {
    color: #000;
}

.in_download_type .more-box {
    text-align: right;
}

#in_download_type.A-type {}

#in_download_type.A-type h4 {
    display: inline-block;
    margin: 0;
}

#in_download_type.A-type h4:before {
    font-family: FontAwesome;
    content: "\f1c1";
    margin-right: 10px;
    color: #000;
}

#in_download_type.B-type {}

#in_download_type.B-type #in-block {
    margin-bottom: 25px;
}

#in_download_type.B-type .btn {
    display: block !important;
}

#in_download_type.B-type .textmsg {
    padding-left: 0;
}

#in_download_type.B-type p.files_description {
    margin-top: 0 !important;
}

#in_download_type.C-type {}

#in_download_type.C-type h4 {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 5px;
    margin: 0;
    background: rgba(0, 0, 0, 0.3);
}

#in_download_type.C-type li {
    margin-bottom: 25px;
}

#in_download_type.C-type .btn {
    display: block;
    text-align: center;
    border-radius: 0;
    display: block !important;
}

#in_download_type.D-type li {
    margin-bottom: 25px;
}

.zone {
    margin-bottom: 30px;
}

.zone #inside_tent>div {
    margin-bottom: 15px;
}

.zone #in-block {
    margin-bottom: 20px;
}


/* ======================
   in contact
======================= */

.contact-code {
    max-width: 100%;
    margin-top: 15px;
    width: inherit !important;
}

#vcode .form-control {
    /*width:70%;*/
    display: inline-block;
    vertical-align: top;
}

.form-control {
    border-radius: 0px;
}


/*.vcode {
    display: flex;
}

.vcode img {
    width: auto;
    margin: 0 0 0 10px;
    height: 34px;
    border: none;
    box-shadow: none;
    padding: 0;
}*/

#contact-box .vcode {
    display: flex;
}

#contact-box img.captcha {
    width: auto;
    margin: 0 0 0 10px;
    height: 34px;
    border: none;
    box-shadow: none;
    padding: 0;
}

#contact-box .section-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}


/* ======================
   in member
======================= */

#content.member-content {
    padding-top: 0;
}

.member-box {}

.member-box .input-group {
    margin: 15px 0;
}

.member-box .input-group-addon {
    background: none;
    border-radius: 0;
}

.member-box .input-group.vcode {
    margin-bottom: 20px;
}

.member-box .vcode-img {}

.member-forget {}

.member-forget .modal-content {
    box-shadow: none;
    background: none;
    border: none;
    border-radius: 0;
}

.member-sex {
    padding: 5px 15px 0;
    background: #fff;
    border: 1px #ccc solid;
}

.member-sex label {
    margin-left: 5px;
    margin-right: 5px;
}

.member-info-mail {}

.member-info-word {
    padding: 6px 15px;
    border: 1px #ccc solid;
    background: #fff;
    width: 100%;
}

.vcode-img img {
    max-width: none;
    cursor: pointer;
}


/* ======================
   in FAQ
======================= */

#qa_in {
    border-radius: 0;
}

#qa_in .panel-heading {
    padding: 0;
}

#qa_in h3 {
    margin: 0;
}

#qa_in h3 a {
    display: block;
    padding: 10px 15px;
}

#qa_in h3 a:hover,
#qa_in h3 a:focus,
#qa_in h3 a:active {
    background-color: #0081d7;
    color: #fff;
}

.container_other #page-header h1 {
    margin-top: 55px;
    text-shadow: none;
    color: #505050;
}

.container_other #lamp marquee {
    padding-top: 15px;
}

.container_other .breadcrumb li {
    color: #777;
}

.container_other .breadcrumb li a {
    color: #777;
}

.container_other .breadcrumb li a:hover,
.container_other .breadcrumb li a:focus,
.container_other .breadcrumb li a:active {
    color: #0081d7;
}

.container_product_class .msg_date,
.container_product_list .msg_date {
    display: none !important;
}

.container_service_list .txtNormal {
    margin-bottom: 50px;
}


/* ======================
   in SEARCH
======================= */

.container_serch h3 {
    color: #0067B4;
}

.container_serch h3:active,
.container_serch h3:hover,
.container_serch h3:focus {
    color: #8CA866;
}


/* ==================================================
   LG版 尺寸微調
================================================== */

@media (min-width:1680px) and (max-width:1800px) {
    #index-service .service-text {
        margin-bottom: 20%;
    }
}

@media (min-width:1501px) and (max-width:1679px) {
    #index-service .service-text {
        margin-bottom: 10%;
    }
}

@media (min-width:1201px) and (max-width:1500px) {
    /*index Heavy-duty*/
    .Heavy-duty-box {
        padding-left: 65px;
    }
    /*index-procate*/
    #index-procate .up h4 a {
        letter-spacing: 2px;
        font-size: 3rem;
    }
    #index-procate .up p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    #index-procate .up {
        margin-top: 0;
    }
    #index-procate .btn {
        font-size: 16px;
    }
    /*index service*/
    #index-service:before {
        top: 58%;
        transform: translateY(-42%);
    }
    #index-service .text-box {
        padding-top: 10%;
    }
    #index-service .text-box h4 {
        font-size: 3rem;
        line-height: 4rem;
        letter-spacing: 3px;
    }
    #index-service .service-text {
        margin-bottom: 8%;
    }
    .owl-dots {
        bottom: -40px;
    }
    /*index company*/
    #index_company_in {
        padding-left: 65px;
        padding-right: 65px;
    }
}

@media (min-width:1201px) and (max-width:1400px) {
    #index-service .img-box {
        padding: 0%;
    }
    #index-service .text-box {
        padding-top: 10%;
        padding-left: 25px;
        max-width: 260px;
    }
}


/* ======================================================================================
   MD版 start
====================================================================================== */

@media (min-width:992px) and (max-width:1200px) {
    /* ==================================================
    header
    ================================================== */
    #main_menu li a {
        padding: 14px 5px 15px;
    }
    /* ==================================================
    index
    ================================================== */
    .index-en-title {
        margin-bottom: 20px;
    }
    /*index procate*/
    #index-procate .up {
        margin-top: 0px;
    }
    #index-procate .down {
        padding-top: 60px;
    }
    #index-procate .btn {
        font-size: 15px;
    }
    #index-procate .up h4 a {
        color: #444444;
        letter-spacing: 5px;
        font-size: 2.5rem;
        font-weight: 600;
    }
    #index-procate .up p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    /*index advantage*/
    #index-advantage #owl-advantage.owl-carousel .advantage-box {
        padding: 10px;
    }
    .index-icon-text {
        font-size: 1.6rem;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }
    /*index green*/
    #index_green_p {
        font-size: 2rem;
        padding-top: 140px;
        padding-bottom: 80px;
    }
    /*index company*/
    #index_company .company-text-box {
        margin: 20px 0 35px;
    }
    /*index service*/
    #index-service:before {
        height: 50%;
        top: 57%;
        transform: translateY(-43%);
    }
    #index-service .img-box {
        padding: 0;
    }
    #index-service .text-box {
        max-width: 335px;
        padding-top: 15%;
        padding-left: 50px;
    }
    #index-service .text-box h4 {
        font-size: 3rem;
        line-height: 3rem;
        letter-spacing: 2px;
    }
    #index-service .service-text {
        margin-bottom: 25%;
        font-size: 15px;
    }
    .owl-dots {
        bottom: -40px;
    }
    /* ==================================================
    banner
    ================================================== */
    .index-banner-title {
        top: 33%;
    }
    .index-banner-title h1 {
        font-size: 4em;
    }
    .in-banner-title {
        top: 22%;
    }
    /* ==================================================
    in-page
    ================================================== */
    #in_msg_type.C-type li:hover .des {
        top: 10%;
    }
    #index_company {
        background-position: 55% !important;
    }
}


/* ======================================================================================
   MD版 微調
====================================================================================== */

@media (min-width:1170px) and (max-width:1200px) {
    #index-service .text-box {
        max-width: 265px;
        padding-top: 8%;
        padding-left: 20px;
    }
    #index-service .text-box h4 {
        font-size: 2.5rem;
        line-height: 3rem;
        letter-spacing: 2px;
    }
    #index-service .service-text {
        margin-bottom: 10%;
        font-size: 15px;
    }
    #index-service .btn {
        font-size: 16px;
    }
}

@media (min-width:992px) and (max-width:1170px) {
    #index-advantage #owl-advantage.owl-carousel .advantage-box {
        padding: 30px;
    }
}


/* ======================================================================================
   SM版 start
====================================================================================== */

@media (min-width:768px) and (max-width:991px) {
    body {
        font-size: 15px;
    }
    p {
        line-height: 22px;
    }
    #index_container {
        padding-top: 57px;
    }
    /* ==================================================
    header
    ================================================== */
    body.sticky-header #header {
        margin-top: 0;
    }
    #language_area {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    #qsearch {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    #company_logo a {
        display: inline-block;
    }
    #company_logo a img {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .cart-sm-xs a {}
    .cart-sm-xs a:hover,
    .cart-sm-xs a:focus,
    .cart-sm-xs a:active {
        color: #fff;
    }
    /* ======================
    nav
    ======================= */
    #nav,
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    #nav-xs-bt {
        position: absolute;
        right: 0;
        top: 10px;
    }
    #nav-xs-bt button {
        border: none;
        background: none;
        color: #444;
        font-size: 30px;
        z-index: 15;
        margin-top: -4px;
        padding: 0 15px;
    }
    #mainnav {
        margin: 0;
    }
    #mainnav-box {
        margin-top: -75px;
        padding-left: 0;
        padding-right: 0;
    }
    #mainnav-box .navbar-toggle {
        background: none;
        padding: 0;
        color: #ccc;
        font-size: 35px;
        position: relative;
        z-index: 10;
        margin-top: 12px;
        margin-bottom: 12px;
        margin-right: 15px;
    }
    #mainnav-box .navbar-toggle:hover,
    #mainnav-box .navbar-toggle:focus,
    #mainnav-box .navbar-toggle:active {
        color: #fff;
    }
    #mainnav-box .navbar-collapse.in {
        padding-left: 0;
        padding-right: 0;
    }
    #main_menu {
        padding: 0;
        margin: 0;
        border-top: 1px #626262 solid;
        width: 100%;
    }
    #main_menu li {
        width: 100%;
        display: block;
        border-bottom: 1px #626262 solid;
    }
    #main_menu li a {
        padding: 17px 15px !important;
        background: none;
        text-align: center;
        font-size: 16px !important;
        color: #fff;
        border: none;
    }
    #main_menu li a:hover,
    #main_menu li a:focus,
    #main_menu li a:active {
        background-color: rgba(0, 0, 0, 0.2);
    }
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: rgba(0, 0, 0, 0.2) !important;
    }
    #mainnav .dropdown-menu {
        background-color: rgba(0, 0, 0, 0.2);
    }
    #mainnav .dropdown-menu li {
        border-bottom: 1px #626262 solid !important;
        color: #fff;
        text-align: center;
    }
    #mainnav .dropdown-menu li:last-child {
        border-bottom: none !important;
    }
    #mainnav .dropdown-menu li a {
        padding: 17px 15px !important;
        color: #fff !important;
    }
    #mainnav .dropdown-menu li a:hover,
    #mainnav .dropdown-menu li a:focus,
    #mainnav .dropdown-menu li a:active {
        background-color: rgba(0, 0, 0, 0.4) !important;
        color: #fff !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #nav-top-right ul {
        padding: 0;
    }
    /* ======================
    側開選單
    ======================= */
    .sb-slidebar {
        background-color: #444;
    }
    /* ======================
    search
    ======================= */
    .qsearch-sm-xs {
        padding: 15px 15px;
    }
    .qsearch-sm-xs .input-group {
        margin: 0;
    }
    .qsearch-sm-xs .btn {
        padding: 6px 15px;
    }
    /* ======================
    blog link
    ======================= */
    #blog_link {
        text-align: center;
    }
    #blog_link li {
        margin: 10px 5px;
    }
    #blog_link li a {}
    #blog_link li a i {
        color: #fff !important;
    }
    /* ======================
    cart
    ======================= */
    .cart-sm-xs {
        text-align: center;
        background-color: rgba(0, 0, 0, 0.15);
    }
    .cart-sm-xs a {
        color: #fff;
        padding: 15px 0;
        display: block;
    }
    #member_area {
        padding: 0 15px 15px;
    }
    /* ==================================================
    footer
    ================================================== */
    .ftbar,
    #footer_follow,
    #cominfo,
    #googlemap,
    #footer-logo-icons {
        min-height: 187px;
    }
    .ftbar {
        text-align: center;
        border: none;
        min-height: inherit;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
    #footer {
        padding: 90px 0 70px;
    }
    /* ==================================================
    banner
    ================================================== */
    .in-banner-title {
        top: 22%;
    }
    /* ==================================================
    index
    ================================================== */
    .index-banner-title {
        top: 23%;
    }
    .index-banner-title h1 {
        font-size: 3.5em;
    }
    .index-banner-title h2 {
        font-size: 2.5em;
    }
    .index-banner-title h3 {
        font-size: 1em;
        line-height: 1.2em;
    }
    #container .in-banner-title h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0;
    }
    #container .in-banner-title p {
        font-size: 16px;
        line-height: 22px;
    }
    /*index procat*/
    #index-procat #in-block h3 {
        font-size: 24px;
    }
    #index-procate .up {
        padding: 6% 10%;
        margin-top: 0px;
    }
    #index-procate .up h4 {
        margin: 0 0 10px;
        font-size: 26px;
    }
    #index-procat .up p {
        font-size: 20px;
        margin: 0;
    }
    #index-procate .down {
        margin: 0 7px 14px;
    }
    /*index advantage*/
    #index-advantage #owl-advantage.owl-carousel .advantage-box {
        padding: 20px 10px;
        margin: 20px;
    }
    #index-advantage #owl-advantage.owl-carousel .owl-item .icon-box {
        padding: 0 50px;
        margin-bottom: 5px;
    }
    .index-icon-text {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
    .owl-prev {
        left: -15px;
    }
    .owl-next {
        right: -3px;
    }
    /*index service*/
    #index-service {
        padding: 0 0 100px 0;
    }
    #index-service:before {
        height: 40%;
        top: 51%;
        transform: translateY(-49%);
    }
    #index-service .img-box {
        padding: 0;
    }
    #index-service .text-box {
        padding-top: 12%;
        padding-left: 5%;
        max-width: 360px;
    }
    #index-service .text-box h4 {
        font-size: 2.8rem;
        line-height: 4rem;
        letter-spacing: 5px;
    }
    #index-service .service-text {
        margin-bottom: 10%;
    }
    .owl-dots {
        bottom: -40px;
    }
    /*index green*/
    #index_green_p {
        font-size: 2.4rem;
        letter-spacing: 6px;
        padding-top: 140px;
        padding-bottom: 80px;
    }
    /*index company */
    #index_company_in {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #index_company {
        background-position: 55% !important;
    }
    #index_company p {
        text-align: left;
    }
    /* ==================================================
    in page
    ================================================== */
    .in-banner-title {
        top: 14%;
    }
    #in_msg_type.C-type .news-img {
        margin-bottom: 15px;
    }
    #in_msg_type.C-type .textmsg {
        text-align: center;
    }
    #in_msg_type.C-type li:hover img {
        opacity: 1;
    }
    #in_msg_type.C-type li .des {
        position: inherit;
        opacity: 1;
        top: 0;
    }
    #in_msg_type.C-type li:nth-child(3n+1) {
        clear: inherit;
    }
    #in_msg_type.C-type li:nth-child(2n+1) {
        clear: both;
    }

    #in_msg_type.B-type li:nth-child(3n+1) {
        clear: inherit;
    }
    #in_msg_type.B-type li:nth-child(2n+1) {
        clear: both;
    }
}


/* ======================================================================================
   XS版 start
====================================================================================== */

@media (max-width:767px) {
    #index_container {
        padding-top: 65px;
    }
    /* ==================================================
    header
    ================================================== */
    body.sticky-header #header {
        margin-top: 0;
    }
    #language_area {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    #qsearch {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    #company_logo a {
        display: inline-block;
    }
    #company_logo a img {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .cart-sm-xs a {}
    .cart-sm-xs a:hover,
    .cart-sm-xs a:focus,
    .cart-sm-xs a:active {
        color: #fff;
    }
    /* ======================
    nav
    ======================= */
    #nav,
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    #nav-xs-bt {
        position: absolute;
        right: 15px;
        top: 10px;
        z-index: 15;
    }
    #nav-xs-bt button {
        border: none;
        background: none;
        color: #444;
        font-size: 30px;
        padding: 0 15px;
    }
    #mainnav {
        margin: 0;
    }
    #mainnav-box {
        margin-top: -75px;
        padding-left: 0;
        padding-right: 0;
    }
    #mainnav-box .navbar-toggle {
        background: none;
        padding: 0;
        color: #ccc;
        font-size: 35px;
        position: relative;
        z-index: 10;
        margin-top: 12px;
        margin-bottom: 12px;
        margin-right: 15px;
    }
    #mainnav-box .navbar-toggle:hover,
    #mainnav-box .navbar-toggle:focus,
    #mainnav-box .navbar-toggle:active {
        color: #fff;
    }
    #mainnav-box .navbar-collapse.in {
        padding-left: 0;
        padding-right: 0;
    }
    #main_menu {
        padding: 0;
        margin: 0;
        border-top-color: #ccc;
    }
    #main_menu li {
        width: 100%;
        display: block;
        border-bottom: 1px #ccc dotted;
    }
    #main_menu li a {
        padding: 17px 15px !important;
        background: none;
        text-align: center;
        font-size: 16px !important;
        color: #fff;
        border: none;
    }
    #main_menu li a:hover,
    #main_menu li a:focus,
    #main_menu li a:active {
        background-color: rgba(0, 0, 0, 0.2);
    }
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: rgba(0, 0, 0, 0.2) !important;
    }
    #mainnav .dropdown-menu {
        background-color: rgba(0, 0, 0, 0.2);
    }
    #mainnav .dropdown-menu li {
        border-bottom: 1px #fff dotted !important;
        color: #fff;
        text-align: center;
        float: none;
    }
    #mainnav .dropdown-menu li:last-child {
        border-bottom: none !important;
    }
    #mainnav .dropdown-menu li a {
        padding: 17px 15px !important;
        color: #fff !important;
        float: none;
    }
    #mainnav .dropdown-menu li a:hover,
    #mainnav .dropdown-menu li a:focus,
    #mainnav .dropdown-menu li a:active {
        background-color: rgba(0, 0, 0, 0.4) !important;
        color: #fff !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu li a {
        float: inherit;
        width: auto;
        display: inline-block;
    }
    /* ======================
    側開選單
    ======================= */
    .sb-slidebar {
        background-color: #444;
    }
    /* ======================
    search
    ======================= */
    .qsearch-sm-xs {
        padding: 15px 15px;
    }
    .qsearch-sm-xs .input-group {
        margin: 0;
    }
    .qsearch-sm-xs .btn {
        padding: 6px 15px;
        border: 1px solid #aaa;
    }
    /* ======================
    blog link
    ======================= */
    #blog_link {
        text-align: center;
    }
    #blog_link li {
        margin: 10px 5px;
    }
    #blog_link li a {}
    #blog_link li a i {
        color: #fff !important;
    }
    /* ======================
    cart
    ======================= */
    .cart-sm-xs {
        text-align: center;
        background-color: rgba(0, 0, 0, 0.15);
    }
    .cart-sm-xs a {
        color: #fff;
        padding: 15px 0;
        display: block;
    }
    #member_area {
        padding: 0 15px 15px;
    }
    /* ==================================================
    footer
    ================================================== */
    #footer {
        padding: 0 0 24px;
        text-align: center;
    }
    .ftbar {
        padding: 0;
    }
    #footer-logo-icons {
        margin-bottom: 30px;
    }
    #footer_logo {
        text-align: center;
    }
    #blog_link {
        text-align: center;
    }
    #cominfo {
        text-align: center;
        padding-top: 70px;
        padding-bottom: 30px;
    }
    #footer-logo-icons {
        display: none;
    }
    .ftbar,
    #footer_follow,
    #cominfo,
    #googlemap,
    #footer-logo-icons {
        min-height: inherit;
    }
    #googlemap,
    .ftbar {
        margin-bottom: 20px;
    }
    #footer,
    #footer_link {
        border-right-width: 1px;
        border-right-color: #757575;
        border-right-style: solid;
    }
    .ftbar,
    #footer_follow,
    #cominfo,
    #googlemap,
    #footer-logo-icons {
        border: none;
    }
    /* ======================
    banner
    ======================= */
    .index-banner-title {
        text-align: left;
        padding: 10px 37px;
    }
    .index-banner-title h1 {
        font-size: 3.2em;
    }
    .index-banner-title h2 {
        font-size: 24px;
    }
    .index-banner-title h3 {
        font-size: 14px;
    }
    #container .in-banner-title h2 {
        font-size: 28px;
    }
    /* ==================================================
    index
    ================================================== */
    .img-responsive {
        margin: auto;
    }
    /* index Heavy-duty */
    #index_Heavy-duty {
        padding-left: 50px;
        padding-right: 50px;
    }
    .index-Heavy-duty-bg {
        background: url("/images/Heavy-duty-bg-h.jpg") 50% 0 no-repeat fixed;
    }

    .index-content .title h3 {
        margin: 0 0 30px;
    }
    .index-content .more-box {
        text-align: center;
    }
    #index-procat {}
    #index-procate>.container-fluid {
        width: 100%;
    }
    #index-procat #in-block {
        margin-bottom: 1px;
    }
    #index-procate .down {
        margin-bottom: 14px;
    }
    #index-procat .up p {
        font-size: 14px;
        margin: 0;
    }
    #index-procate .up h4 a {
        letter-spacing: 3px;
        font-size: 3rem;
    }
    #index-procate .up p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    #index-procat .more {
        margin-top: 10px;
    }
    /*index green*/
    #index_green_p {
        padding-left: 10%;
    }
    /*index company*/
    #index_company {
        background-size: cover !important;
        background-position: 50% !important;
    }
    #index_company_in {
        padding: 100px 65px;
    }
    .index-company-bg {
        background: url("/images/About-bg-h.jpg") 50% 0 no-repeat fixed;
    }


  
     






    /*index-advantage*/
    #index-advantage {
        padding-bottom: 140px;
    }
    #index-advantage #owl-advantage.owl-carousel .advantage-box {
        padding: 20px 10px;
    }
    #index-advantage #owl-advantage.owl-carousel .owl-item .icon-box {
        padding: 10px 75px;
        margin-bottom: 20px;
    }
    /*index-service*/
    #index-service {
        padding-top: 0;
    }
    #index-service:before {
        height: 70%;
        top: 59%;
        transform: translateY(-40%);
    }
    #index-service .text-box {
        padding-top: 10%;
        padding-left: 6%;
        max-width: 400px;
    }
    #index-service .more-box {
        text-align: left;
    }
    #index-service .service-text {
        margin-bottom: 8%;
    }
    #owl-product {
        margin-bottom: 10px;
    }
    .owl-dots {
        bottom: -40px;
    }
    /* ==================================================
    in page
    ================================================== */
    .in-banner-title {}
    .in-banner-title h2 {
        font-size: 24px;
    }
    .in-banner-title p {
        display: none;
    }
    .A-type {
        text-align: left;
    }
    .D-type #in-block {
        margin: 0;
        text-align: left;
    }
    .D-type #in-block h3 {
        margin-top: 0;
    }
    .D-type .border {
        padding: 15px 0 !important;
    }
    #in_msg_type {
        text-align: center;
    }
    #in_msg_type .border {
        float: none;
    }
    #in_msg_type.B-type .news-img {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px;
        text-align: center;
    }
    #in_msg_type.B-type .news-img img {
        width: 80%;
        margin: 0 auto;
    }
    #in_msg_type.B-type .more-box {
        text-align: center;
    }
    #inside_tent #in-block.img {
        margin-bottom: 25px;
    }
    #pdf-download ul li a {
        display: block;
    }
    #in_msg_type.C-type li .des {
        position: inherit;
        opacity: 1;
        top: 0;
    }
    #in_msg_type.C-type .news-img {
        margin-bottom: 15px;
    }
    #in_msg_type.C-type .textmsg {
        text-align: center;
    }
    #in_msg_type.C-type li:hover img {
        opacity: 1;
    }
    #in_msg_type.C-type li .des {
        position: inherit;
        opacity: 1;
        top: 0;
    }
    #in_msg_type.C-type li:nth-child(3n+1) {
        clear: inherit;
    }
    #in_msg_type.C-type li:nth-child(2n+1) {
        clear: both;
    }
    #myTab-accordion .txtNormal {
        margin: 0;
    }
    #myTab-accordion .panel-heading {
        padding: 0;
    }
    #myTab-accordion .panel {
        border-radius: 0;
    }
    .table-responsive {
        border: none;
    }
    .member-bt-box {
        text-align: left;
    }
    .member-bt-box a,
    .member-bt-box button {
        width: 100%;
        margin: 0 0 3px;
        padding: 10px 15px;
    }
    .container_site-map .txtNormal ul li {
        width: 48%;
    }
}


/* ==================================================
    XS 尺寸微調
    ================================================== */

@media screen and (max-width: 720px) {
    #index-advantage #owl-advantage.owl-carousel .owl-item .icon-box {
        padding: 0 55px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 600px) {
    .index-en-title {
        font-size: 5rem;
        line-height: 5rem;
        margin-bottom: 15px;
    }
    #index-procate .down img {
        padding-top: 70px;
    }
    #index-advantage #owl-advantage.owl-carousel .owl-item .icon-box {
        padding: 0 35px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    #mainnav-box {
        margin-top: -65px;
    }
    #container .in-banner-title h2 {
        font-size: 24px;
    }
    .index-banner-title h1 {
        font-size: 2.8em;
    }
    .index-banner-title h2 {
        font-size: 1.5em;
    }
    .in-banner-title p {
        display: none;
    }
    .D-type .news-img {
        width: 100%;
    }
    .D-type .textmsg {
        width: 100%;
    }
    .D-type #in-block h3 {
        margin-top: 20px;
    }
    #in_msg_type.B-type li {
        width: 100%;
    }
    #in_msg_type.C-type li {
        width: 100%;
    }
    #index-procate .up h4 a {
        letter-spacing: 3px;
        font-size: 2.5rem;
    }
    #index-procate .up p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    #index-advantage #owl-advantage.owl-carousel .owl-item .icon-box {
        padding: 55px 100px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 430px) {
    #index-procate .down img {
        padding-top: 100px;
    }
    #index-service:before {
        height: 60%;
        top: 63%;
        transform: translateY(-37%);
    }
}

@media screen and (max-width: 400px) {
    #member_area,
    #language_area {
        font-size: 12px;
    }
    #language_area {
        padding-right: 5px;
    }
    #member_area {
        padding-left: 5px;
    }
    #index_Heavy-duty {
        padding: 60px 30px;
    }
    .index-en-title {
        font-size: 4rem;
        line-height: 4rem;
        margin-bottom: 15px;
    }
    .index-icon-title {
        margin-top: 0;
    }
    #index-procate .col-xs-6 {
        width: 100%;
    }
    #index-procate .down img {
        padding-top: 0;
    }
    #index-advantage {
        padding-top: 70px;
        padding-bottom: 80px;
    }
    .owl-prev {
        left: 0px;
    }
    .owl-next {
        right: 15px;
    }
    #index_green_p {
        font-size: 2rem;
        letter-spacing: 4px;
        padding-top: 100px;
        padding-bottom: 40px;
    }
    #index_company_in {
        padding: 80px 30px;
    }
    #index-service {
        padding-top: 60px;
    }
    #index-service:before {
        height: 70%;
        top: 59%;
        transform: translateY(-40%);
    }
}

@media screen and (max-width:380px) {
    .in-banner-title h2 {
        font-size: 14px;
        margin: 10px 0;
        padding: 0;
    }
    .carousel-caption {
        top: 40%;
    }
    .index-banner-title h1 {
        font-size: 2em;
    }
    .index-banner-title h2 {
        font-size: 1.5em;
    }
    #index-advantage #owl-advantage.owl-carousel .owl-item .icon-box {
        padding: 0 35px;
        margin-bottom: 0;
    }
}


#main_menu ul.dropdown-menu {
    width: 300px!important;
}
@media screen and (max-width:991px) {
    #main_menu ul.dropdown-menu {
        width: 100%!important;
    } 
}
#main_menu .dropdown-menu li {
    border-bottom: 1px solid #ddd;
    width: 50%;
}
#main_menu .dropdown-menu li:nth-child(2n) {
    border-left: 1px solid #ddd;
}

@media screen and (max-width:991px) {
    #main_menu .dropdown-menu li {
        width: 100%;
    }
    #main_menu .dropdown-menu li:nth-child(2n) {
        border-left: none;
    }
}

a.bt.bt_more {
    display: inline-block;
    color: #fff;
    background: #539b2e;
    font-size: 12pt;
    letter-spacing: 0.1em;
    padding: 8px 15px;
    margin-top: 15px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.16);
}
a.bt.bt_more:hover { 
    background: #006ab2;
}


.txtNormal .gtut_keypoint_page_mod h3{
    font-size: 41px;
    color: #0067B4;    
    margin: 10px 0 25px;    
    line-height: 1.4;
}

@media (max-width:1199px) {
.txtNormal .gtut_keypoint_page_mod h3{
    font-size: 28px;
    margin: 10px 0 ;    
}
}
.txtNormal .gtut_keypoint_page_mod  img{
    margin-bottom: 0;
}
.txtNormal .gtut_keypoint_page_mod p{
    font-size: 16px;
}
/* .txtNormal .gtut_keypoint_page_mod h4{
    font-size: 24px;
    color: #444444;
} */

.gtut_keypoint_page_mod.gtut_keypoint_page_info12 .row{
        align-items: flex-end;
}
#index_container .keypoint_page .gtut_keypoint_page_info11 .content,#index_container .keypoint_page .gtut_keypoint_page_info12 .content{
    background: #F4F5F7;
}

@media (max-width:1199px) {
    #index_container .keypoint_page .gtut_keypoint_page_info11 .content,#index_container .keypoint_page .gtut_keypoint_page_info12 .content{
        padding: 2.5rem;
    }

}
@media (min-width:2000px) {
    #index_container .keypoint_page .gtut_keypoint_page_info11 .content,#index_container .keypoint_page .gtut_keypoint_page_info12 .content{
        padding: 3.5rem 5rem;
    }

}
.gtut_keypoint_page_mod.gtut_keypoint_page_info11 .row{
    align-items: center;
    align-items: flex-end;
}
.colortext{
    color: #8CA866;
}
.keypoint_page .col-lg-4.gtut_xl_5{
    margin-bottom: 4.5rem;
}
@media (min-width:1200px) {
.keypoint_page .col-lg-4.gtut_xl_5{
    flex: 0 0 20%;
    max-width: 20%;
}
}
#content .keypoint_page .gtut_keypoint_page_service03 .item{
    text-align: left;
}

.gtut_keypoint_page_info21 h6{
    display: inline-block;
}

@media (min-width:1199px) {
#content  .keypoint_page .offset-md-2{
    margin-left: 20%;
}
}
.mb-4{
    margin-bottom: 1.5rem;
}
#content  .keypoint_page .gtut_keypoint_page_service03 .label {
    padding: 30px 0 40px;
}
.keypoint_page .gtut_keypoint_page_info09{
    margin-left: -15px;
    margin-right: -15px;
}
@media (max-width:991px) {
    #index_container .keypoint_page .gtut_keypoint_page_info12 .image,#index_container .keypoint_page .gtut_keypoint_page_info11 .image{
        text-align: center;
        padding: 0;
    }
    #index_container .keypoint_page .gtut_keypoint_page_info24 .image{
        text-align: center;
        padding: 0;
    }

}