a:hover {
    text-decoration: none;
}

#main-nav,
.menu-wrapper-area,
footer {
    display: none;
}

.container-fluid.productlist._index {
    padding: 0;
}


/* 選單hover */

.dropdown-menu > li.kopie > a {
    padding-left: 5px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 1px;
}

.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .navbar-nav {
        display: inline;
    }
    .navbar .navbar-brand {
        display: inline;
    }
    .navbar .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar .navbar-nav .dropdown-menu > li > a {
        color: red;
        border-radius: 4px;
        margin-top: 2px;
    }
    .navbar .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }
    .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #ccc;
    }
    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }
    .dropdown-menu {
        padding-left: 10px;
    }
    .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }
    .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }
    li.dropdown.open {
        border: 0px solid red;
    }
}

@media (min-width: 768px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }
    #navbar {
        text-align: center;
    }
}


/* logo */

.navbar-brand {
    padding: 5px 15px;
}


/* 選單 */

.navbar-static-top {
    z-index: 9999;
}

.navbar-nav {
    margin-left: 6%;
    margin-top: 2%;
}

.navbar {
    background-color: transparent;
    border-color: transparent;
    position: relative;
    z-index: 9999;
}

.navbar .navbar-nav>li>a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin: 0 9px;
    padding: 10px 3px 3px;
    letter-spacing: 2px;
    text-shadow: 2px 2px 2px #000;
    font-size: 16px;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    color: #1d2087;
    background-color: transparent;
    font-weight: bold;
    text-shadow: 2px 2px 2px transparent;
}

.navbar .navbar-nav>.open>a,
.navbar .navbar-nav>.open>a:hover,
.navbar .navbar-nav>.open>a:focus {
    background: transparent;
    color: #1d2087;
    font-weight: bold;
    text-shadow: 2px 2px 2px transparent;
}

.header-icon a {
    float: left!important;
    padding: 0px 1px!important;
    margin: 0 1px!important;
    border-bottom-color: transparent!important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header-icon a:hover,
.header-icon a:focus {
    opacity: .7;
    margin-top: -3px!important;
}


/* 第二層 */

.dropdown-menu {
    overflow: initial;
    min-width: 90px;
    left: -5px;
    background: rgba(255, 255, 255, .9);
    width: 105px;
}

.short-dropdown {
    left: -6px!important;
    min-width: 105px;
}

.dropdown-menu>li>a {
    text-align: center;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background: transparent;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a:hover {
    text-decoration: none;
    color: #1d2087;
    font-weight: bold;
}

.navbar-brand img {
    width: 300px;
}


/* banner */

.banner {
    margin-top: -90px;
    z-index: 1;
    position: relative;
}

.banner .owl-carousel .owl-item {
    opacity: .9;
}

.slogan {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    margin-top: -27%;
    position: relative;
    z-index: 55;
    font-weight: bold;
    color: #fff;
    letter-spacing: 4px;
    text-shadow: 3px 3px 5px #000;
    animation-name: slogan-fade;
    animation-duration: 3s;
}

@keyframes slogan-fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* 首頁關於我們 */

.home-about {
    margin-top: 27%;
    text-align: center;
    margin-bottom: 5%;
}

.about-title {
    font-weight: bold;
    font-size: 55px;
    color: #231815;
}

.about-title-en {
    font-weight: bold;
    display: inline-block;
    border-bottom: 4px solid #f39800;
    padding: 4px 10px;
    font-size: 16px;
}

.home-about-content {
    max-width: 600px;
    margin: 2% auto 0;
    line-height: 2;
    font-size: 16px;
}

.home-product {
    background: url(http://rawpanel.com/N2ISC/image.aspx?id=c092fa9131ab44acac32471695ba415b) 0 0 no-repeat;
    background-size: 100% 100%;
    padding: 3% 0 6%;
}

.home-product .container {
    padding: 0 5%;
}

.home-product-pic {
    width: 28%;
    float: left;
}

.home-product-pic img {
    width: 100%;
}

.home-product-content {
    width: 72%;
    float: left;
    color: #fff;
    line-height: 2;
    padding-left: 6%;
    font-size: 16px;
}

.home-product-title {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 5%;
}


/* 首頁-工程實績 */

.home-works {
    text-align: center;
    margin: 4% auto 3%;
    padding: 0 5%;
}

.home-works-title {
    font-weight: bold;
    font-size: 38px;
    color: #231815;
}

.home-works-box {
    width: 33%;
    float: left;
    margin-top: 5%;
    padding: 3%;
    overflow: hidden;
}

.home-works-box img {
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.home-works-box img:hover {
    opacity: .7;
}

.home-works-text {
    font-size: 20px;
    font-weight: bold;
    margin: 2% auto;
    margin-top: 8%;
    color: #3e3a39;
}


/* footer */

.footer {
    text-align: center;
    color: #3e3a39;
    font-weight: bold;
}

.green-line {
    background: #3f4239;
    width: 100%;
    height: 45px;
}

.footer-logo {
    font-size: 16px;
    font-weight: bold;
    margin-top: 2%;
}

.copy--right {
    margin-top: 2%;
}

.copy--right a {
    color: #3e3a39;
}

.copy--right a:hover,
.copy--right a:focus {
    color: #999;
}


/* 服務項目-外牆拉皮 */

.inner-banner {
    margin-top: -110px;
}

.container-fluid.addauto,
.container-fluid.addauto>.col-md-12,
.container-fluid.addauto>.col-md-12>.col-md-12 {
    padding: 0!important;
}

.title-area {
    padding: 5px;
    margin: 10px;
    border: 2px solid #dcdcdc;
    margin-top: 5%;
}

.title,
.title h2 {
    font-size: 22px;
    text-align: left!important;
    font-weight: normal;
    background: #dcdcdc;
    padding: 15px;
    margin: 0 auto;
    font-weight: bold;
    position: relative;
    padding-left: 45px;
}

.title img {
    vertical-align: bottom;
    position: absolute;
    left: 5px;
    top: 5px;
}

.page-inner p,
.page-inner li {
    font-size: 16px;
    line-height: 2;
}

.service-wall-box {
    text-align: left;
    /* border: 1px solid #ccc; */
    padding: 10px;
    margin: 20px 10px;
    position: relative;
    float: left;
    width: 98%;
    /* background: #eeecde; */
}

/* .service-wall-box:before {
    content: '';
    display: block;
    width: 2px;
    height: 17px;
    position: absolute;
    right: 8px;
    bottom: 0px;
    background: #555;
    transform: skewX(-45deg);
}

.service-wall-box:after {
    content: '';
    display: block;
    width: 2px;
    height: 30px;
    position: absolute;
    right: 15px;
    bottom: 0px;
    background: #555;
    transform: skewX(-45deg);
} */

.second-title {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    margin: 5px auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    color: #1d2088;
    background: #555;
    color: #fff;
    padding: 5px;
}

.service-wall-box ul {
    list-style: none;
}

.textcenter {
    text-align: center;
}

.service-wall-pic {
    margin: 50px auto;
    width: 46%;
    float: left;
    margin: 0 2%;
}

.service-wall-pic img {
    margin: 10px auto;
}

.service-wall-pic p {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.third-title {
    font-size: 20px;
    font-weight: bold;
    margin: 5px auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    color: #1d2088;
    text-align: center;
    margin-bottom: 5%;
}

.third-title:before {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 14px solid #1d2088;
    border-bottom: 7px solid transparent;
    padding-left: 10px;
}

.third-title:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 14px solid #1d2088;
    border-bottom: 7px solid transparent;
    padding-right: 10px;
}

.table.table-wall {
    width: 98%;
    margin: 0 auto;
    font-size: 16px;
}

.table.table-wall thead tr {
    background: #215967!important;
    color: #fff;
}

.table.table-wall tr:nth-child(odd) {
    background: #b8cce4;
}

.table.table-wall tr:nth-child(even) {
    background: #dce6f1;
}
.table.table-wall tr td {
    vertical-align: middle;
    text-align: center;
}
.table.table-wall tr td:nth-child(1) {
    width: 20%;
}
.table.table-wall tr td:nth-child(2),
.table.table-wall tr td:nth-child(3) {
    width: 40%;
}

/* 服務項目-興建合作 */

.inner-pic {
    margin: 20px auto;
}

.service-corp-link {
    list-style: none;
    padding-left: 0;
    display: flex;
    max-width: 500px;
    margin: 2% auto;
}

.service-corp-link li {
    width: 20%;
    float: left;
    position: relative;
}

.service-corp-link li:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 6px;
    width: 1px;
    height: 18px;
    background: #ccc;
}

.service-corp-link li:last-child:after {
    display: none;
}

.service-corp-link a {
    color: #000;
}

.service-corp-link a:hover,
.service-corp-link a:focus {
    color: #999;
}

.service-corp-pic,
.service-corp-text {
    width: 50%;
    float: left;
    padding: 10px;
}

.service-corp-pic {
    margin-top: 5%;
}

.contentGroup .service-wall-box {
    width: 48%;
    float: left;
    padding: 10px;
    min-height: 300px;
    display: block;
}

.tabpanels .tab {
    width: 20%;
    float: left;
    font-size: 16px;
    position: relative;
}

.tabpanels .tab:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
    width: 1px;
    height: 18px;
    background: #ccc;
}

.tabpanels .tab:last-child:after {
    display: none;
}


/* 政府補助-外牆拉皮 */

.goverment-wall-text {
    width: 70%;
    float: left;
}

.goverment-wall-pic {
    width: 30%;
    float: left;
}

.sand-house-box {
    text-align: center;
}

.sand-house-box:after {
    content: '↓';
    display: block;
    color: #1d2088;
    font-size: 22px;
}

.sand-house-box:last-child:after {
    display: none;
}

.sand-house-box p {
    display: inline-block;
    border: 3px solid #1d2088;
    color: #000;
    padding: 10px 20px;
    margin: 0;
}

.sand-house-box:first-child {
    margin-top: 5%;
}

.sand-house-box:last-child {
    margin-bottom: 5%;
}

.sand-house-box:first-child p {
    background: #1d2088;
    color: #fff;
}


/* 關於我們 */

.about-text {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    padding: 10px;
}

.about-text:after {
    content: url(http://rawpanel.com/N2ISC/image.aspx?id=6785a263804c438b8c4b29cb76e1de85);
    display: block;
    position: absolute;
    right: 50px;
    bottom: 10px;
}

.flexbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-logo {
    width: 50%;
}


/* 聯絡我們 */

.contact-us {
    display: none;
}

.contact.product .contact-us {
    display: block;
}

.contact.product {
    padding: 0 !important;
}

.container.title {
    margin: 20px auto;
    padding: 5px;
    border: 2px solid #dcdcdc;
    margin-top: 0%;
    background: transparent;
}

.title h2 {
    padding: 5px 10px;
}

.title h2:before {
    content: url(http://rawpanel.com/N2ISC/image.aspx?id=60f347378e024e9aa7cc1f769917058d);
    display: inline-block;
    vertical-align: sub;
}

.btn:hover,
.btn:active,
.btn:focus {
    background-color: #1d2099;
    border: 2px solid #1d2099;
}

.contact-us {
    margin: 1% auto 3%;
    font-size: 16px;
}

.contact-us.service-wall-box {
    width: 100%;
}

.contact_img {
    position: relative;
    top: -90px;
}


/* 工程實績 */

.font-bold {
    font-weight: bold;
}


/* 日本珪藻土 */

.soil-box {
    margin: 3% auto;
}

.soil-box .third-title {
    border-bottom: 0;
    margin-bottom: 0;
}

.soil-box p {
    text-align: center;
}

.soil-box img {
    margin: 10px auto;
}

.col-sm-6.col-xs-12 .soil-pic {
    width: 100%;
    padding: 10px;
}

.soil-pic-box>div {
    width: 33%;
    padding: 10px;
    float: left;
}

.soil-pic {
    width: 100%;
}

.soil-de {
    color: #1d2099;
    font-weight: bold;
    font-size: 18px;
}

.soil-choose {
    text-align: center;
}

.soil-choose img {
    margin: 2px;
}

.soil-type {
    margin-top: 5%;
}

.soil-type img {
    width: 50%;
}

.circle {
    font-size: 19px!important;
    line-height: 1!important;
}

.circle span {
    font-size: 38px;
    vertical-align: middle;
}


/* 外牆塗料 */

.paint-box img {
    margin: 10px auto;
    width: 70%;
}


/* 工程實績 */

.engineer img {
    width: 100%;
}

.engineer.paint a {
    height: 190px;
    overflow: hidden;
    display: block;
}

address {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
}

.decorate-bg {
    padding: 10px;
    background: #f0f8ff;
    box-shadow: 5px 5px 10px #aaa;
}

.soil-choose img {
    width: 146px;
    height: 144px;
}

.hvr-underline-from-left:before {
    background: #ccc;
}

.table.table-soil {
    width: 90%;
    margin: 0 auto;
}

.table.table-soil thead tr {
    background: #99b958!important;
}

.table.table-soil tr:nth-child(odd) {
    background: #d7e4bc;
}

.table.table-soil tr:nth-child(even) {
    background: #eaf1dd;
}

.table.table-soil tr td:nth-child(1) {
    width: 30%;
}

.table-soil-box {
    list-style: none;
    padding-left: 0;
}

.table-soil-box li {
    position: relative;
    width: 33%;
    float: left;
    margin: 5px 0;
}

.table-soil-box p {
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .navbar .navbar-brand {
        width: 250px;
    }
    .navbar-brand img {
        width: 100%;
    }
    .navbar .navbar-nav>li>a {
        font-size: 15px;
        margin: 0 6px;
    }
    .nav>li>a>img {
        width: 35px;
    }
    .navbar-nav {
        margin-left: 0%;
    }
    .slogan {
        font-size: 40px;
    }
    .about-title {
        font-size: 45px;
    }
    .home-works-title,
    .home-product-title {
        font-size: 30px;
    }
    .home-works-text {
        font-size: 18px;
    }
    .home-about-content,
    .home-product-content {
        font-size: 15px;
    }
    /* 服務項目-興建合作 */
    .contentGroup .service-wall-box {
        width: 47%;
        min-height: 350px;
    }
    /* 關於我們 */
    .about-text:after {
        right: 30px;
    }
}

@media screen and (max-width: 992px) {
    .container-edit {
        max-width: 100%;
        width: 100%;
    }
    .navbar-nav {
        margin-left: 0%;
    }
    .banner {
        margin-top: -135px;
    }
    .home-product {
        padding: 4% 0 8%;
    }
}

@media screen and (max-width: 768px) {
    .navbar-header {
        width: 100%!important;
        text-align: center;
        margin-bottom: 2%;
    }
    .navbar-brand {
        width: 100%!important;
        text-align: center;
    }
    .navbar-brand img {
        width: 250px;
    }
    .banner {
        margin-top: -140px;
    }
    /* 服務項目-外牆拉皮 */
    .inner-banner {
        margin-top: -145px;
    }
    .title {
        font-size: 20px;
        line-height: 30px;
    }
    .second-title {
        font-size: 18px;
    }
    /* 服務項目-興建合作 */
    .contentGroup .service-wall-box {
        width: 100%;
        min-height: auto;
        float: none;
        margin: 10px auto;
    }
    .service-corp-pic,
    .service-corp-text {
        width: 100%;
        float: none;
        padding: 10px;
    }
    .contact_img {
        top: -115px;
    }
    /* 日本珪藻土 */
    .soil-type img,
    .col-xs-12 .soil-pic {
        width: 100%;
    }
    .table-soil-box li img {
        width: 100%;
        padding: 5px;
    }
}

@media screen and (max-width: 767px) {
    .navbar {
        margin-bottom: 0;
    }
    .navbar-header {
        width: auto!important;
        text-align: left;
        margin-bottom: 0%;
        height: 75px;
    }
    .navbar-brand {
        width: auto!important;
        text-align: left;
    }
    .navbar-toggle {
        margin-top: 20px;
    }
    .nav>li>a>img {
        width: auto;
        margin-top: 5px;
    }
    .banner {
        margin-top: 0px;
    }
    .navbar .navbar-toggle {
        border-color: #1d2087;
    }
    .navbar .navbar-toggle .icon-bar {
        background-color: #1d2087;
    }
    .navbar .navbar-nav>li>a {
        color: #000;
        text-shadow: 2px 2px transparent;
        font-size: 16px;
    }
    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus {
        background-color: #6fa364;
        border-color: transparent;
    }
    .dropdown-menu>li>a {
        color: #26920a;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 10px;
    }
    .navbar-nav .open .dropdown-menu {
        background: rgba(29, 32, 135, .2);
    }
    .navbar .navbar-nav .open .dropdown-menu > li > a {
        text-align: left;
        padding-left: 25px;
    }
    .navbar .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #1d2087;
        background-color: transparent;
    }
    .dropdown-menu {
        padding-left: 0;
    }
    .dropdown-submenu>a:after {
        padding-right: 10px;
    }
    #wrap {
        padding-top: 0!important;
    }
    .container-fluid.addauto,
    .page-inner {
        padding: 0!important;
    }
    .home-product-pic,
    .home-product-content,
    .home-works-box {
        width: 100%;
        float: none;
    }
    .home-product {
        padding: 5% 0 15%;
    }
    .home-product-pic img {
        width: 50%;
    }
    .home-works-box {
        margin-top: 0;
    }
    /* 服務項目-外牆拉皮 */
    .inner-banner {
        margin-top: 0;
    }
    .contact_img {
        top: 0;
    }
    /* 政府補助-外牆拉皮 */
    .goverment-wall-text,
    .goverment-wall-pic {
        width: 100%;
        float: none;
    }
    .flexbox {
        display: block;
    }
    .soil-pic-box>div {
        width: 100%;
        padding: 10px;
        float: none;
    }
    .circle {
        font-size: 17px!important;
    }
    .circle span {
        font-size: 34px;
    }
}

@media screen and (max-width: 480px) {
    .navbar .navbar-brand {
        width: 220px;
    }
    .navbar-brand img {
        width: 190px;
    }
    .slogan {
        font-size: 20px;
    }
    .about-title {
        font-size: 30px;
    }
    .home-product-title {
        font-size: 20px;
    }
    .home-works-title {
        font-size: 24px;
    }
    .home-works-text {
        font-size: 16px;
        margin-top: 3%;
    }
    /* 服務項目-外牆拉皮 */
    .title img {
        /* top: auto; */
        vertical-align: baseline;
    }
    .service-wall-pic {
        margin: 30px auto;
    }
    .service-wall-pic p {
        font-size: 18px;
    }
    /* 關於我們 */
    .about-text {
        padding-bottom: 50px;
    }
    /* 日本珪藻土 */
    .soil-box img {
        width: 100%;
    }
    .soil-choose {
        text-align: center;
    }
    .soil-choose img {
        margin: 5px auto;
    }
    .paint-box img {
        margin: 10px auto;
        width: 100%;
    }
    .soil-choose img {
        width: auto;
        width: 47%;
        float: left;
        margin: 5px;
    }
    /* 聯絡我們 */
    .contact.product {
        padding: 10px!important;
    }
    .container.title {
        margin-top: 5%;
        margin: 10px;
    }
    .title-area {
        margin: 10px 0 10px 10px;
    }
    .service-wall-pic {
        width: 100%;
        float: none;
    }
    .featherlight .featherlight-content {
        width: 85%;
    }
    .table-soil-box li {
        width: 100%;
        float: none;
        margin: 5px 0;
    }
    .table-soil-box p {
        position: relative;
        line-height: 1;
        margin: 0;
        text-align: center;
    }
}
