/* --> font */
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

* {
    font-family: 'Microsoft JhengHei', 'Noto Sans TC', sans-serif, Meiryo, Arial, Helvetica;
}

body {
    font-family: 'Microsoft JhengHei', 'Noto Sans TC', sans-serif, Meiryo, Arial, Helvetica;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Microsoft JhengHei', 'Noto Sans TC', sans-serif, Meiryo, Arial, Helvetica;
}

input, button, select, textarea {
    font-family: 'Microsoft JhengHei', 'Noto Sans TC', sans-serif, Meiryo, Arial, Helvetica;
}
/* <-- font */

/***************************************************/
/* --> panel-group */
/***************************************************/
.panel-group .panel {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
}
.panel-default > .panel-heading {
    padding: 0;
    outline: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #f0f0f0;
    border-top: none;
    background-color: #fafafa
}
.panel-heading a {
    font-weight: 400;
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    background-color: #e84c3d;
    color: #ffffff;
    position: relative;
    text-decoration: none;
}
.panel-dark .panel-heading a,
.panel-dark .panel-heading a:hover {
    background-color: #333333;
}
.panel-transparent .panel-default > .panel-heading,
.panel-transparent .panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: transparent;
    color: inherit;
}
.panel-transparent .panel-heading a {
    border: 1px solid #f1f1f1;
}
.panel-transparent .panel-heading a.collapsed {
    color: inherit;
    background-color: transparent;
}
.panel-heading a.collapsed {
    color: #ffffff;
    background-color: #999999;
}
.panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f147";
    position: absolute;
    right: 15px;
    font-size: 14px;
    font-weight: 300;
    top: 50%;
    line-height: 1;
    margin-top: -7px;
}
.panel-heading a.collapsed:after {
    content: "\f196";
}
.panel-heading a:hover,
.panel-transparent .panel-heading a:hover {
    text-decoration: none;
    background-color: #e84c3d;
    color: #ffffff;
}
.panel-title a i {
    padding-right: 10px;
    font-size: 20px;
}
/* <-- panel-group */


.com_content.view-article article.item h2 {
    font-size: 38px;
}

.t3-header {
    margin: 0;
}

#t3-content {
    font-size: 12pt;
}

.header-transparent .t3-header.navbar-fixed-top {
    /*background: rgba(255, 255, 255, 0.8);*/
    background: rgba(0, 0, 0, 0.7);
}

.home .t3-header {
    background-color: rgba(0, 0, 0, 0.5);
}


.t3-header .logo-image img.logo-img {
    width: 100%;
    position: relative;
    /*top: 5px;*/
    top: 10px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.t3-header.navbar-fixed-top .logo-image img.logo-img {
    /*width: 75%;*/
    width: 90%;
    position: relative;
    top: 8px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.t3-header .t3-mainnav {
    margin: 14px 0 0 0;
    /*margin: 14px 0 14px 0;*/
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.t3-header .navbar {
    min-height: 45px;
}

.t3-header.navbar-fixed-top .t3-mainnav {
    margin: 0px;
    /*margin: 7px 0 7px 0;*/
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

@media (max-width: 1200px) {
    .t3-header .logo-image img.logo-img {
        width: 90%;
        position: relative;
        top: -4px;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }
    .t3-header.navbar-fixed-top .logo-image img.logo-img {
        width: 90%;
        position: relative;
        top: -4px;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }


    .t3-header .t3-mainnav {
        margin: 7px 0 7px 0;
        /*margin: 0px;*/
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }
}

@media (max-width: 970px) {
    .t3-header .t3-mainnav {
        margin: 0px;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .t3-header .logo-image img.logo-img {
        width: 90%;
        position: relative;
        top: -4px;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }
}

/* --> dj-megamenu */
.dj-megamenu-select-light .dj-mobile-open-btn,
.dj-megamenu-offcanvas-light .dj-mobile-open-btn,
.dj-megamenu-accordion-light .dj-mobile-open-btn {
    width: 60px;
    height: 60px;
    float: right;
    font-size: 30px;
    padding: 0;
}

.dj-megamenu-select-light .dj-mobile-open-btn > span.fa,
.dj-megamenu-offcanvas-light .dj-mobile-open-btn > span.fa,
.dj-megamenu-accordion-light .dj-mobile-open-btn > span.fa {
    line-height: 60px !important;
}

.dj-megamenu li a.dj-up_a {
    border-right: 1px solid rgba(204, 204, 204, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 1);
    font-size: 14px;
    /*font-size: 12pt;*/
    font-weight: 400;
}

.dj-megamenu li.active a.dj-up_a {
    border-right: 1px solid rgba(204, 204, 204, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 1);
}

.dj-megamenu li:hover a.dj-up_a {
    border-right: 1px solid rgba(204, 204, 204, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 1);
}

.dj-megamenu li a.dj-up_a {
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
}

.dj-megamenu li:hover a.dj-up_a,
.dj-megamenu li:active a.dj-up_a {
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
}

.dj-megamenu li:first-child a.dj-up_a {
    border-left: 0 !important;
}

.dj-megamenu li:last-child a.dj-up_a {
    border-right: 0 !important;
}

.dj-megamenu li a.dj-up_a span.dj-drop {
    padding: 0 12px 0 0 !important;
}

.dj-megamenu-select-light .dj-mobile-open-btn,
.dj-megamenu-offcanvas-light .dj-mobile-open-btn,
.dj-megamenu-accordion-light .dj-mobile-open-btn {
    /*background-color: rgba(0, 0, 0, 1) !important;*/
    background-color: rgba(255, 255, 255, 0.5) !important;
    /*color: #ffffff;*/
    /*color: #000000;*/
    color: rgb(103, 103, 103);
}

.dj-megamenu-select-light .dj-mobile-open-btn:focus,
.dj-megamenu-select-light:hover .dj-mobile-open-btn,
.dj-megamenu-offcanvas-light .dj-mobile-open-btn:hover,
.dj-megamenu-offcanvas-light .dj-mobile-open-btn:focus,
.dj-megamenu-accordion-light .dj-mobile-open-btn:hover,
.dj-megamenu-accordion-light .dj-mobile-open-btn:focus {
    /*background-color: rgba(0, 0, 0, 1) !important;*/
    background-color: rgba(255, 255, 255, 0.8) !important;
    /*color: #ffffff;*/
    color: #000000;
}

.dj-megamenu-select-light:hover .dj-mobile-open-btn,
.dj-megamenu-offcanvas-light .dj-mobile-open-btn:hover,
.dj-megamenu-accordion-light .dj-mobile-open-btn:hover {
    /*background-color: rgba(0, 0, 0, 1) !important;*/
    background-color: rgba(255, 255, 255, 0.8) !important;
    /*color: #8b8b8b;*/
    color: #000000;
}

.dj-megamenu a.dj-up_a.active > span {
    /*border-bottom: 3px solid #ffffff;*/
}

.dj-megamenu a.dj-up_a:hover > span {
    /*border-bottom: 3px solid #ffffff;*/
}




.t3-header .t3-mainnav {
    margin: 0 !important;
}

.dj-megamenu-custom119 {
    /*background: rgb(194, 116, 199);*/
    height: 50px;
}
.dj-megamenu-custom119 li a.dj-up_a {
    height: 50px;
}
.dj-megamenu-custom119 li a.dj-up_a span {
    height: 50px;
    line-height: 50px;
}
.dj-megamenu-custom119 li a.dj-up_a .arrow {
    /*top: 17px;*/
    top: 19px;
}
.dj-megamenu-custom119 li:hover a.dj-up_a .arrow,
.dj-megamenu-custom119 li.hover a.dj-up_a .arrow,
.dj-megamenu-custom119 li.active a.dj-up_a .arrow {
    /*top: 25px;*/
    top: 22px;
}
.dj-megamenu li a.dj-up_a {
    padding: 0 15px;
}




/* -> 底線效果 */
.dj-megamenu a.dj-up_a.active > span::after {
    content: '';
    display: block;
    width: 100%;
    height: 2.5px;
    /*background: rgba(0, 0, 0, 0.80);*/
    background: #0787d5;
    transition: width .5s;
    margin-top: -2.5px;
}

.dj-megamenu a.dj-up_a > span::after {
    content: '';
    display: block;
    width: 0;
    height: 2.5px;
    /*background: rgba(0, 0, 0, 0.80);*/
    background: #0787d5;
    transition: width .5s;
    margin-top: -2.5px;
}

.dj-megamenu a.dj-up_a:hover > span::after {
    width: 100%;
    transition: width .5s;
    margin-top: -2.5px;
}

/* <- 底線效果 */

/*
.dj-megamenu li a.dj-up_a span {
    height: 45px;
    line-height: 45px;
}
.dj-megamenu {
    height: 45px;
}
.dj-megamenu li a.dj-up_a {
    height: 45px;
}
.dj-megamenu li div.dj-subwrap,
.dj-megamenu li:hover div.dj-subwrap li div.dj-subwrap,
.dj-megamenu li.hover div.dj-subwrap li div.dj-subwrap {
    margin: 14px 0;
}
*/

/* <-- dj-megamenu */







/**************************************/
/* --> banner-section */
/**************************************/
.banner-section {
    /*background: linear-gradient(rgba(36, 39, 38, 0), rgba(36, 39, 38, 0)), rgba(36, 39, 38, 0) url(../../../images/section/banner/1.jpg) no-repeat center;*/
    /*background: linear-gradient(rgba(7, 135, 213, 0.1), rgba(7, 135, 213, 0.1)), rgba(7, 135, 213, 0.1) url(../../../images/section/banner/1.jpg) no-repeat center;*/
    /*background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), rgba(0, 0, 0, 0.1) url(../../../images/section/banner/1.jpg) no-repeat center;*/
    background: linear-gradient(rgba(36, 39, 38, 0), rgba(36, 39, 38, 0)), rgba(36, 39, 38, 0) url(../../../images/section/banner/1.jpg) no-repeat bottom;

    background-size: cover;
    background-attachment: inherit;
    height: 270px;
}

@media (max-width: 768px) {
    .banner-section {
        height: 190px;
    }
}
/* <-- banner-section */



/***************************************************/

.cust-breadcrumb {
    background-color: #0787d5;
    color: #ffffff;

    /*border-top-style: solid;*/
    /*border-top-width: 2px;*/
    /*border-top-color: #005198;*/
    /*border-top: 2px solid #0d85ce;*/

    padding-top: 18px;
    padding-bottom: 18px;
}
.cust-breadcrumb .title {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
}

.cust-breadcrumb .breadcrumb {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: right;
    display: inline-block;
    vertical-align: bottom;
}


.cust-breadcrumb .title h1 {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 26px;
    color: #ffffff;
    font-weight: 300;
}
.cust-breadcrumb ol.breadcrumb {
    background-color: rgba(255, 255, 255, 0);
    padding-top: 7px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
}
.cust-breadcrumb ol.breadcrumb a {
    color: rgba(255, 255, 255, 1);
}
.cust-breadcrumb ol.breadcrumb i {
    color: #ffffff;
}

.cust-breadcrumb .breadcrumb > .active + li:before {
    content: "";
    padding: 0;
}
.cust-breadcrumb .breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}
/***************************************************/















/**************************************/
/* --> scrollToTop */
/**************************************/
.scrollToTop {
    color: #fff;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1005;
    display: none;
}

.scrollToTop i {
    line-height: 50px;
    font-size: 32px;
    color: #fff;
}

/* <-- scrollToTop */











/**************************************/
/* --> footer */
/**************************************/
.footer-section {
    color: rgba(255, 255, 255, 0.8);
    /*color: rgba(255, 255, 255, 1.0);*/

    font-size: 15px;

    /*padding: 40px 0px 20px 0px;*/
    padding: 40px 0px 0px 0px;

    /*background-color: rgba(38, 38, 38, 1);*/
    background-color: rgba(0, 0, 0, 1);

    /*background: linear-gradient(rgba(36, 39, 38, 0.5), rgba(36, 39, 38, 0.5)), rgba(36, 39, 38, 0.5) url(../../../images/section/breadcrumb/1.jpg) no-repeat center 20%;*/
    /*background-size: cover;*/
    /*background-attachment: fixed;*/

    text-shadow: 0px 2px 5px rgba(0,0,0,0.9);
}

.footer-section a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.footer-section a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer-section .logo-footer {
    margin-bottom: 10px;
}

.footer-section .list-icons {
    margin-top: -1px;
    list-style: none;
    padding: 0;
}

.footer-section .list-icons li {
    padding: 0px;
}

.footer-section ul.list-icons li i {
    margin-right: 5px;
}

.footer-section .col-41 {
    margin-bottom: 35px;
}

.footer-section .col-42 {
    margin-bottom: 15px;
}

.footer-section .col-43 {
    margin-bottom: 30px;
}

.footer-section .col-44 {
    margin-top: 20px;
}

.footer-section .footer-content h2 {
    color: rgba(255, 255, 255, 0.8);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 300;
}

.footer-section .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer-section .nav-pills > li > a {
    border-radius: 0px;
}

.footer-section .nav > li > a {
    position: relative;
    display: block;
    padding: 4px 0px !important;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 300;
}

.footer-section .nav > li > a:hover,
.footer-section .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    color: rgba(255, 255, 255, 1);
}

.footer-section .nav > li {
    margin-right: 25px;
    /*margin-right: 15px;*/
    float: left;
}

.footer-section .nav > li:first-child {
    padding-top: 1.5px;
}

footer .copyright {
    /*background-color: rgba(0, 0, 0, 1);*/
    background-color: rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 0.8);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    border-top: 0.5px;
    border-top-color: rgba(255, 255, 255, 0.2);
    border-top-style: solid;

    margin-top: 15px;
}

footer .copyright .design-by {
    /*display: none;*/
}
footer .copyright .design-by a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}
footer .copyright .design-by a:hover {
    color: rgba(255, 255, 255, 1);
}
/* <-- footer */



.separator {
    display: block;
    width: 60px;
    height: 5px;
    margin: 15px auto 15px;
    background-color: #cccccc;
    position: relative;
    border: 1px solid #cccccc;
}

.separator:after {
    width: 30px;
    height: 5px;
    background: #333333;
    position: absolute;
    top: -1px;
    left: -1px;
    content: "";
}

.content-3-10 {
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.content-3-10 .image-container {
    position: absolute;
    height: 300px;
    padding: 0px;
    top: 0px;
}

@media only screen and (min-width: 768px) {
    .content-3-10 .image-container {
        height: 100%;
    }
}

.content-3-10 .image-container .background-image-holder {
    /*background: url(https://webthemez.com/demo/decore-interior-design-html-bootstrap-website-template/images/slides/1.jpg) no-repeat center center;*/
    background: url('../../../images/section/about_us/1.jpg') no-repeat center center;
    background: linear-gradient(rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.20)), rgba(255, 255, 255, 0.20) url('../../../images/section/about_us/1.jpg') no-repeat center center;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.content-3-10 .content {
    margin-top: 300px;
    padding: 30px;
    /*background: #f1f1f1;*/
    /*border-top: 2px solid #f1f1f1;*/
    /*border-top: 2px solid rgba(245, 245, 245, 0.3);*/
    border-top: 2px solid rgba(238, 238, 238, 0.65);
}

@media only screen and (min-width: 768px) {
    .content-3-10 .content {
        margin-top: 0px;
        padding: 50px 20px 50px 50px;
    }
}

.content-3-10 h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

/*-------------------------*/

.content-3-12 {
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.content-3-12 .image-container {
    position: absolute;
    height: 300px;
    padding: 0px;
    top: 0px;
}

@media only screen and (min-width: 768px) {
    .content-3-12 .image-container {
        height: 100%;
    }
}

.content-3-12 .image-container .background-image-holder {
    /*background: url(https://webthemez.com/demo/decore-interior-design-html-bootstrap-website-template/images/slides/1.jpg) no-repeat center center;*/
    /*background: url('../../../images/section/about_us/2.jpg') no-repeat center 80%;*/

    background: linear-gradient(rgba(255, 255, 255, 0.40), rgba(255, 255, 255, 0.40)), rgba(255, 255, 255, 0.40) url('../../../images/section/about_us/2.jpg') no-repeat center 80%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.content-3-12 .content {
    margin-top: 300px;
    /*padding: 30px;*/
    padding: 50px 30px 50px 30px;
    /*background: #f1f1f1;*/
}

@media only screen and (min-width: 768px) {
    .content-3-12 .content {
        margin-top: 0px;
        padding: 70px 20px 70px 50px;
    }
}

.content-3-12 h3 {
    margin-top: 10px;
    margin-bottom: 15px;
}

/**************************************/
/* --> timeline */
/* https://bootsnipp.com/snippets/kvOeV */
/**************************************/

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

/* <-- timeline */

/**************************************/
/* --> process-section */
/**************************************/

.process-section {
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), rgba(255, 255, 255, 0.3) url('../../../images/section/process/bg.png') repeat;
}

.process-section .timeline > li > .timeline-badge {
    z-index: 1;
}

.process-section .timeline > li > .timeline-panel {
    background-color: #ffffff;
}

.process-section h1.title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}

.process-section .timeline > li > .timeline-badge {
    background-color: rgba(0, 0, 0, 0.7) !important;
    border: 1.5px solid transparent;
    line-height: 46.5px;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.process-section .timeline > li:hover > .timeline-badge {
    background-color: #ffffff !important;
    color: #000000;
    border: 1.5px solid rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* <-- process-section */

/**************************************/
/* --> contact-section */
/**************************************/
.contact-section {
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), rgba(255, 255, 255, 0.3) url('../../../images/section/contact/bg.png') repeat;
    /*
    background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), rgba(255, 255, 255, 0.95) url('../../../images/section/service/1.jpg') no-repeat center top;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    */
}
.contact-section .btn.btn-primary {
    color: #ffffff !important;
    background-color: #0787d5 !important;
    border-color: #0787d5 !important;
    /*background-color: rgba(83, 81, 80, 1) !important;*/
    /*border-color: rgba(83, 81, 80, 1) !important;*/
}
.contact-section .btn.btn-primary:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: #0787d5 !important;
    /*border-color: rgba(83, 81, 80, 1) !important;*/
}
/* <-- contact-section */

/**************************************/
/* --> contact-item */
/**************************************/
.contact-item {
    font-size: 12pt;
}

.contact-item a {
    color: #000000;
}

.contact-item a:hover {
    /*color: rgba(231, 166, 37, 1);*/
    color: rgba(83, 81, 80, 0.8);
}

.contact-item h1.title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}

.contact-item .media-left,
.contact-item .media-right,
.contact-item .media-body {
    display: table-cell;
    vertical-align: top;
}

.contact-item .element-blurb {
    margin: 0px 0px 30px 0px;
}

.contact-item .media .icon {
    width: 80px;
    height: 80px;
    text-align: center;
    border: 3px solid transparent;

    font-size: 50px !important;
    line-height: 77px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #0787d5 !important;
    /*background-color: rgba(83, 81, 80, 1) !important;*/

    color: #ffffff !important;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.contact-item .media:hover .icon {
    background-color: #ffffff !important;
    color: #0787d5 !important;
    border: 3px solid #0787d5;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.contact-item .media-left {
    padding-right: 20px;
}

.contact-item .media .blurb-content h4 {
    margin-top: 0;
}

.contact-item .blurb-content {
    padding-top: 0px;
}

.contact-item .blurb-content .content {
    /*font-size: 12pt;*/
}
/* <-- contact-item */

/* --> gallery-section */
/*
.gallery-section {
    background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), rgba(255, 255, 255, 0.95) url('../../../images/section/service/1.jpg') no-repeat center top;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}
.gallery-section h1.title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}
*/
/* <-- gallery-section */



/**************************************/
/* --> DJ-Catalog2 */
/**************************************/
.com_djcatalog2 #djcatalog .djc_images {
    float: left !important;
    margin-left: 0px !important;;
    margin-right: 60px !important;;
    margin-bottom: 20px !important;
}

.com_djcatalog2 .djc_item .djc_mainimage {
    /*margin-left: 0px !important;*/
}

#djcatalog .djc_description .djc_fulltext {
    display: table !important;
}

.djc_description .djc_category_info > small {
    font-size: 100% !important;
}

.djc_description .djc_price > small {
    font-size: 100% !important;
}

.djc_mainimage img#djc_mainimage {
    width: 100% !important;
}

.djc_items .djc_image img {
    width: 100% !important;
}

.djc_category_info {
    font-size: 12pt;
}

.djc_description .djc_category_info > small {
    font-size: 12pt !important;
}

#djcatalog.djc_item a img {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

#djcatalog .djc_description .djc_attributes > table > tbody {
    font-size: 12pt;
}
#djcatalog.djc_item .djc_fulltext {
    padding-top: 30px;
}



#djcatalog .djc_items .djc_item_in,
#djcatalog .djc_related_items .djc_item_in {
    /*padding: 10px 20px;*/
    /*border: 0.5px solid rgba(0, 0, 0, 0.1);*/
}

#djcatalog .djc_item_row {
    margin-left: 0px;
}

#djcatalog .djc_items .djc_item,
#djcatalog .djc_related_items .djc_item {
    /*border: 0.1px solid rgba(0, 0, 0, 0.07);*/
}

#djcatalog .djc_items {
    /*border: 0.6px solid rgba(0, 0, 0, 0.08);*/
}

#djcatalog .featured_item .djc_item_bg {
    background-color: rgba(255, 255, 255, 1) !important;
}

#djcatalog .djc_item_bg {
    /*border: 3.0px solid rgba(0, 0, 0, 0.08);*/
    border: 3.0px solid #ededed;
    /*background-color: rgba(238, 238, 238, 1.0) !important;*/
}

#djcatalog .djc_item .djc_title h3 {
    font-weight: 400;
    margin-bottom: 3px;
}

.djc_items .djc_image img {
    max-width: inherit !important;
}

#djcatalog .djc_item_bg {
    margin: 0 0 20px 20px;
}

#djcatalog .djc_items .djc_item .djc_featured_image,
#djcatalog .featured_item .djc_featured_image {
    top: 10px !important;
    right: 10px !important;
}

#djcatalog .djc_items .djc_item_in,
#djcatalog .djc_related_items .djc_item_in {
    padding: 0px 0px;
}

.djc_items .djc_image img {
    padding: 0px;
}

#djcatalog .djc_items .djc_title {
    padding: 0 10px 5px 10px;
}

#djcatalog .djc_items .djc_title a {
    color: #000000;
    font-size: 14pt;
}

#djcatalog .djc_items .djc_title a:hover {
    color: #0787d5;
}

#djcatalog .djc_items .djc_category_info {
    padding: 0 10px 5px 10px;
}

#djcatalog .djc_items .djc_category_info a {
    color: #000000;
}

#djcatalog .djc_items .djc_category_info a:hover {
    color: #0787d5;
}

.com_djcatalog2 .t3-mainbody {
    padding-top: 50px;
    /*padding-bottom: 30px;*/
    padding-bottom: 45px;
}

/* <-- DJ-Catalog2 */






/**************************************/
/* --> service-section */
/**************************************/
.service-section {
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), rgba(255, 255, 255, 0.3) url('../../../images/section/common/bg.png') repeat;
}


.service-box .ih-item.square {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    box-shadow: none !important;
    border-radius: 4px;
}

.service-box .col-sm-6 {
    padding: 2px 0px 2px 2px;
    margin-left: -1px;
}
.service-box .col-sm-3 {
    padding: 2px 0px 2px 0px;
}
.service-box .tltle-box {
    position: absolute;
    left: 5%;
    bottom: 8%;
}
.service-box .tltle-box h3 {
    display: block;
    float: left;
    /*background: #3e5a9c;*/
    /*background-color: rgba(18, 48, 2, 0.8);*/
    /*background-color: rgba(111, 8, 18, 0.8);*/
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 0px 20px;
    margin: 0;
    line-height: 42px;
}
.service-box .tltle-box samp {
    display: block;
    float: right;
    /*background: #3f86be;*/
    /*background-color: rgba(75, 175, 76, 0.8);*/
    /*background-color: rgba(239, 90, 117, 0.8);*/
    background-color: rgba(7, 135, 213, 0.7);
    color: #fff;
    font-size: 18px;
    padding: 0px 10px;
    font-weight: bold;
    line-height: 42px;
}

.service-box .ih-item.square.effect13 .info p {
    font-style: inherit;
    font-size: 14px;
    color: #fff;
    padding: 10px 15px 10px 15px;
}
.service-box .ih-item.square.effect13 .info h3 {
    margin-top: 20px;
}

.service-box .ih-item.square.effect13.colored .info {
    background: rgba(0, 0, 0, 0.50) !important;
}


.service-section .vertical .nav-tabs {
    background-color: #0787d5;
}
.service-section .vertical .nav-tabs > li a {
    font-size: 15px;
}

.service-section .vertical .nav-tabs > li.active > a:after {
    /*background-color: #00d7e9;*/
    width: 4px;
    background-color: rgba(0, 0, 0, 0.7);
}
.service-section .vertical .nav-tabs > li > a:hover:after {
    /*background-color: #00d7e9;*/
    width: 4px;
    background-color: rgba(0, 0, 0, 0.7);
}

.service-section .vertical .tab-content {
    width: 100%;
}
.service-section .vertical .tab-content h2.title {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 26px;
}

.service-section .custom-ul ul {
    list-style: none;
    padding: 0;
}
.service-section .custom-ul li {
    padding-left: 1.3em;
}
.service-section .custom-ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}
/* <-- service-section */


/**************************************/
/* --> service-item */
/**************************************/
.service-item h1.title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}

.service-item .qx-media-left,
.service-item .qx-media-right,
.service-item .qx-media-body {
    display: table-cell;
    vertical-align: top;
}

.service-item .qx-element-blurb {
    margin: 0px 0px 25px 0px;
}
.service-item .qx-media .qx-icon {
    width: 60px;
    height: 60px;
    text-align: center;
    border: 2px solid transparent;

    font-size: 25px !important;
    line-height: 56px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #0787d5 !important;
    color: #ffffff !important;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.service-item .qx-media:hover .qx-icon {
    background-color: #ffffff !important;
    color: #0787d5 !important;
    border: 2px solid #0787d5;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.service-item .qx-media-left {
    padding-right: 20px;
}
.service-item .qx-media .qx-blurb-content h4 {
    margin-top: 0;
}


.service-item.ul-list li {
    background-color: rgba(170, 128, 109, 1);
    float: left;
    /*padding: 5px 40px;*/
    padding: 4px 0px;
    width: 180px;
    margin: 0px 2px 2px 0px;
    border: 1px solid rgb(131, 94, 78);
    text-align: center;
    color: #ffffff;
}
.service-item.ul-list li:hover {
    background-color: rgba(170, 128, 109, 0.8);
}

.service-item p.p-none {
    margin-bottom: 0px;
}

.service-item .btn-primary {
    color: #ffffff;
    background-color: #4d79a5;
    border-color: #4d79a5;
}
.service-item .btn.btn-primary:hover {
    background: #ffffff;
    border-color: #4d79a5;
    color: #000000;
}
/* <-- service-item */









/**************************************/
/* --> facebook */
/**************************************/
.t3-sidebar .module.facebook .module-ct {
    padding: 0px;
    overflow: hidden;
}
/* <-- facebook */



/**************************************/
/* --> Slider Revolution */
/**************************************/
.tp-caption.very_large_text, .very_large_text {
    position: absolute;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.9);
    font-weight: 700;
    /*font-size: 60px;*/
    font-size: 80px;
    /*line-height: 60px;*/
    line-height: 80px;
    /*font-family: Arial;*/
    font-family: "Microsoft JhengHei", "Arial", "Helvetica", "sans-serif";
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    letter-spacing: -2px;

    text-align: center;
}

.tp-caption.small_text, .small_text {
    position: absolute;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.9);
    /*font-weight: 700;*/
    font-weight: 400;
    /*font-size: 14px;*/
    font-size: 30px;
    /*line-height: 20px;*/
    line-height: 50px;
    font-family: "Microsoft JhengHei", "Arial", "Helvetica", "sans-serif";
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;

    text-align: center;
}
/* <-- Slider Revolution */










/* --> trademark-section */
.trademark-section .owl-carousel.carousel .owl-item>div,
.trademark-section .owl-carousel.carousel-autoplay .owl-item>div {
    margin: 0px 0px 0px 0px !important;
}
.trademark-section .image-box {
    border: 3px solid #eeeeee;
}
/* <-- trademark-section */







/**************************************/
/* --> top-bar */
/**************************************/
.t3-header .top-bar {
    margin: 5px 0 0 0;

    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.t3-header.navbar-fixed-top .top-bar {
    margin: 1px 0 0 0;

    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

@media (max-width: 1200px) {
    .t3-header .top-bar {
        display: none;
    }
}


.top-bar .social-bar a {
    font-size: 13px;
    border-radius: 100%;
    width: 25px;
    display: inline-block;
    text-align: center;
    height: 25px;
    color: #ffffff !important;
    background: #535150;
    margin: 0 2px;
    line-height: 25px;
}
.top-bar .social-bar {
    float: right;
}
.top-bar .social-bar a:hover {
    /*background-color: #4d79a5;*/
    background-color: rgba(83, 81, 80, 0.8);
}
.top-bar .social-bar a:hover i {
    color: #ffffff;
}
.top-bar a.facebook {
    line-height: 25px;
    float: right;
    display: inline-block;
    color: #ffffff;
    height: 25px;
    margin: 0 10px;
}
.top-bar a.facebook:hover i {
    /*color: #0787d5 !important;*/
    color: rgba(83, 81, 80, 0.8) !important;
}












/**************************************/
/* --> aboutus-section */
/**************************************/
.aboutus-section {
    /*background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), rgba(255, 255, 255, 0.95) url('../../../images/section/service/1.jpg') no-repeat center top;*/
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), rgba(255, 255, 255, 0.3) url('../../../images/section/about_us/bg.png') repeat;

    /*background-attachment: fixed;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
    /*height: 100%;*/
}

.aboutus-section h1.title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}
.aboutus-section ul.list-icons {
    padding-left: 0;
}

.aboutus-section .list-icons li, .list li {
    padding: 0px 0 10px 0;
    margin-right: 20px;
    float: left;
}


.aboutus-section .full-text-container {
    top: 0%;
    background-color: rgba(245, 245, 245, 0.85);
    height: 100%;
}
.aboutus-section .full-text-container h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .aboutus-section .full-text-container {
        top: 0;
        height: 100%;
        padding: 20px 20px;
    }
}

.aboutus-section .vertical .nav-tabs {
    background-color: #0787d5;
}
.aboutus-section .vertical .nav-tabs > li a {
    font-size: 15px;
}

.aboutus-section .vertical .nav-tabs > li.active > a:after {
    /*background-color: #00d7e9;*/
    width: 4px;
    background-color: rgba(0, 0, 0, 0.7);
}
.aboutus-section .vertical .nav-tabs > li > a:hover:after {
    /*background-color: #00d7e9;*/
    width: 4px;
    background-color: rgba(0, 0, 0, 0.7);
}

/* <-- aboutus-section */


/**************************************/
/* --> wood-floor-section */
/**************************************/
.wood-floor-section {
    background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), rgba(255, 255, 255, 0.95) url('../../../images/section/service/1.jpg') no-repeat center top;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.wood-floor-section ol,
.wood-floor-section ul {
    list-style: none;
    padding: 0;
}

.wood-floor-section h2.title {
    font-size: 22px !important;
}

.wood-floor-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.wood-floor-section .contain {
    position: relative;
    z-index: 2;
}


.wood-floor-section .contain > h1 {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}

.wood-floor-section .goods-item.ul-list li {
    float: left;
    /*padding: 5px 40px;*/
    padding: 4px 0px;
    width: 180px;
    margin: 0px 2px 2px 0px;
    border: 1px solid rgb(131, 94, 78);
    text-align: center;
}
.wood-floor-section .goods-item.ul-list li {
    background-color: rgba(131, 94, 78, 1);
    color: #ffffff;

    -o-transition: all .40s linear;
    -webkit-transition: all .40s linear;
    -moz-transition: all .40s linear;
    transition: all .40s linear;
}
.wood-floor-section .goods-item.ul-list li:hover {
    background-color: rgba(170, 128, 109, 0.2);
    color: #000000;

    -o-transition: all .40s linear;
    -webkit-transition: all .40s linear;
    -moz-transition: all .40s linear;
    transition: all .40s linear;
}

.wood-floor-section .panel-heading a.collapsed {
    background-color: rgba(170, 128, 109, 0.2);
    color: #000000;
}
.wood-floor-section .panel-heading a {
    background-color: rgba(131, 94, 78, 1);
    color: #ffffff;
}
.wood-floor-section .panel-heading a:hover {
    background-color: rgba(131, 94, 78, 1);
    color: #ffffff;
}


.wood-floor-section .panel-body .title {
    font-size: 18px;
    padding: 6px 0px 2px 0px;
    font-weight: bold;
}
.wood-floor-section .panel-body .content {
    font-size: 12pt;
    padding: 0px 0px 16px 0px;
}


/* <-- wood-floor-section */








/**************************************/
/* --> work-process */
/**************************************/

.work-process {
    background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), rgba(255, 255, 255, 0.95) url('../../../images/section/service/1.jpg') no-repeat center top;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.work-process .title {
    margin-top: 0;
}
.work-process h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.work-process .separator-2 {
    display: block;
    width: 30px;
    height: 5px;
    margin: 15px 0 15px;
    background-color: #cccccc;
    position: relative;
}
.work-process h3 {
    font-size: 22px;
}

.work-process .row > .left {
    margin-bottom: 15px;
}

.service-process .servicesop {
    clear: both;
    /*margin: 50px 0 50px 0;*/
    margin: 15px 0 25px 0;
}
.service-process ol, ul {
    list-style: none;
    padding: 0;
}


.service-process .sop {
    height: 125px;
}
@media screen and (max-width: 991px) {
    .service-process .sop {
        height: auto;
    }
}


.service-process .servicedata img {
    float: left;
    width: 130px;
    display: block;
    margin-right: 15px;
}
.service-process .datatitle {
    display: block;
    width: 50%;
    margin: 0px auto;
}

.service-process .servicedata h3 {
    font-size: 28px;
    color: #02407f;
    font-weight: bold;
    text-align: left;
    margin: 5px 0;
}
.service-process .servicedata p {
    font-size: 14px;
    /*line-height: 30px;*/
}

.service-process .well {
    min-height: 20px;
    padding: 19px 12px;
    margin-bottom: 20px;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.service-process .process h5 samp {
    text-align: left;
    font-size: 18px;
    color: #e47534;
    font-weight: bold;
    opacity: 0.5;
    margin-right: 10px;
}
.service-process .process h5 {
    text-align: left;
    font-size: 18px;
    color: #e47534;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0px;
}
.service-process .process p {
    font-size: 15px;
    line-height: 25px;
    margin-left: 61px;
    margin-bottom: 0px;
}

.service-process .question h5 samp {
    text-align: left;
    font-size: 18px;
    color: #96400e;
    font-weight: bold;
    opacity: 0.5;
    margin-right: 10px;
}
.service-process .question h5 {
    text-align: left;
    font-size: 18px;
    color: #96400e;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0px;
}
.service-process .question p {
    font-size: 15px;
    line-height: 25px;
    margin-left: 61px;
    margin-bottom: 0px;
}
/* <-- work-process */


/**************************************/
/* --> article */
/**************************************/
.com_content.view-article .t3-mainbody,
.com_content.layout-blog .t3-mainbody {
    padding: 70px 0 20px 0;
}
.t3-content .article-body-text ul,
.t3-content .article-body-text ol {
    padding-left: 0 !important;
}
.t3-content .article-body-text ul,
.t3-content .article-body-text ol {
    margin-left: 20px !important;
}
/* <-- article */

/**************************************/
/* --> cust-menu */
/**************************************/

.cust-menu {
    padding-top: 45px;
    padding-bottom: 0px;
}
.cust-menu .nav.menu > li {
    float: left;
}
.cust-menu > .container {
    text-align: center;
}
.cust-menu > .container ul {
    display: inline-block;
    text-align: initial;
}
.cust-menu > .container > ul li {
    margin: 3px 3px 3px 3px !important;
    /*background-color: rgba(7, 135, 213, 1);*/
    border: 3px solid #ededed;
}
.cust-menu .nav.menu > li > a {
    font-size: 14px;
    border-radius: 0px;
    color: #000000;
}
.cust-menu > .container > ul li.active a {
    /*background-color: #054683 !important;*/
    background-color: #ffffff !important;
    color: #000000;
    font-weight: bold;
}
.cust-menu > .container > ul li.active {
    /*border: 3px solid #4d79a5;*/
    border: 3px solid rgba(83, 81, 80, 1);
}
.cust-menu > .container > ul li:hover a {
    /*background-color: #054683 !important;*/
    background-color: #ffffff !important;
    color: #000000;
}
.cust-menu > .container > ul li:hover {
    /*border: 3px solid #4d79a5;*/
    border: 3px solid rgba(83, 81, 80, 1);
}
.cust-menu .nav > li > a:hover,
.cust-menu .nav > li > a:focus {
    text-decoration: none;
    background-color: #ffffff;
}


.cust-menu .nav > li > a,
.cust-menu .nav > li > span,
.cust-menu .nav > li > .separator {
    /*padding-top: 16.5px;*/
    /*padding-bottom: 16.5px;*/
    padding: 10px 15px !important;
}
/* <-- cust-menu */



/* -> DJ-Catalog2 pagination */
.com_djcatalog2 .pagination {
    /*margin: 15px auto 10px !important;*/
    margin: 15px auto 0px !important;
}

.com_djcatalog2 .pagination > .active > a,
.com_djcatalog2 .pagination > .active > span,
.com_djcatalog2 .pagination > .active > a:hover,
.com_djcatalog2 .pagination > .active > span:hover,
.com_djcatalog2 .pagination > .active > a:focus,
.com_djcatalog2 .pagination > .active > span:focus {
    color: #000000;
    background-color: rgba(255, 255, 255, 0);
}
.com_djcatalog2 .pagination > li.disabled > a,
.com_djcatalog2 .pagination > li > a,
.com_djcatalog2 .pagination > li > span {
    /*border-bottom: 3px solid #ededed !important;*/
    border: 3px solid #ededed !important;
}
.com_djcatalog2 .pagination > li.active a {
    /*border: 3px solid #4d79a5 !important;*/
    border: 3px solid rgba(83, 81, 80, 1) !important;
}
.com_djcatalog2 .pagination > li.disabled > a:hover,
.com_djcatalog2 .pagination > li > a:hover,
.com_djcatalog2 .pagination > li > span:hover {
    background: rgba(255, 255, 255, 0);
    color: #000000;
    /*border: 3px solid #4d79a5 !important;*/
    border: 3px solid rgba(83, 81, 80, 1) !important;
}
.com_djcatalog2 .pagination > li > a:hover,
.com_djcatalog2 .pagination > li > span:hover,
.com_djcatalog2 .pagination > li > a:focus,
.com_djcatalog2 .pagination > li > span:focus {
    color: #000000;
    background-color: rgba(255, 255, 255, 0);
}
.com_djcatalog2 .pagination > li {
    margin: 3px;
}

.com_djcatalog2 .pagination > li {
    display: inline-flex;
}
.com_djcatalog2 .pagenav {
     margin-top: 3px;
}
/* <- DJ-Catalog2 pagination */












/***************************************************************************/

body {
    background-color: rgba(245, 245, 245, 1);
}

.home .t3-header {
    background-color: rgba(255, 255, 255, 0.8);
}
.header-transparent .t3-header {
    background-color: rgba(255, 255, 255, 0.9);
}



.header-transparent .t3-header.navbar-fixed-top {
    background: rgba(255, 255, 255, 0.9);
}

.header-transparent .header-area {
    position: relative;
}

.home .header-area {
    /*position: relative;*/
    position: absolute;
}
@media (max-width: 1200px) {
    .home .header-area {
        /*position: relative;*/
        /*position: absolute;*/
    }
}

ul.dj-mobile-light li.dj-mobileitem.parent > a span.toggler::before {
    content: "";
}
ul.dj-mobile-light li.dj-mobileitem.parent.active > a span.toggler::before {
    content: "";
}


#off-menu_135 {
    /*margin-top: 40px;*/
}
#off-menu_135 h3.sm-head span {
    color: #494949;
}
#off-menu_135 .sm-head {
    background: #99c6f0;
    background: -webkit-linear-gradient(top, #eeeeee, #eeeeee);
    background: -moz-linear-gradient(top, #eeeeee, #eeeeee);
    background: -ms-linear-gradient(top, #eeeeee, #eeeeee);
    background: -o-linear-gradient(top, #eeeeee, #eeeeee);
    background: linear-gradient(top, #eeeeee, #eeeeee);
}
.t3-sidebar.t3-sidebar-left {
    padding-right: 15px;
}
.layout-home .t3-mainbody {
    padding: 50px 0;
}



#off-menu_135 h3.sm-head span {
    font-family: 'Microsoft JhengHei', 'Noto Sans TC', sans-serif, Meiryo, Arial, Helvetica !important;
}
.off-menu_135 dl a,
.off-menu_135 dl a:link,
.off-menu_135 dl.level1 a,
.off-menu_135 dl.level1 a:link {
    font-family: 'Microsoft JhengHei', 'Noto Sans TC', sans-serif, Meiryo, Arial, Helvetica !important;
}


#vina-slideshow-content136 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px !important;
}
/*
.moduletable.slideshow > h3 {
    margin-top: 0px;
    margin-bottom: 13.5px;

    border-bottom: 3px solid rgba(7, 135, 213, 1);
    font-size: 14pt;
    padding: 3px 10px 6px 10px;
}
*/
#vina-slideshow-content136 .news-caption a {
    color: #ffffff;
    font-size: 16pt;
}


.slideshow-section > h3 {
    margin-top: 0px;
    margin-bottom: 13.5px;

    border-bottom: 3px solid rgba(7, 135, 213, 1);
    font-size: 20px;
    font-weight: 300;
    padding: 3px 10px 6px 10px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.20);
}

.service-box > h3 {
    margin-top: 0px;
    margin-bottom: 13.5px;

    border-bottom: 3px solid rgba(7, 135, 213, 1);
    font-size: 20px;
    font-weight: 300;
    padding: 3px 10px 6px 10px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.20);
}







/**************************************/
/* --> answer-section */
/**************************************/
.answer-section {
    background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), rgba(255, 255, 255, 0.95) url('../../../images/section/service/1.jpg') no-repeat center top;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.answer-section ol,
.answer-section ul {
    list-style: none;
    padding: 0;
}

.answer-section h2.title {
    font-size: 22px !important;
}

.answer-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.answer-section .contain {
    position: relative;
    z-index: 2;
}


.answer-section .contain > h1 {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}


.answer-section .panel-heading a.collapsed {
    background-color: #999999;
    /*color: #000000;*/
    color: #ffffff;
}
.answer-section .panel-heading a {
    background-color: #333333;
    color: #ffffff;
}
.answer-section .panel-heading a:hover {
    background-color: #333333;
    color: #ffffff;
}


.answer-section .panel-body .title {
    font-size: 18px;
    padding: 6px 0px 2px 0px;
    font-weight: bold;
}
.answer-section .panel-body .content {
    font-size: 12pt;
    padding: 0px 0px 16px 0px;
}

/* <-- answer-section */




.com_content.view-article .article-body-text {
    font-size: 12pt;
}






#djcatalog .nav-tabs>li>a {
    font-size: 14px;
}
.djc_description .djc_fulltext ul,
.djc_description .djc_fulltext ol {
    padding-left: 20px;
}
.djc_description .djc_tabs ul,
.djc_description .djc_tabs ol {
    padding-left: 20px;
}

.djc_description .djc_tabs h4 {
    margin-top: 0px;
    margin-bottom: 13.5px;
}





#djcatalog .djc_title {
    margin-top: 0px;
}



.off-menu_135 > .sm-level, #off-menu_135 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px 0px 0px 0px;
    border: 3px solid #ededed;
}
#off-menu_135 .sm-head {
    background: #ffffff !important;
    border-bottom: 3px solid #ededed !important;
}
.off-menu_135 dt, .off-menu_135 dl.level1 dt {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}



.off-menu_135 dl dt.notparent.opened.active a {
    color: #ffffff !important;
}
.off-menu_135 dl dt.notparent:hover a {
    color: #ffffff !important;
}
.off-menu_135 dt.level1.parent:hover {
    background-color: rgba(255, 255, 255, 0);
}
.off-menu_135 dl .parent:after, .off-menu_135 dl.level1 > .parent:after {
     background-image: none !important;
}





.com_djcatalog2 .t3-sidebar {
    padding-bottom: 0px;

    min-width: 500px;
}
@media (max-width: 768px) {
    .com_djcatalog2 .t3-sidebar .sm-parent {
        margin-top: 30px;
    }
}





.top-bar .declaration {
    float: right;
    padding: 0px 10px 3px 10px;
    /* background-color: #535150; */
    /* color: #ffffff; */
    /* background-color: #ffffff; */
    color: rgb(183, 183, 183);
    margin-right: 10px;
    margin-top: 2px;
    border-radius: 4px;
}


/**************************************/
/* --> station-list-section */
/**************************************/
.station-list-section {
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), rgba(255, 255, 255, 0.3) url('../../../images/section/common/bg.png') repeat;
    /*
    background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), rgba(255, 255, 255, 0.95) url('../../../images/section/service/1.jpg') no-repeat center top;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    */
}

.station-list-section h1.title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}


.station-list-section .list-table > table {
    background-color: #ffffff;
}

.station-list-section .list-table > table thead {
    background-color: #ffffff;
    color: #000000;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}
.station-list-section .list-table > table:hover thead {
    background-color: rgba(7, 135, 213, 0.8);
    color: #ffffff;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

.station-list-section .list-table:hover .table-bordered > thead > tr > th {
    border-bottom: 3px solid #dddddd;
    /*border-bottom: 3px solid rgba(7, 135, 213, 0.8);*/

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.station-list-section .list-table .table-bordered > thead > tr > th {
    border-bottom: 3px solid rgba(7, 135, 213, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.station-list-section .list-table table {

}
.station-list-section .list-table:hover table {
    /*border: 2px solid rgba(7, 135, 213, 0.8) !important;*/
}



.station-list-section .list-table .value .phone {
    display:inline;
    float: left;
}

.station-list-section .list-table a.contact {
    float: right;
    display: inline;
    background-color: rgba(7, 135, 213, 0.8);
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
}
.station-list-section .list-table a.contact:hover {
    background-color: rgba(7, 135, 213, 0.6);
}

.station-list-section .list-table a .contact-text {
    margin-right: 5px;
    display: inline;
}
.station-list-section .list-table a .contact-icon {
    display: inline;
    float: right;
    animation-duration: 3s;
    margin-right: 15px;
}


/* <-- station-list-section */




.t3-sidebar.t3-sidebar-right {
    padding-left: 15px;
}
.t3-sidebar {
    padding-bottom: 0px;
}



/**************************************/
/* --> embed-container */
/**************************************/
.youtube-embed-container {
    position: relative !important;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.youtube-embed-container iframe,
.youtube-embed-container object,
.youtube-embed-container embed {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* <-- embed-container */
















