/* --> 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 */


/* Large Devices, .visible-lg-* */
@media (min-width: 1200px) {}

/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {}

/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) {}

/* Extra Small Devices, .visible-xs-* */
@media (max-width: 767px) {}









/***************************************************/
/* --> sidebar */
/***************************************************/
.t3-sidebar.t3-sidebar-right {
    padding-left: 15px;
}

/* <-- sidebar */


/***************************************************/
/* --> 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: 400;
    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 */

/***************************************************/
/* --> panel-group custom */
/***************************************************/
.panel-dark .panel-heading a.collapsed {
    background-color: #9992ad;
}

.panel-dark .panel-heading a,
.panel-dark .panel-heading a:hover {
    background-color: #797389;
}

/* <-- panel-group custom */






.com_content.view-article article.item h2 {
    font-size: 38px;
}

.t3-header {
    margin: 0;
}

#t3-content {
    font-size: 12pt;
}

.header-transparent .t3-header {
    /*background: rgba(245, 245, 245, 1.0);*/
    background: rgba(255, 255, 255, 1.0);
    /*background: url('../../../images/section/common/bg_default.png') repeat;*/
}
.header-transparent .t3-header.navbar-fixed-top {
    /*background: rgba(0, 0, 0, 0.7);*/
    background: rgba(255, 255, 255, 1.0);
    /*background: url('../../../images/section/common/bg_default.png') repeat;*/
}
html.home.header-transparent .t3-header {
    background: rgba(255, 255, 255, 0.9);
}
html.home.header-transparent .t3-header.navbar-fixed-top {
    background: rgba(255, 255, 255, 0.9);
}

html.home .t3-header {
    background-color: rgba(0, 0, 0, 0.5);
}




@media (min-width: 1200px) {
    .t3-header .logo-image img.logo-img {
        width: 100%;
        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: 14px 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 .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;
    }
}

@media (max-width: 1199px) {
    .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: 0 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 .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;
    }
}



/***************************************************/
/* --> dj-megamenu */
/***************************************************/
.dj-megamenu {
    /*background: rgb(194, 116, 199);*/
    height: 60px;
}

.t3-header .navbar {
    min-height: 45px;
}

.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: #9992ad !important;
    color: #ffffff;
    border-radius: 0;
}

.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: #7e788f !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-color: rgb(0, 0, 0) !important;*/
    background-color: #7e788f !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;*/
}

ul.dj-mobile-light li.dj-mobileitem.parent > a span.toggler::before {
    content: "";
    font-family: FontAwesome;
}
ul.dj-mobile-light li.dj-mobileitem.parent.active > a span.toggler::before {
    content: "";
    font-family: FontAwesome;
}

.dj-megamenu li a.dj-up_a {
    height: 60px;
}
.dj-megamenu li a.dj-up_a span {
    height: 60px;
    line-height: 60px;
}
.dj-megamenu li a.dj-up_a .arrow {
    top: 24px;
}
.dj-megamenu li:hover a.dj-up_a .arrow,
.dj-megamenu li.hover a.dj-up_a .arrow,
.dj-megamenu li.active a.dj-up_a .arrow {
    top: 27.5px;
}

/* -> 底線效果 */
.dj-megamenu a.dj-up_a.active > span::after {
    content: '';
    display: block;
    width: 100%;
    height: 2.5px;
    background: #9992ad;
    transition: width .5s;
    margin-top: -2.5px;
}

.dj-megamenu a.dj-up_a > span::after {
    content: '';
    display: block;
    width: 0;
    height: 2.5px;
    background: #9992ad;
    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.45), rgba(36, 39, 38, 0.45)), rgba(36, 39, 38, 0.45) 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');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.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);*/
    background-color: rgba(153, 146, 173, 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);*/

    /*background-color: #f5f5f5;*/
    background-color: #eeeeee;
    color: rgba(0, 0, 0, 1.0);

    font-size: 15px;
    padding: 40px 0px 0px 0px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 50;
}

.footer-section a {
    font-size: 15px;
    color: rgba(0, 0, 0, 1.0);
}

.footer-section a:hover {
    color: rgb(174, 174, 174);
}

.footer-section .logo-footer {
    margin-bottom: 10px;
}
.footer-section .logo-footer > img {
    width: 180px;
}

.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 .footer-content h2 {
    color: rgba(0, 0, 0, 1.0);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 400;
}




.footer-section ul.menu li {
    margin: 0 15px 8px 0;
}


.footer-section .footer-content > iframe {
    border: 1px solid rgba(255, 255, 255, 0.70);
    margin: 1px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px 0px #ffffff;
    -moz-box-shadow: 0 0 15px 0px #ffffff;
    box-shadow: 0 0 15px 0px #ffffff;
}




footer .copyright {
    background-color: #eeeeee;
    color: rgba(0, 0, 0, 0.8);
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: small;
    border-top: 0.5px;
    border-top-color: rgba(204, 204, 204, 0.30);
    border-top-style: solid;
}

footer .copyright .design-by {
    /*display: none;*/
}
footer .copyright .design-by a {
    color: rgba(255, 255, 255, 0.8);
}
/* <-- footer */


/**************************************/
/* --> separator */
/**************************************/

.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;*/
    background: #9992ad;
    position: absolute;
    top: -1px;
    left: -1px;
    content: "";
}

.separator-2 {
    display: block;
    width: 30px;
    height: 5px;
    margin: 15px 0 15px;
    /*background-color: #cccccc;*/
    background-color: #9992ad;
    position: relative;
}

.separator-11 {
    display: block;
    width: 60px;
    height: 1px;
    margin: 5px 0 5px;
    /*background-color: #cccccc;*/
    background-color: #9992ad;
    position: relative;
}

/* <-- separator */

/**************************************/
/* --> button */
/**************************************/
.btn.btn-primary {
    color: #ffffff !important;
    background-color: #9992ad;
    border-color: #9992ad;
}
.btn.btn-primary:hover {
    color: #9992ad;
    background-color: #ffffff;
    border-color: #9992ad;
}
/* <-- button */



/**************************************/
/* --> 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-section */
/**************************************/

.contact-section {
    /*
    background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), rgba(255, 255, 255, 0.4) url(../../../images/section/common/bg_1.png) 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: 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: 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: #9992ad;
}

.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;
    background-color: #9992ad !important;
    color: #ffffff !important;

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

    -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: #9992ad !important;
    border: 3px solid #9992ad;

    -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 .t3-mainbody {
    padding-left: 0;
    padding-right: 0;
}


#djcatalog .djc_item_col_first .djc_item_bg {
    margin-left: 20px;
}
#djcatalog .djc_item_bg {
    /*border: 1.0px solid rgba(0, 0, 0, 0.08);*/
    border: 3.0px solid #ededed;
    background-color: rgba(255, 255, 255, 0.8) !important;
    margin: 0 0 20px 20px;
}

#djcatalog .featured_item .djc_item_bg {
    background-color: rgba(255, 255, 255, 1) !important;
}

#djcatalog .djc_items .djc_image,
#djcatalog .djc_related_items .djc_image {
    border-bottom: 3.0px solid #ededed;
}

.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;
}
#djcatalog.djc_item .djc_fulltext {
    padding-top: 30px;
}


/* -> 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 */

/* -> DJ-Catalog2 cart_popup */
.com_djcatalog2 div.modal {
    position: fixed;
    top: 40%;
    left: 50%;
    bottom: auto;
    z-index: 1050;
    width: 80%;
    margin-left: -40%;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}

.com_djcatalog2 .modal-open .modal {
    overflow-y: hidden;
}
/* <- DJ-Catalog2 cart_popup */

#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: -10px;
}
@media (max-width: 767px) {
    #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 .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_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;
    text-align: center;
}

#djcatalog .djc_items .djc_title a {
    color: #000000;
    font-size: 14pt;
}

#djcatalog .djc_items .djc_title a:hover {
    color: rgb(135, 135, 135);
}

#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: #1da650;
}

.com_djcatalog2 .t3-mainbody {
    padding-top: 60px;
    padding-bottom: 50px;
}

/* => special */
#djcatalog .djc_items .djc_title {
    /*text-align: center;*/
}
#djcatalog .djc_items .djc_price {
    /*text-align: center;*/
}
.com_djcatalog2 #t3-mainbody {
    /*background: #f5f5f5;*/

    /*background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), rgba(255, 255, 255, 0.85) url('../../../images/section/common/brushed_metal3.jpg') repeat;*/
    /*background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), rgba(255, 255, 255, 0.7) url('../../../images/section/common/brushed_metal3.jpg') repeat;*/
    /*background-attachment: fixed;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
    /*height: 100%;*/
}
/* <= special */
/* <-- DJ-Catalog2 */




/**************************************/
/* --> service-section */
/**************************************/
.service-section {
    /*
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), rgba(255, 255, 255, 0.6) url(../../../images/section/common/bg_1.png) no-repeat center top;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    */
}


.service-section a.btn.btn-custom {
    padding: 8px 20px;
    background-color: #9992ad;
}
.service-section a.btn.btn-custom:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: rgba(83, 81, 80, 1) !important;
}

.service-section h2.title {
    font-weight: 400;
    font-size: 30px;
}


.service-section ul.list-icons li {
    margin: 0 20px 10px 0;
}




.service-section .panel-group .panel + .panel {
    margin-top: 5px;
}
.service-section .panel-group .panel-body ul {
    padding-left: 17px;
    list-style: none;
}
.service-section .panel-group .panel-body ul li {
    margin-bottom: 5px;
}
.service-section .panel-group .panel-body ul li:before {
    font-family: 'FontAwesome';
    content: '\f058';
    margin: 0 5px 0 -15px;
}



.service-section a.btn.btn-custom {
    padding: 8px 20px;
}
.service-section a.btn.btn-custom:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: rgba(83, 81, 80, 1) !important;
}


.service-section .col-md-6.float-right {
    float: right;
}
@media (max-width: 991px) {
    .service-section .col-md-6.float-right {
        float: none;
    }
}



/* <-- 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: 36px;
    /*line-height: 20px;*/
    line-height: 60px;
    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: #0787d5;*/
    background-color: #4d79a5;
}
.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;
}













/**************************************/
/* --> aboutus-section */
/**************************************/
.aboutus-section {
    /*
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), rgba(255, 255, 255, 0.6) url(../../../images/section/common/bg_1.png) no-repeat center top;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    */
}

.aboutus-section a.btn.btn-custom {
    padding: 8px 20px;
}
.aboutus-section a.btn.btn-custom:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: rgba(83, 81, 80, 1) !important;
}

.aboutus-section h1.title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}



@media (max-width: 1199px) {
    .aboutus-section #gallery {
        max-width: 100% !important;
    }
}
.aboutus-section #gallery .ug-bullets.ug-skin-default .ug-bullet {
    width: 12px;
    height: 12px;
    background-position: top left;
    margin-left: 7px;
    background-image: none;
    background-color: rgba(255, 255, 255, .5);
}
.aboutus-section #gallery .ug-bullets.ug-skin-default .ug-bullet.ug-bullet-active {
    background-position: bottom left;
    background-color: #ffffff;
}

/* <-- 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: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), rgba(255, 255, 255, 0.6) url(../../../images/section/common/bg_1.png) 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 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: 30px !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;
}
.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;
}
.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 */



/* --> pagination */
.com_djcatalog2 .pagination {
    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;
}
.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;
}
.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;
}
/* <-- pagination */







/**************************************/
/* --> biz-flow-section */
/**************************************/

.biz-flow-section {
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), rgba(255, 255, 255, 0.6) url(../../../images/section/common/bg_1.png) no-repeat center top;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.biz-flow-section .timeline > li > .timeline-badge {
    z-index: 1;
}

.biz-flow-section .timeline > li > .timeline-panel {
    background-color: #ffffff;
}

.biz-flow-section h1.title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}

.biz-flow-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;
}

.biz-flow-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;
}

.biz-flow-section .timeline .timeline-body ul {
    list-style-type: square;
    padding-left: 20px;
}


/* <-- biz-flow-section */


/**************************************/
/* --> price-section */
/**************************************/
.price-section {
    background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), rgba(255, 255, 255, 0.4) url(../../../images/section/common/bg_1.png) no-repeat center top;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}
.price-section h1.title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}

.price-section ul {
    padding-left: 17px;
    list-style: none;
}
.price-section ul li {
    margin-bottom:10px;
}
.price-section ul li:before {
    font-family: 'FontAwesome';
    content: '\f058';
    margin:0 5px 0 -15px;
}
/* --> price-section */





/**************************************/
/* --> faq-section */
/**************************************/
.faq-section {
}
.faq-section h1.title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-top: 0px;
}

.faq-section ol {
    padding-left: 20px;
}
.faq-section ol li {
}

.faq-section ul.check-circle {
    padding-left: 17px;
    list-style: none;
}
.faq-section ul.check-circle li {
    margin-bottom:10px;
}
.faq-section ul.check-circle li:before {
    font-family: 'FontAwesome';
    content: '\f058';
    margin:0 5px 0 -15px;
}

.faq-section .panel-group .panel + .panel {
    margin-top: 13px;
}

/* --> faq-section */






/**************************************/
/* --> carpentry-section */
/**************************************/
html.layout-carpentry .cust-breadcrumb {
    padding: 90px 0px;
    background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), rgba(0, 0, 0, 0.25) url('../../../images/section/carpentry/banner_1.jpg') no-repeat center 20%;
    background-size: cover;
    background-attachment: fixed;
}

.carpentry-section {
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), rgba(255, 255, 255, 0.6) url(../../../images/section/common/bg_1.png) no-repeat center top;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.carpentry-section a.btn.btn-custom {
    padding: 8px 20px;
}
.carpentry-section a.btn.btn-custom:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: rgba(83, 81, 80, 1) !important;
}

.carpentry-section h2.title {
    font-weight: 400;
    font-size: 30px;
}


.carpentry-section .call-to-action {
    padding: 30px 0px;

    background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), rgba(0, 0, 0, 0.25) url('../../../images/section/carpentry/banner_1.jpg');
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.carpentry-section .call-to-action h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
}
.carpentry-section .banner-content li {
    display: inline;
    margin-right: 5px;
}
.carpentry-section .banner-content li i {
    background-color: #f8d449;
    color: #ffffff;
    font-size: 30px;
    line-height: 60px;
    width: 60px;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.carpentry-section .banner-content li i:hover {
    color: #f8d449;
    background-color: #ffffff;
}
.carpentry-section .call-to-action .banner-content li span {
    font-size: 26px;
    font-weight: 400;
    color: #f8d449;
}
@media (max-width: 991px) {
    .carpentry-section .call-to-action h2 {
        font-size: 24px;
    }

    .carpentry-section .call-to-action .banner-content li span {
        font-size: 22px;
    }
}
/* <-- carpentry-section */

/**************************************/
/* --> 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: 30px !important;
}
.com_content.view-article .article-body-text {
    font-size: 12pt;
}
/* <-- article */






.tparrows.preview4 .tp-arr-titleholder {
    display: none;
}
.tp-bullets.preview4 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 5px !important;
    margin-bottom: 0px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;

    border-radius: 0px;
}

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, .5) !important;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, .5) !important;
}




.t3-wrapper {
    /*background: url('../../../images/section/common/bg_default.png') repeat;*/
    /*background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), rgba(255, 255, 255, 0.4) url('../../../images/section/common/bg_default.png');*/
    /*background-repeat: repeat;*/
}


.t3-mainbody {
    background: transparent;
}
.com_content.view-category.layout-blog .t3-mainbody,
.com_content.view-article .t3-mainbody {
    background: transparent;
}

.com_content.view-category.layout-blog article.item {
    box-shadow: 0px 0px 36px 0px rgba(231, 231, 231, 0.66);
}



/**************************************/
/* --> gallery-section */
/**************************************/
/*
html.layout-gallery .t3-wrapper {
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), rgba(255, 255, 255, 0.6) url(../../../images/section/common/brickwall.png) 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 {
    /*background: url('../../../images/section/common/brickwall.png') repeat;*/
    background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), rgba(255, 255, 255, 0.4) url('../../../images/section/common/brickwall.png');
    background-repeat: repeat;
}


.gallery-section h1.title {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}

.gallery-section .filters .nav > li > a {
    position: relative;
    display: block;
    padding: 6px 15px;
    line-height: 27px;
    cursor: pointer;
    color: #333333;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    margin: 0 5px 5px 0;
}
.gallery-section .filters .nav-pills > li.active > a,
.gallery-section .filters .nav-pills > li.active > a:hover,
.gallery-section .filters .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #9992ad;
}

.gallery-section .filters .nav > li > a:hover {
    color: #ffffff;
    background-color: #9992ad;
}


.gallery-section .filters .nav-pills > li + li {
    margin-left: 0;
}

.gallery-section .isotope-container .image-box {
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
}
.gallery-section .isotope-container .image-box .overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-section .isotope-container .image-box a.overlay {
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
}
.gallery-section .isotope-container .image-box .overlay {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: rgba(241, 241, 241, 0.85);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.gallery-section .image-box .overlay-container:hover .overlay,
.gallery-section .image-box .overlay-container:hover .overlay-links {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-section .isotope-container .image-box a.overlay:hover {
    text-decoration: none;
}
.gallery-section .isotope-container .image-box a.overlay i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 40px;
    line-height: 42px;
    color: #9992ad;
    margin-top: -22px;
    margin-left: -18px;
    text-align: center;
}
.gallery-section .isotope-container .image-box .overlay span {
    position: absolute;
    display: block;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: #000000;
}

.gallery-section .isotope-container .isotope-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

/* <-- gallery-section */








