/*-----------基礎設定--------------*/

html,
body,
li,
p {
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.tmargin {
    margin-top: 30px;
}

.bmargin {
    margin-bottom: 30px;
}

.bgmargin {
    margin-bottom: 60px;
}

a {
    color: #1d449a;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #fb8510;
    text-decoration: none;
}

.org {
    color: #db4814;
}

.yellowbg {
    background-color: #fdfbf5;
}

.graywbg {
    background-color: #fcfcfc;
}

.carousel {
    position: relative;
}

@media (min-width: 1200px) {
    .carousel {
        position: relative;
        margin-top: 0px;
    }
}

/*-----------LOGO更改--------------*/
.navbar-brand img {
    display: block;
    margin: 15px auto;
    width: 218px;
}

@media (max-width: 992px) {
    .navbar-brand img {
        margin: 8px auto;
        width: 50%;
    }
}

.navbar-brand {
    height: 70px;
}

.navbar {
    min-height: 85px;
}

nav ul li {
    height: 70px;
    overflow: hidden;
}

.item-btn {
    top: 0;
    position: relative;
    height: 120px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}

.item-top {
    color: #323232;
}

.item-bottom {
    color: #f99046;
}

.item-top,
.item-bottom {
    height: 60px;
    position: relative;
    text-align: center;
}

.item-btn:hover {
    top: -60px;
}

@media (max-width: 992px) {
    nav ul li {
        height: 40px;
        overflow: hidden;
    }

    .item-btn {
        top: 0;
        position: relative;
        height: 80px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-align: left;
    }

    .item-top {
        color: #6f6f6f;
    }

    .item-bottom {
        color: #f99046;
    }

    .item-top,
    .item-bottom {
        height: 40px;
        position: relative;
        text-align: left;
    }

    .item-btn:hover {
        top: -40px;
    }
}



/*-----------搜尋更改--------------*/
.navbar-form {
    border-color: transparent !important;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 0 transparent;
}

.form-control {
    display: block !important;
    width: 100% !important;
}

.input-group {
    width: 100%;
}

.search-btn {
    background: transparent;
    border: none;
}



/*-----------nav更改--------------*/
.collapse.navbar-collapse {
    padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .collapse.navbar-collapse {
        padding-bottom: 0px;
    }
}

.navbar {
    position: relative;
    border: 1px solid #ccc;
}

.goog-te-gadget-simple {
    background-color: transparent !important;
    opacity: 0.8;
    border-left: 1px solid transparent !important;
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #6f6f6f !important;
}

.goog-te-gadget-icon {
    display: none !important;
}

.goog-te-menu-value span {
    border-left: rgba(255, 255, 255, 0) !important;
    color: #6f6f6f !important;
    font-size: 15px;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif !important;
}

@media (max-width: 919px) {
    .goog-te-gadget-simple .goog-te-menu-value {
        color: #e7cd7c !important;
    }

    #google_translate_element {
        margin-top: 0px;
    }
}

#goog-gt-tt {
    color: #6f6f6f !important;
    box-shadow: 0 0 0 transparent !important;
    font-size: 15px !important;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif !important;
}

@media (min-width: 1199px) {
    ul.nav.navbar-nav.navbar-center {
        margin: 20px 0 0 250px !important;
    }
}

.fa {
    padding: 0 5px !important;
    font-size: 17px !important;
}


/*-----------header-漢堡--------------*/
@media screen and (max-width: 1199px) and (min-width:993px) {
    nav.navbar.bootsnav .navbar-toggle {
        margin-top: 26px;
    }
}




/*-----------首頁-topbanner更改--------------*/
#carousel-id .item img {
    width: 100%;
    height: auto;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.icon-right,
.icon-left {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
    font-size: 35px;
}

.carousel-inner img{
    width: 100%
}
/*首頁banner左右箭頭*/
@font-face {
    font-family: 'icomoon';

    src: url('../fonts/icomoon.eot?mz9gi1');
    src: url('../fonts/icomoon.eot?mz9gi1#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?mz9gi1') format('truetype'),
        url('../fonts/icomoon.woff?mz9gi1') format('woff'),
        url('../fonts/icomoon.svg?mz9gi1#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-gotop:before {
    content: "\e900";
}

.icon-left:before {
    content: "\e902";
    font-size: 70px;
}

.icon-right:before {
    content: "\e901";
    font-size: 70px;
}


@media screen and (min-width: 992px) {
    .icon-left:before {
        font-size: 90px;
    }

    .icon-right:before {
        font-size: 90px;
    }
}

/*------------------首頁-產品介紹--------------------------*/
/*------標題--------*/
.service_box {
    padding: 60px 0;
}

.service_title {
    margin-bottom: 30px;
}

.service_title h2 {
    text-align: center;
    color: #333;
    font-size: 21px;
    margin: 0 auto;
    width: 160px;
    font-weight: bold;
}

.service_title h2 span:before {
    content: '';
    width: 30px;
    background: #f99046;
    height: 1px;
    position: absolute;
    left: 0;
    top: 60%;
}

.service_title h2 span:after {
    content: '';
    width: 30px;
    background: #f99046;
    height: 1px;
    position: absolute;
    right: 0;
    top: 60%;
}

.service_title h2 span {
    text-align: center;
    display: block;
    font-size: 15px;
    color: #f99046;
    margin-top: 3px;
    position: relative;
}

@media (min-width: 768px) {
    .service_box {
        padding: 90px 0;
    }

    .service_title h2 {
        text-align: center;
        color: #333;
        font-size: 27px;
        margin: 0 auto;
        width: 160px;
        font-weight: bold;
    }

    .service_title h2 span:before {
        content: '';
        width: 30px;
        background: #f99046;
        height: 2px;
        position: absolute;
        left: 0;
        top: 60%;
    }

    .service_title h2 span:after {
        content: '';
        width: 30px;
        background: #f99046;
        height: 2px;
        position: absolute;
        right: 0;
        top: 60%;
    }

    .service_title h2 span {
        text-align: center;
        display: block;
        font-size: 17px;
        color: #f99046;
        margin-top: 5px;
        position: relative;
    }

    .service_title {
        margin-bottom: 50px;
    }
}

/*------物件分類--------*/
.Product span {
    display: block;
    background-color: #1d449a;
    color: #FFF;
    width: 100%;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    margin: 0 auto;
}

.info-item {
    padding: 0 8px;
    transition: all 0.3s;
}

.info-item:hover {
    margin-top: -5px;
}

.info-item:hover img {
    border: 1px solid #3e70e0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.17);
}

.info-item img {
    width: 100%;
    border: 1px solid #ccc;
    transition: all 0.3s;
}


/*------------------首頁-晃得企業有限公司--------------------------*/
.COMPANY-INFO ul li {
    list-style: none !important;
}

.COMPANY-bg {
    background: url("/hipershop/rwd1356/store/F4/company_bg.jpg");
}

.COMPANY {
    background-size: cover;
    width: 50%;
    float: left;
    height: 440px;
    padding: 6% 0 5% 14%;
}

.COMPANY h3 {
    font-size: 30px;
    letter-spacing: 7px;
    font-weight: 600;
}

.COMPANY h3:after {
    height: 3px;
    background-color: #205a99;
    width: 30px;
    margin-top: 20px;
    content: "";
    display: block;
    position: relative;
}

.COMPANY p {
    font-size: 18px;
    line-height: 2.3;
    padding-top: 20px;
    letter-spacing: 2px;
    font-weight: bold;
}

.COMPANY-INFO {
    min-height: 440px;
    overflow: hidden;
    box-sizing: border-box;
    background-size: cover;
}

.COMPANY-INFO img {
    max-width: 80%;
    padding: 10% ;
}

.INFO_TXT {
    padding: 3% 20% 0;
}

@media screen and (max-width:768px) {
    .COMPANY h3 {
        font-size: 23px;
        letter-spacing: 2px;
    }

    .COMPANY-bg {
        background: url("/rwd1356/store/F4/company_bg_little.jpg");
        max-height: 680px;
    }

    .COMPANY {
        background-size: cover;
        width: 100%;
        float: none;
        height: 320px;
        padding: 5% 3% 1% 5%;
        text-align: justify;
    }

    .COMPANY-INFO {
        overflow: hidden;
        background-size: cover;
        height: 210px;
        min-height: auto;
    }

    .CONTENT_INFO {
        margin-left: 0;
    }

    .COMPANY-INFO img {
        padding: 0;
        display: block;
        margin: 0 auto;
    }

    .COMPANY p {
        font-size: 16px;
        line-height: 2;
        padding-top: 9px;
    }
}

/*768*/





/*-------------------footer--------------------------*/
footer {
    padding: 20px;
    color: #fff;
    background-color: #1a3163;
    line-height: 1.3;
    min-height: 155px;
}

footer p {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 1.9;
}

@media only screen and (max-width: 736px) {
    footer p {
        font-size: 12px;
    }
}

footer:before {
    content: '';
    height: 1px;
    background-color: #205a99;
    position: absolute;
    width: 100%;
    left: 0;
    top: -10px;
}

.Conpany img {
    display: block;
    margin: 19px auto;
}

@media screen and (max-width: 767px) {
    .Conpany img {
        display: none;
    }
}




/*------------------內頁-關於我們------------------*/
.PRO-banner {
    position: relative;
}

.PRO-banner img {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 4;
}

.page-title {
    position: absolute;
    text-align: center;
    top: 82px;
    width: 100%;
    font-size: 34px;
    text-shadow: 0 0 15px rgba(0, 0, 0, .8);
    z-index: 10;
    color: #fff;
}

.page-title span {
    display: block;
    font-size: 21px;
    margin-top: 8px;
}

@media (min-width: 768px) {
    .PRO-banner {
        margin-top: 0px;
        position: relative;
    }
}


/*-------上架設定-玟慧----------*/
.Profile_Box {
    width: 90%;
    margin: 54px auto 90px auto;
}

.Profile_Box h4 {
    margin-bottom: 35px;
    margin-top: 56px;
    font-size: 23px;
    border-left: 5px solid #205a99;
    padding-left: 8px;
    color: #205a99;
    font-weight: 600;
}

.Pic {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.mt50 {
    margin-top: 50px;
}

.Profile_Box ul {
    margin-left: -22px;
}

.Profile_Box ul li {
    font-size: 17px;
    line-height: 2;
    color: #605f5f;
}

.Profile_Box tr td {
    font-size: 16px;
    color: #676666;
}

@media screen and (max-width: 767px) {
    .Profile_Box {
        width: 100%;
        margin: 30px auto 90px auto;
    }

    .Profile_Box h4 {
        margin-bottom: 29px;
        margin-top: 10px;
        font-size: 22px;
    }

    .Profile_Box ul {
        margin-left: -34px;
    }

    .Profile_Box ul li {
        font-size: 16px;
    }
}



/*------------------內頁-左側樓層設定------------------*/
.category_menu {
    padding: 40px 0;
}

.category_content {
    min-height: 600px;
    padding: 0;
    margin-top: 0px;
}

.category_menu {
    padding: 24px 0 0 0;
}

.category_menu h3 {
    background: #6f6f6f;
    color: #fff;
    font-size: 17px;
    padding: 10px 15px;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
    margin-top: 0;
}

.category_menu h3 i {
    font-size: 17px;
    margin-right: 5px;
}

.category_menu li:last-child {
    border-bottom: none;
}

@media (min-width: 768px) {
    .category_menu {
        padding: 40px 0;
    }
}

@media screen and (max-width: 767px) {
    .category_content {
        min-height: auto;
        margin-bottom: 20px;
    }
}

/*------------------內頁-樓層頁上架設定------------------*/

.Category_Box h4 {
    margin-bottom: 20px;
    margin-left: 15px;
    font-size: 23px;
    border-left: 5px solid #205a99;
    padding-left: 8px;
    color: #205a99;
    font-weight: 600;
}

.Category_Box h5 {
    font-size: 22px;
    font-weight: 600;
}

.Category_Box table tr td {
    font-size: 16px;
    color: #616060;
}

.Category_Box table tr:not(:first-child) td:first-child {
    color: #0d85a5;
    background-color: #eff9ff;
}

.Pic {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.Category_Box .active {
    font-weight: 600;
}

.mt25 {
    margin-top: 25px;
}

.mb25 {
    margin-bottom: 25px;
}

.Category_Box ul {
    list-style-type: square;
}

.Category_Box ul li {
    color: #575757;
    font-size: 17px;
    line-height: 2;
}

.Blue {
    color: #71b5d5;
}

.Pink {
    color: #db6466;
}

.w85 {
    width: 85%;
    display: block;
    margin: 0 auto;
}



/*------------------內頁-產品列表頁------------------*/
#myTab {
    margin-top: -15px;
}

/*切換列表方式*/
.category_content h3 {
    background: #000;
    color: #fff;
    margin: 0px 0 10px 0;
    font-size: 19px;
    display: block;
    padding: 12px;
    border-radius: 5px;
    letter-spacing: 0.1px;
}

.view-first .mask {
    display: none;
}

.li-item p {
    line-height: 1.5;
    color: #333;
    font-size: 15px;
}

.title-none {
    font-size: 21px;
    color: #c31128;
    font-weight: bold;
}

.features-box a h4 {
    color: #256bb7;
    font-weight: bold;
}



/*------------------內頁-產品列表頁圖片做設定------------------*/
.view-first:hover img {
    transform: translate(-50%, -50%) scale(1.1, 1.1);
}

.imgBox-fit {
    width: 100%;
    padding-top: 105%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.image-pic {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.arti-news > img {
    width: 80% !important;
}

@media screen and (max-width: 767px) {
    .arti-news > img {
        width: 100% !important;
    }
}

/*------------------內頁-產品詳述頁------------------*/
.hero-feature {
    padding: 0;
    margin: 30px 0;
}

.category_content {
    padding-top: 0px;
}

.category_parent_link {
    display: none !important;
}

.nav_cate_current {
    display: none !important;
}

.nav_cate_item {
    color: #0068b6;
    border-bottom: 1px solid #ccc;
}

.fa-chevron-right {
    position: absolute;
    right: 0
}

.nav_cate_item a {
    color: #c00019;
    font-size: 15px;
}

.dyPic {
    max-width: 100%;
    width: 400px;
}

/*拿掉放大鏡*/
.zoomContainer {
    display: none;
}

@media screen and (max-width: 767px) {
    .dyPic {
        max-width: 85%;
        width: auto;
    }

    .hero-feature {
        padding: 0;
        margin: 0;
    }
}




/*------------------麵包屑-----------------*/
.breadcrumb .page-title {
    color: #000;
    font-weight: 100;
    margin: 5px 0;
    letter-spacing: 2px;
}

.box3 .breadcrumb > span + span:before {
    padding: 0 5px;
    color: #db4814;
    content: "/\00a0";
}

.breadcrumb li:first-child span {
    display: none;
}

.breadcrumb a {
    color: #333;
}

.breadcrumb {
    margin-right: -15px;
    margin-left: -15px;
    padding: 8px 15px;
    margin-top: 43px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #e9e9e9;
    border-radius: 4px;
}


/*------------------top-----------------*/
#gotop:hover {
    background: #7e7e7e;
}

#gotop {
    display: none;
    position: fixed;
    right: 30px !important;
    bottom: 70px !important;
    padding: 10px 15px 4px !important;
    font-size: 30px !important;
    background: rgba(0, 0, 0, .6) !important;
    color: #fff !important;
    cursor: pointer !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    z-index: 10;
}




/*------------------內頁-聯絡我們------------------*/
.CodeNum {
    background: transparent !important;
    color: #333 !important;
    border-radius: 0px;
    font-size: 15px !important;
    padding: 0 !important;
    margin-top: 10px !important;
}

.PersonNum {
    background: transparent !important;
    color: #333 !important;
    border-radius: 0px;
    font-size: 15px !important;
    padding: 0 !important;
    margin-top: 10px !important;
}

.panel-title2 {
    font-size: 18px;
}

.label {
    font-size: 18px;
    line-height: 2;
    background-color: #fff;
    color: #0e68ca;
    padding: 0;
}

.contact-img img {
    max-width: 100%;
    margin-top: 25px;
}
