/* --> 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 */

.t3-header {
    margin: 0;
}

.t3-header > .container > .row {
    /*background-color: #e7f8ff;*/
}

.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);
}

.header-transparent .t3-header {
    /*background-color: rgba(0, 0, 0, 0.7) !important;*/
}

.t3-header .logo-image img.logo-img {
    width: 100%;
    position: relative;
    top: 5px;
    -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%;
    position: relative;
    top: -2.5px;
    -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 .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: 75%;
        position: relative;
        top: -2.5px;
        -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(231, 166, 37, 0.8) !important;*/
    background-color: rgba(0, 0, 0, 1) !important;
    color: #ffffff;
}

.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(231, 166, 37, 0.8) !important;*/
    background-color: rgba(0, 0, 0, 1) !important;
    color: #ffffff;
}

.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: rgba(231, 166, 37, 0.8) !important;*/
    background-color: rgb(0, 0, 0) !important;
    color: #ffffff;
}

.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;*/
}

/* -> 底線效果 */
.dj-megamenu a.dj-up_a.active > span::after {
    content: '';
    display: block;
    width: 100%;
    height: 2.5px;
    background: rgba(255, 255, 255, 0.80);
    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(255, 255, 255, 0.80);
    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 */

/***************************************************/
/* --> cust-breadcrumb */
/***************************************************/

.cust-breadcrumb {
    padding: 90px 0px;
    /*padding: 23px 0px;*/
    /*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: linear-gradient(rgba(36, 39, 38, 0.45), rgba(36, 39, 38, 0.45)), rgba(36, 39, 38, 0.45) url('../../../images/section/breadcrumb/1.jpg') no-repeat center 20%;
    background-size: cover;
}

.cust-breadcrumb .title {
    margin-top: 74px;
}

.cust-breadcrumb .title h1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 38px;
    font-weight: 400;
    color: #ffffff;
}

.cust-breadcrumb .breadcrumb-element {
    color: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
    float: right;
}

.cust-breadcrumb ol.breadcrumb {
    background-color: transparent !important;
    color: #ffffff;
    font-size: 14px;
}

.cust-breadcrumb ol.breadcrumb a {
    color: #ffffff;
    font-size: 14px;
}

.cust-breadcrumb ol.breadcrumb i {
    color: #ffffff;
    font-size: 14px;
}

.cust-breadcrumb .breadcrumb > .active + li:before {
    content: "";
    padding: 0;
}

.cust-breadcrumb .breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}

/* <-- cust-breadcrumb */

/**************************************/
/* --> 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 {
    background-color: rgba(38, 38, 38, 1);
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    /*font-size: 12pt;*/
    padding: 40px 0px 20px 0px;
}

.footer-section a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.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.7);
    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.7);
    /*font-size: 12pt;*/
    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);
    color: rgba(255, 255, 255, 0.8);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: small;
    border-top: 0.5px;
    border-top-color: rgba(255, 255, 255, 0.2);
    border-top-style: solid;
}

footer .copyright .design-by {
    /*display: none;*/
}
footer .copyright .design-by a {
    color: rgba(255, 255, 255, 0.8);
}
/* <-- footer */

/**************************************/
/* --> service-item */
/**************************************/
.service-item h1.title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    /*color: #000000;*/
}

.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 30px 0px;
}

.service-item .qx-media .qx-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1.5px solid transparent;

    font-size: 20px !important;
    line-height: 47px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    /*background-color: #0787d5 !important;*/
    background-color: rgba(0, 0, 0, 0.7) !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: rgba(0, 0, 0, 0.7) !important;
    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;
}

.service-item .qx-media-left {
    padding-right: 20px;
}

.service-item .qx-media .qx-blurb-content h4 {
    margin-top: 0;
    margin-bottom: 10px;
}

.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 */

.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/1.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: 50px 30px 50px 30px;*/
    padding: 140px 20px 140px 50px;
}

@media only screen and (min-width: 768px) {
    .content-3-12 .content {
        margin-top: 0px;
        /*padding: 70px 20px 70px 50px;*/
        padding: 140px 20px 140px 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 .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-item */
.contact-item {
    font-size: 12pt;
}

.contact-item a {
    color: #000000;
}

.contact-item a:hover {
    color: rgba(231, 166, 37, 1);
}

.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: rgba(0, 0, 0, 0.7) !important;*/
    background-color: rgba(76, 165, 218, 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: rgba(0, 0, 0, 0.7) !important;*/
    color: rgba(76, 165, 218, 1) !important;
    /*border: 3px solid rgba(0, 0, 0, 0.7);*/
    border: 3px solid rgba(76, 165, 218, 1);

    -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 */

/* --> aboutus-section */
.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 */

/* --> gallery-section */
.gallery-section h1.title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}

/* <-- gallery-section */

#t3-content {
    font-size: 12pt;
}

/**************************************/
/* --> 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;*/
}

.com_djcatalog2 .t3-mainbody {
    padding-top: 50px;
    padding-bottom: 50px;
}

#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;
}

/* -> DJ-Catalog2 pagination */

.com_djcatalog2 .pagination > li {
    display: inline-flex;
}

.com_djcatalog2 .pagination {
    margin: 20px auto 0px !important;
}

.com_djcatalog2 .pagenav {
    margin-top: 3px;
}

/* <- DJ-Catalog2 pagination */

#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: 1.0px solid rgba(0, 0, 0, 0.08);
    background-color: rgba(238, 238, 238, 1.0) !important;
}

#djcatalog .djc_item .djc_title h3 {
    font-weight: 400;
    margin-bottom: 3px;
}

.com_djcatalog2 .t3-mainbody {
    padding-top: 35px;
    padding-bottom: 50px;
}

.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: 60px;
    padding-bottom: 50px;
}

/* <-- DJ-Catalog2 */







/**************************************/
/* --> service-section */
/**************************************/
.service-section {
    font-size: 12pt;
}

.service-section h1 {
    font-size: 38px;
    font-weight: 700;
}

.service-section .image-block {
    margin-bottom: 25px;
    text-align: center;
}

.service-section p.item {
    margin-bottom: 10px;
}

.service-section .box {
    /*margin-bottom: 25px;*/
    margin-bottom: 45px;
    font-size: 12pt;

    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
}

.service-section .box .icon-container {
    float: left;
    width: 70px;
    height: 70px;
    text-align: center;
    border: 3px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service-section .box:hover .icon-container {
    /*border: 3px solid rgba(0, 0, 0, 0.7);*/
    border: 3px solid rgba(76, 165, 218, 1);
    background-color: #ffffff;
    /*color: rgba(0, 0, 0, 0.7);*/
    color: rgba(76, 165, 218, 1);

}

.service-section .box i {
    font-size: 30px;
    line-height: 64px;
}
.service-section .default-bg {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    background-color: rgba(76, 165, 218, 1);
    color: #ffffff;
}
.service-section .circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.service-section .box .content {
    margin-left: 80px;
}
.service-section .box h2 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
}
/* <-- service-section */




/**************************************/
/* --> 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-home*/

/* <-- Slider Revolution */


/**************************************/
/* --> article */
/**************************************/
.com_content.view-article article.item h2 {
    font-size: 38px;
}

.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: 30px !important;
}

.com_content.view-article .article-body-text {
    font-size: 12pt;
}
/* <-- article */













