@import url(font-awesome.css);

/* ----------------------------------------------------------------
    整體架構
-----------------------------------------------------------------*/
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    font-family: Microsoft JhengHei;
    font-size: 16px;
}

::selection {
    background: rgba(64, 143, 221, 0.4);
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: rgba(64, 143, 221, 0.4);
    /* Firefox */
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: rgba(64, 143, 221, 0.4);
    /* Safari */
    color: #fff;
    text-shadow: none;
}

body.stretched #header.full-header .container {
    padding: 0;
    width: 1170px !important;
}

.button {
    text-shadow: none;
    height: auto;
}

.button:hover {
    text-shadow: none;
    height: auto;
}

#float_fixed {
    border-bottom: 3px solid rgba(0, 0, 0, .15);
}

.notitlepic {
    background-image: none !important;
    padding-left: 0 !important;
}

#gotoTop:hover {
    background-color: rgba(64, 143, 221, 0.4);
}

.widget {
    position: relative;
    margin-top: 20px;
}

.for-mobile {
    display: none !important;
}

@media (max-width: 991px) {

    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>ul>li:hover a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>ul>li.current a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>div>ul>li:hover a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu>div>ul>li.current a {
        color: #3e8ede !important;
    }
}

@media (max-width: 480px) {
    .for-mobile {
        display: block !important;
    }

    .for-pc {
        display: none !important;
    }
}

/* ----------------------------------------------------------------
    header設定
-----------------------------------------------------------------*/


/*下拉選單開始------------------*/
.dark #primary-menu:not(.not-dark) ul ul,
.dark #primary-menu:not(.not-dark) ul li .mega-menu-content,
#primary-menu.dark ul ul,
#primary-menu.dark ul li .mega-menu-content {
    background-color: rgba(255, 255, 255, 0.39);
    border-color: rgba(255, 255, 255, 0.39);
    border-top-color: #4a94df;
}

.dark #primary-menu:not(.not-dark) ul ul li>a,
#primary-menu.dark ul ul li>a {
    color: #4d4d4d !important;
    font: 400 15px/1em 微軟正黑體;
}

.dark #primary-menu:not(.not-dark) ul ul li:hover>a,
#primary-menu.dark ul ul li:hover>a {
    color: #4d4d4d !important;
    font: 400 15px/1em 微軟正黑體;
}

#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
    width: 120px;
    text-align: center;
}

#primary-menu ul li>a i {
    top: 5px;
    margin-right: 0px;
}

.dark #primary-menu:not(.not-dark) ul ul li.current>a {
    color: #3e8ede !important;
}

/*下拉選單結束------------------*/


.dark #header-wrap:not(.not-dark) #primary-menu>ul>li>a,
.dark #header-wrap:not(.not-dark) #primary-menu>.container>ul>li>a,
.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu>ul>li>a,
.overlay-menu #primary-menu.dark>ul>li>a,
.dark.overlay-menu #header-wrap:not(.not-dark) #primary-menu>#overlay-menu-close,
.overlay-menu #primary-menu.dark>#overlay-menu-close,
.dark #header-wrap:not(.not-dark) #top-search a,
.dark #header-wrap:not(.not-dark) #top-cart a,
.dark #header-wrap:not(.not-dark) #side-panel-trigger a,
.dark #top-cart .top-cart-item-desc a,
body.top-search-open .dark #header-wrap:not(.not-dark) #top-search a,
.dark #header-wrap:not(.not-dark) #top-search a:hover,
.dark #header-wrap:not(.not-dark) #top-cart a:hover,
.dark #header-wrap:not(.not-dark) #side-panel-trigger a:hover,
.dark #header-wrap:not(.not-dark) #top-search form input {
    color: #4D4D4D;
}

.dark #header-wrap:not(.not-dark) #primary-menu>ul>li:hover>a,
.dark #header-wrap:not(.not-dark) #primary-menu>ul>li.current>a,
.dark #header-wrap:not(.not-dark) #primary-menu>.container>ul>li:hover>a,
.dark #header-wrap:not(.not-dark) #primary-menu>.container>ul>li.current>a {
    color: #3e8ede;
}

/*.current color*/
#primary-menu ul li:hover>a,
#primary-menu ul li.current>a {
    color: #3e8ede;
}

/*.current color*/
#header.full-header #logo {
    padding-right: 30px;
    margin-right: 0;
    border-right: 0;
}

/*title_logo右方border*/
#header.full-header #primary-menu>ul {
    border-right: 0;
    padding: 0;
    margin: 0;
}

/*menu右方border*/
.dark #header.transparent-header.full-header:not(.sticky-header) #header-wrap:not(.not-dark),
#header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) {
    border-bottom-color: rgba(255, 255, 255, 0.17);
    background-color: rgba(255, 255, 255, 0.2);
}

.dark .breadcrumb a {
    color: #FFF;
}

.breadcrumb>.active {
    color: #FFFFFF;
}

.dark .slider-caption h2 {
    color: #FFFFFF;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px;
}

.dark .slider-caption {
    margin-left: 19.5%;
    top: 75% !important;
}

@media (min-width: 1141px) and (max-width:1430px) {
    body.stretched #header.full-header .container {
        padding: 0 15px;
    }

    #header.full-header #logo {
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }
}

@media (min-width: 991px) and (max-width:1141px) {
    body.stretched #header.full-header .container {
        padding: 0;
    }

    #header.full-header #logo {
        padding-right: 0 !important;
        margin-right: 0 !important;

    }

    #primary-menu ul li>a {
        display: block;
        line-height: 22px;
        padding: 39px 10px;
    }
}

@media (max-width: 1024px) {
    #header.full-header #primary-menu>ul {
        padding-right: 0;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    body.stretched #header.full-header .container {
        background-color: #fff;
    }

    #primary-menu-trigger {
        top: 10px;
    }

    #logo,
    #logo img {
        height: 60px;
    }

    #header.transparent-header+#slider {
        margin-bottom: -150px;
    }
}

@media (max-width: 768px) {
    .breadcrumb {
        display: none;
    }
}

@media (max-width: 736px) {
    .dark .slider-caption {
        width: auto !important;
        top: 50% !important;
        left: 50% !important;
        transform: translatex(-50%);
        margin: 0 auto !important;
    }

    #header.transparent-header+#slider {
        margin-bottom: 0;
    }

    .index .dark .slider-caption h2+p.for-pc {
        display: none !important;
    }

    .index .dark .slider-caption {
        margin-top: 50px;
    }
}

@media (max-width: 667px) {}

/* ----------------------------------------------------------------
    底部設定
-----------------------------------------------------------------*/
#footer .col_one_third.col_last .widget .col-md-4:nth-child(2) {
    text-align: center;
    padding: 0;
}

#footer ul li,
#footer a,
#footer .current2>a,
#footer h4,
#copyrights a,
#footer .col_half {
    color: #323333 !important;
}

#footer .widget_links li a:hover,
#copyrights a:hover {
    opacity: 0.8;
}

#footer h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

#footer .widget_links li a {
    background: none;
    border: none !important;
    padding: 0;
}

#footer.dark,
.dark #footer {
    background-color: #e6e5e5;
    border-top-color: transparent;
}

#footer .col_one_fourth ul li {
    font-size: 14px;
}

#footer .col_half {
    font-size: 13px;
}

#float_fixed {
    background-color: #617ac1;
    width: 200px;
    padding: 10px 15px;
    border-radius: 8px;
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 100;
    text-align: center;
}

#float_fixed span {
    font-size: 13px;
    color: #fff;
}

.dark #copyrights {
    background-color: #b3b2b3;
}

#copyrights a {
    font-size: 13px;
    color: #CCC;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#footer .footer-widgets-wrap {
    padding: 40px 0;
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 40px 0;
}

@media (max-width:1024px) {

    .dark .widget_nav_menu li a,
    .dark .widget_links li a,
    .dark .widget_meta li a,
    .dark .widget_archive li a,
    .dark .widget_recent_comments li a,
    .dark .widget_recent_entries li a,
    .dark .widget_categories li a,
    .dark .widget_pages li a,
    .dark .widget_rss li a {
        color: #CCC;
        background-image: none;
        padding-left: 0;
        font-size: 13px;
    }

    #footer .container {
        width: 90%;
    }

    #footer h4 {
        color: #DDD;
        font-size: 20px;
        margin-bottom: 20px;
    }

    #footer .col_two_third {
        margin-right: 0;
        width: 65%;
    }

    #footer .col_one_third {
        width: 35%;
    }
}

@media (max-width:768px) {
    #footer .col_one_third {
        width: 100%;
        text-align: center;
    }

    #footer .col_half {
        width: 100%;
    }

    #footer .col_two_third {
        margin-bottom: 60px !important;
        margin-top: 40px !important;
    }

    #footer .col_two_third {
        width: 100%;
    }

    #footer .col_one_fourth {
        width: 25%;
        margin: 0 !important;
        text-align: center;
    }

    #footer h4 {
        color: #DDD;
        font-size: 20px;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid;
    }

    #footer .widget .row {
        display: none;
    }

    #float_fixed {
        visibility: visible;
    }

    #footer .footer-widgets-wrap {
        position: relative;
        padding: 20px 0 0;
    }
}

@media (max-width: 667px) {
    #footer .container {
        width: 100% !important;
    }

    #float_fixed {
        width: 99%;
        position: static;
        margin: 0 auto;

    }

    #footer .col_one_fourth {
        width: 25%;
        margin: 0 !important;
        text-align: center;
        float: left;
    }

    #footer .col_one_third {
        width: 100%;
        text-align: center;
        clear: left;
    }

    #footer .col_two_third {
        /*    margin-bottom: 280px!important;*/
        margin-top: 40px !important;
    }
}

@media (max-width: 479px) {
    #footer .col_two_third {
        margin-bottom: 0 !important;
    }

    #footer .col_one_fourth:first-child>.widget>ul>li {
        width: 20% !important;
    }

    #footer .col_one_fourth:nth-child(3)>.widget>ul>li {
        width: 100% !important;
    }

    #footer .widget_links li a {
        color: #777 !important;
        font: 500 16px/1em 微軟正黑體;
    }

    #footer h4 {
        font-weight: 400;
        border-bottom: 1px solid #777;
    }

    #footer .footer-widgets-wrap {
        padding: 20px 30px 0;
    }

    #footer .col_one_fourth {
        width: 100%;
        text-align: center;
        float: left;
        margin-bottom: 40px !important;
    }

    #footer .col_one_fourth ul li {
        width: 50%;
        float: left;
        white-space: nowrap;
    }

    .dark #copyrights {
        padding: 10px 0;
    }
}

/* ---------------------------------------------------
    整體
----------------------------------------------------*/
@media (max-width:1680px) {
    .content-wrap {
        padding: 40px 0 !important;
    }
}

/* ---------------------------------------------------
    00 index 首頁 
----------------------------------------------------*/
.icon-angle-left:before {
    content: url(../images/arrow_left.png);
}

.icon-angle-right:before {
    content: url(../images/arrow_right.png);
}

#slider-arrow-left {
    left: 30px;
}

#slider-arrow-right {
    right: 30px;
}

#slider-arrow-left,
#slider-arrow-right,
#slider-arrow-left:hover,
#slider-arrow-right:hover {
    background-color: transparent !important;
}

.index .col_full {
    background-image: url(../images/zindex-bg.png);
}

.index img#zindexpic {
    margin-top: 15%;
}

.index #banner_ul {
    display: inline-block;
    list-style-type: none;
}

.index #banner_ul li {
    float: left;
}

.index #banner_ul li a {
    color: #3E8EDE;
    background-color: rgba(247, 247, 247, 0);
}

.index #banner_ul li a:hover {
    color: #3E8EDE;
}

.index #banner_ul button {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #3e8ede;
    color: #3e8ede;
    font-size: 16px;
    border-radius: 6px;
    margin: 50px 5px 0 5px;
}

.index #banner_ul button:hover {
    color: #fff;
    background-color: #3e8ede;
}

.index #zindextitle {
    z-index: 100;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -350px;
}

/*banner2_文字放在圖片上*/
.index .heading-block h3 {
    font-size: 34px;
    line-height: 2em;
    font-weight: 500;
}

/*h3*/
.index .heading-block>span:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 400;
    color: #555;
    line-height: 1.8em;
}

/*h3_subtitle*/
.heading-block:after {
    width: 0;
}

.index .row_position {
    position: static !important;
    width: 1170px;
    margin: 0 auto;
}

.index #row_position .col-md-3,
.row .col-sm-6 {
    padding: 0 1.5%;
}

.index h4 a {
    color: #444 !important;
}

.index h4 a:hover {
    color: #3e8ede !important;
}

.index .ipost .entry-title h4 {
    font-size: 15px;
    overflow: hidden;
    height: 3em;
}

.index #portfolio .portfolio-overlay a {
    margin: -28px 0 0 -20px;
    color: #3e8ede;
}

.index #row_position p {
    margin: 0;
    color: #555;
    overflow: hidden;
    height: 8em;
}

.index .entry-title {
    height: 200px;
}

.index #row_position button {
    background-color: #318dde;
    border: 1px solid #3e8ede;
    color: #fff;
    font-size: 10px;
    padding: 4px 15px;
    border-radius: 15px;
    float: right;
    letter-spacing: .1em;
    line-height: 18px;
}

.index #row_position button:hover {
    background-color: #969696;
    border: 1px solid #969696;
    color: #fff;
    height: auto;
    line-height: 18px;
}

.index #content .testi-content p {
    color: #fff;
    font-style: normal;
    font-family: Microsoft JhengHei;
    letter-spacing: .1em;
    margin-top: 10px;
}

.index .testi-content p:before,
.testi-content p:after {
    content: '';
}

/*視差滾動文字*/
.index .content-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
}

.index .portfolio-item {
    width: 18.9%;
    padding: 0;
    margin-right: 1%;
}

.index #portfolio .entry-image {
    margin-bottom: 10px;
}

.index #portfolio h4 {
    margin-bottom: 10px;
}

.index #portfolio .entry-title {
    height: 150px;
}

.index #portfolio .portfolio-desc p {
    margin: 0;
    color: #555;
    overflow: hidden;
    height: 9em;
}

.index #portfolio .row button {
    background-color: rgba(49, 141, 222, 0);
    border: 1px solid #3e8ede;
    color: #3e8ede;
    border-radius: 15px;
    letter-spacing: .1em;
    line-height: 24px;
    padding: 0 15px;
    font-weight: 400;
    margin-top: 10px;
}

.index #portfolio .row button:hover {
    background-color: #3e8ede;
    border: 1px solid #3e8ede;
    color: #fff;
}

.index #shop_photo {
    float: left !important;
    margin-top: 40px;
    margin-bottom: 0;
    background-color: #6d7175;

}

.index #shop_photo .portfolio-item {
    width: 100%;
    padding: 0;
}

.index #shop_photo .col_half {
    margin-right: 0;
    width: 50%;
    margin-bottom: 0;
}

.index #shop_photo .portfolio-overlay .portfolio-desc h3 a {
    color: #F5F5F5 !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: .2em;
}

.index #shop_photo .container {
    width: 100%;
    background-color: #e9e9e9;
}

.index #shop_photo .heading-block h3 {
    margin-top: 70px;
}

.index #shop_photo span {
    color: #555;
}

.index #shop_photo .col_full {
    margin-bottom: 0;
    text-align: center;
}

.icon-search3:before {
    color: #3e8ede;
}

.index #row_btn button {
    margin-bottom: 40px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    color: #fff;
    font-size: 10px;
    font-weight: 200;
    line-height: 30px;
}

.index #row_btn button:hover {
    margin-bottom: 40px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.09);
    border: 1px solid #fff;
    color: #fff;
    font-size: 10px;
    font-weight: 200;
    line-height: 30px;
}

.index #row_btn {
    background-color: #6D7175;
    padding-top: 30px;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.index .about_title {
    margin-top: 80px;
}

.index .about_title h3::after {
    content: url(images/about_logo.png);
}

.index .about_title>span {
    max-width: none;
}

.index #about_brand .col-md-4 {
    border-right: 1px dashed #B9B9B9;
}

.index .dark .slider-caption {
    width: 610px;
    float: left;
    margin-left: 0;
    top: 40% !important;
    width: 610px;
}

.index .dark .slider-caption h2 {
    margin-bottom: 30px;
    top: 250px !important;
    margin-right: 10%;
    color: #7A7A7A;
    font-size: 60px;
    width: 610px;
    text-transform: capitalize;
    font-weight: 500;
}

.index .dark .slider-caption p {
    color: #7A7A7A;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 500;
    float: left;
    margin-left: 0;
    width: 610px;
    top: 40% !important;
}

@media (max-width: 1680px) {

    .index .dark .slider-caption,
    .dark .slider-caption h2 {
        margin-left: 0 !important;
    }

    .index .content-wrap {
        padding: 40px 0 0 !important;
    }
}

@media (max-width: 1366px) {
    .index #row_position .ipost p {
        height: 8em;
    }

    .index #portfolio .col_one_fifth p {
        height: 9em;
    }
}

@media (max-width: 1280px) {
    .index .dark .slider-caption h2 {
        font-size: 50px;
        text-align: center;
    }

    .index .dark .slider-caption p {
        font-size: 20px;
        text-align: center;
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) {
    .index .dark .slider-caption h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .index .dark .slider-caption p {
        font-size: 16px;
    }

    .index .dark .slider-caption {
        margin-top: 50px;
        top: 40% !important;
    }

    body.stretched #header.full-header .container {
        width: 100% !important;
    }

    .index .row_position {
        width: 100%;
        padding: 0 30px;
    }

    .index #row_position .ipost p {
        height: 9em;
    }

    .index .content-wrap {
        margin-bottom: 0;
    }

    .index #portfolio .col_one_fifth p {
        height: 10.5em;
    }

    .index #shop_photo {
        margin-top: 60px;
    }

    .index img#zindexpic {
        margin-top: 20%;
        WIDTH: 70%;
    }
}

@media (max-width: 768px) {
    .index .dark .slider-caption h2 {
        text-align: left;
        margin-bottom: 10px;
    }

    .index .dark .slider-caption p {
        text-align: left;
        margin-bottom: 30px;
    }

    .index .dark .slider-caption {
        top: 10% !important;
        text-align: left;
        margin-top: 0 !important;
    }
}

@media (min-width: 470px) and (max-width:768px) {
    .index img#zindexpic {
        margin-top: 0;
    }

    .index .swiper_wrapper .swiper-slide {
        position: relative;
        margin: 0;
        background-position: 60% 50% !important;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }

    .index #row_position p {
        line-height: 1.8;
        margin-top: 10px;
        color: #979798;
        overflow: hidden;
        height: 8em;
    }

    .index .entry-image img {
        border-radius: 3px;
        margin-bottom: 30px;
    }

    .index .portfolio:not(.portfolio-1) .portfolio-item {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .index #banner_ul button {
        margin: 10px 10px 0 0;
    }

    .icon-angle-left:before {
        content: url(../images/arrow_left_s.png);
    }

    .icon-angle-right:before {
        content: url(../images/arrow_right_s.png);
    }

    #slider-arrow-left {
        left: 0;
    }

    #slider-arrow-right {
        right: 0;
    }

    .index .dark .slider-caption h2 {
        font-size: 40px;
        text-transform: capitalize;
        font-weight: 500;
        margin-right: 0;
    }

    .index .about_title {
        margin-bottom: 0;
    }

    .index .col_full {
        background-image: url(../images/zindex-bg.png);
        margin-bottom: 0;
    }

    .index #row_position .ipost p {
        height: 7em;
    }

    .index .container {
        width: auto !important;
    }

    .index #slider .slider-caption-center img {
        display: none;
    }

    .index #zindextitle {
        z-index: 1;
        position: static;
        top: 0;
        left: 0;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 60px;
    }

    .index .entry-title {
        height: 170px;
    }

    .index #portfolio .entry-title {
        height: 0;
    }

    .index #portfolio .row button {
        float: right;
        margin-bottom: 30px;
    }

    .index #shop_photo {
        margin-top: 0;
        height: 540px;
    }

    .index #shop_photo .container {
        width: 100% !important;

    }

    .index #shop_photo .col_half {
        float: left;
    }

    .index .row_position .entry-image {
        margin-bottom: 0 !important;
    }

    .index .bottommargin {
        margin-bottom: 0px !important;
    }

    .index #about_brand .col-md-4 {
        border-right: 0px dashed #B9B9B9;
    }

    .index #portfolio .row p {
        margin: 0;
        height: 16em;
    }

    .index .portfolio-item {
        width: 50%;
        margin-right: 0;
        margin-bottom: 0;
    }

    .index #portfolio .row p {
        margin: 0;
        height: 5em;
    }

    .index #row_position .ipost p {
        height: 5em;
    }
}

@media (max-width: 736px) {
    #footer .col_one_fourth {
        float: left;
    }

    .index .dark .slider-caption,
    .index .dark .slider-caption h2 {
        text-align: left;
        font-size: 28px;
        top: 60% !important;
        left: 0 !important;
    }

    .index .slider-caption p {
        display: block !important;
        font-size: 20px;
        margin-top: 20px;
    }

    .index #footer .col_two_third {
        margin-bottom: 60px !important;
        margin-top: 40px !important;
    }

    .index .ipost .entry-title h4 {
        height: 2.6em;
    }

    .index #row_position .col-md-3,
    .index .row .col-sm-6 {
        padding: 0 1.5%;
        width: 70%;
        margin: auto;
        border-bottom: 1px dashed #c7dfef;
        padding-bottom: 30px;
    }

    .index #row_position .col-md-3:last-child,
    .index .row .col-sm-6:last-child {
        border-bottom: 0px dashed #c7dfef;
    }

    .index .portfolio:not(.portfolio-1) .portfolio-item {
        width: 70%;
        MARGIN: AUTO !IMPORTANT;
    }

    .fluid-width-video-wrapper {
        display: none !important;
    }
}

@media (max-width: 667px) {
    .index #shop_photo {
        height: 500px;
    }

    .index .dark .slider-caption h2+p.for-pc {
        display: none !important;
    }

    .index .dark .slider-caption,
    .index .dark .slider-caption h2 {
        font-size: 30px;
        margin-top: 10px;
    }

    .index .dark .slider-caption,
    .index .dark .slider-caption h2 {
        left: 10% !important;
    }
}

@media (max-width: 568px) {

    .index .dark .slider-caption,
    .index .dark .slider-caption h2 {
        left: 0% !important;
        font-size: 24px;
    }

    .index #shop_photo {
        height: 470px;
    }
}

@media (max-width: 480px) {

    .index .dark .slider-caption {
        top: 70% !important;
        width: 100% !important;
        text-align: left;
    }

    .index .dark .slider-caption h2 {
        font-size: 28px;
        color: #666;
        margin-top: 10px;
        letter-spacing: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .index .dark .slider-caption p {
        display: block !important;
        color: #666;
        font-size: 18px;
        margin-top: 5px;
        width: 100%;
        text-align: center;
    }

    .index #header.transparent-header+#slider {
        height: 400px !important;
    }

    .index .swiper_wrapper:not(.force-full-screen),
    .index .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide,
    .index .ei-slider {
        height: 400px !important;
    }

    .index .slider-parallax-inner {
        height: 400px !important;
    }

    .index #footer .col_two_third {
        margin-bottom: 0 !important;
    }

    .index .fluid-width-video-wrapper {
        display: none;
    }

    .index #zindexpic {
        margin-top: 0 !important;
    }

    .index .heading-block h3 {
        font-size: 20px;
    }

    .index #content span.divcenter {
        display: block;
        font-size: 16px;
        font-weight: 300;
        color: #777;
        line-height: 1.8em;
    }

    .index #zindextitle {
        z-index: 1;
        position: static;
        top: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
        padding: 60px 15px 0 15px;
    }

    .index #zindexpic {
        margin-top: 0;
    }

    .index .content-wrap {
        padding: 0;
    }

    .index #row_position p {
        height: 5em;
    }

    .index #portfolio h4 {
        margin-top: 10px;
    }

    .index #shop_photo .heading-block h3 {
        margin-top: 30px;
    }

    .index #portfolio .row button {
        margin-bottom: 20px;
    }

    .index #row_btn {
        padding-top: 1250px !important;
    }

    .index div#about_brand {
        MARGIN: 0 0 50PX 0;
    }

    .index #row_position p {
        line-height: 1.8;
        color: #979798;
        height: 7em !important;
        margin-top: 0;
    }

    .index .row_position .entry-title {
        height: 150px !important;
    }

    .index .row_position {
        position: static !important;
        margin: 30px auto 0;
    }

    .index .heading-block {
        margin-bottom: 0;
        margin-top: 0;
    }

    .index #row_position .col-md-3,
    .row .col-sm-6 {
        width: 100%;
    }

    .index #portfolio .col_one_fifth {
        width: 100%;
    }

    .index #shop_photo .col_half {
        margin-right: 0;
        width: 100%;
        margin-bottom: 0 !important;
    }

    .index #shop_photo .heading-block {
        margin-bottom: 0;
        padding: 0 15px;
    }

    .index #row_btn {
        padding-top: 940px;
    }

    .index .portfolio-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 375px) {
    .index #row_btn {
        padding-top: 1110px !important;
    }
}

@media (max-width: 320px) {
    .index #row_btn {
        padding-top: 960px !important;
    }

    .index #portfolio .row p {
        margin: 0;
        height: 7em;
    }
}

/* ---------------------------------------------------
    01-service 
----------------------------------------------------*/
.service_col_fullbg {
    background-image: url(../images/zindex-bg.png);
    padding: 30px 0 0;
    margin-bottom: 0;
}

.service #banner_ul {
    display: inline-block;
    list-style-type: none;
}

.service #banner_ul li {
    float: left;
}

.service #banner_ul li a {
    color: #3E8EDE;
    background-color: rgba(247, 247, 247, 0);
}

.service #banner_ul li a:hover {
    color: #3E8EDE;
}

.service #banner_ul button {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #3e8ede;
    color: #3e8ede;
    font-size: 16px;
    border-radius: 6px;
    margin: 50px 5px 0 5px;
}

.service #banner_ul button:hover {
    border-color: #5FA5EB;
    background-color: rgba(255, 255, 255, 0.21);
}

.service .heading-block h3,
.service .heading-block h4 {
    font-size: 34px;
    line-height: 3em;
    font-weight: 500;
}

/*h3*/
.service .heading-block h4 {
    margin-bottom: 60px;
}

.fix_about_title {
    line-height: 1em !important;
}

.service .heading-block>span:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 400;
    color: #555;
    line-height: 1.8em;
}

/*h3_subtitle*/
.service .heading-block:after {
    width: 0;
}

.service #content .col-md-4 {
    width: 100%;
    text-align: center;
}

.service .bottommargin {
    width: 50% !important;

}

.service .col-md-8 {
    width: 100%;
}

.service .one_third_position ul li {
    text-align: left;
    padding: 0 19%;
}

.service .row_position {
    position: static !important;
    width: 80%;
    margin: 0 auto;
}

.service #row_position .col-md-3,
.service .row .col-sm-6 {
    padding-left: 2.5%;
    padding-right: 2.5%;
}

.service .entry-title h4 a {
    color: #979798 !important;
}

.service .entry-title h4 a:hover {
    color: #3e8ede !important;
}

.service #row_position p {
    line-height: 1.8;
    margin-top: 40px;
    color: #979798;
}

.service .entry-title {
    height: 200px;
}

.service #sound_series::after {
    content: "(適合於單側聽損)";
    font-size: 10px;
    display: block;
    float: right;
}

.service #row_position button {
    background-color: #318dde;
    border: 1px solid #3e8ede;
    color: #fff;
    font-size: 10px;
    padding: 4px 15px;
    border-radius: 15px;
    float: right;
    letter-spacing: .1em;
    line-height: 18px;
}

.service #row_position button:hover {
    background-color: #969696;
    border: 1px solid #969696;
    color: #fff;
    height: auto;
    line-height: 18px;
}

.service #content .testi-content p {
    color: #fff;
    font-style: normal;
    font-family: Microsoft JhengHei;
    letter-spacing: .1em;
    margin-top: 10px;
}

.service .testi-content p:before,
.testi-content p:after {
    content: '';
}

/*視差滾動文字*/
.service .content-wrap {
    margin-bottom: 50px;
}

.service #portfolio .entry-image {
    margin-bottom: 10px;
}

.service #portfolio h4 {
    margin-bottom: 10px;
}

.service #portfolio .row p {
    margin: 0;
}

.service #portfolio .entry-title {
    height: 150px;
}

.service #portfolio .row button {
    background-color: rgba(49, 141, 222, 0);
    border: 1px solid #3e8ede;
    color: #3e8ede;
    border-radius: 15px;
    float: left;
    letter-spacing: .1em;
    height: auto;
    line-height: 24px;
    padding: 0 15px;
    font-weight: 400;
}

.service #portfolio .row button:hover {
    background-color: #3e8ede;
    border: 1px solid #3e8ede;
    color: #fff;
}

.service #row_btn button {
    margin-bottom: 40px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    color: #fff;
    font-size: 10px;
    font-weight: 200;
    line-height: 30px;
}

.service #row_btn {
    background-color: #6D7175;
    padding-top: 30px;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.service #row_btn:hover {
    background-color: rgb(136, 139, 143);
}

.service #about_title {
    margin-top: 80px;
}

.service #about_title h3::after {
    content: url(images/about_logo.png);
}

.service #about_title>span {
    max-width: none;
}

.service #about_brand .col-md-4 {
    border-right: 1px dashed #B9B9B9;
}


/*--service新增--*/
.service #header.transparent-header+#slider,
#header.transparent-header+#page-title.page-title-parallax,
#header.transparent-header+#google-map,
#slider+#header.transparent-header {
    margin-bottom: -150px;
}

.service .swiper_wrapper .swiper-slide {
    height: 350px;
}

/*banner高度*/
.service #slider .container {
    padding: 0 10%;
    width: auto;
}

.service .one_third_position {
    margin: 0 auto;
    width: 1170px;
}

.service .one_third_position ul li {
    list-style-type: none;
    line-height: 4em;
    color: #535353;
}

.service #content .col-md-4 {
    width: 30%;
    text-align: center;
}

.service .col-md-8 {
    width: 70%;
}

.service .one_third_position ul li {
    text-align: left;
    padding: 0;
}

@media (max-width:1680px) {
    .service .one_third_position {
        padding: 0 !important;
    }
}

@media (max-width:1024px) {
    .service .one_third_position {
        margin: 0 auto;
        width: 101%;
    }

    .service .one_third_position ul li {
        font-size: 17px;
    }
}

@media (min-width:991px) {
    .service .heading-block {
        /*        margin-top: 60px;*/
        margin-bottom: 0;
    }

    .service #zindextitle1 {
        margin-top: 0;
    }
}

@media (min-width: 470px) and (max-width:768px) {
    .service #portfolio .entry-title {
        height: 250px;
    }

    .service img#zindexpic {
        margin-top: 0;
    }

    .service #content .col-md-4 {
        margin-bottom: 0 !important;
        margin-top: 40px;
    }

    .service #content .col_full {
        margin-bottom: 0 !important;
    }
}

@media (max-width:768px) {
    .service .container {
        width: auto;
    }

    .service #slider .slider-caption-center img {
        display: none;
    }

    .service .breadcrumb {
        display: none;
    }

    .service #content {
        margin-top: 120px !important;
    }

    .service #content .col-md-4 {
        width: 50%;
        text-align: center !important;
        padding: 0 !important;
        padding-left: 15px !important;
        float: left;
    }

    .service .heading-block {
        margin: 40px 0 0 0;
    }

    .service .col-md-8 {
        width: 100% !important;
        PADDING: 0 30PX !IMPORTANT;
    }

    .service .bottommargin {
        width: 50% !important;
    }

    .service #service {
        width: 100% !important;
    }

    .service #zindextitle {
        padding-top: 0;
    }

    .service .entry-title {
        height: 170px;
    }

    .service .row_position .entry-image {
        margin-bottom: 0 !important;
    }

    .service #about_brand .col-md-4 {
        border-right: 0px dashed #B9B9B9;
    }

    .service #content .col-sm-12 {
        text-align: center;
    }
}

@media (max-width: 667px) {
    .service .dark .slider-caption h2 {
        display: none;
    }
}

@media (max-width: 568px) {
    .service #content .col-md-8 .col-md-4 ul li img {
        width: 10%;
    }

    .service #content .col-md-4 {
        padding: 0 5px 0 0 !important;
    }
}

@media (max-width: 479px) {
    .service #zindexpic {
        width: 100%;
    }

    .service #zindexpic {
        margin-top: 0 !important;
    }

    .service .heading-block h3 {
        margin-top: 0;
        font-size: 22px;
        line-height: 1.5em;
        font-weight: 500;
    }

    .service .heading-block h4 {
        margin-bottom: 30px;
        font-size: 22px;
    }

    .service .heading-block h4 {}

    .service .col_full {
        margin-bottom: 0 !important;
    }

    .service #content span.divcenter {
        display: block;
        font-size: 16px;
        font-weight: 300;
        color: #777;
        line-height: 1.8em;
        text-align: left;

    }

    .service #indextitle2 .divcenter {
        padding: 0 15px;
    }

    .service #content ul {
        margin-bottom: 0;
    }

    .service .bottommargin {
        margin-bottom: 0 !important;
    }

    .service .one_third_position {
        padding: 0 !important;
    }

    .service #zindextitle {
        padding: 30px 15px 0 15px;
    }

    .service #zindexpic {
        margin-top: 0;
    }

    .service .content-wrap {
        padding: 0;
    }

    .service #row_btn {
        padding-top: 1090px !important;
    }

    .service #row_position p {
        line-height: 1.8;
        margin-top: 25px;
        color: #979798;
    }

    .service .row_position .entry-title {
        height: 150px !important;
    }

    .service .row_position {
        position: static !important;
        width: 100%;
        margin: 0 auto;
    }

    .service #row_position .col-md-3,
    .row .col-sm-6 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .service #portfolio .col_one_fifth {
        padding: 0 15px;
    }

    .service #row_btn {
        padding-top: 940px;
    }

    .service .footer-widgets-wrap {
        /*    display: none;*/
    }

    .service #content .col-md-4 {
        padding-left: 0 !important;
    }

    .service .bottommargin {
        width: 100% !important;
    }
}

@media (max-width: 1024px) {
    .service .one_third_position ul li {
        font-size: 14px;
    }
}

/* ---------------------------------------------------
    06-location 服務位置
----------------------------------------------------*/

.location #myTab2 a {
    color: #555;
    border: 1px solid #F2EDED;
    padding: 10px;
}

.location .nav-pills>li.active>a,
.location .nav-pills>li.active>a:hover,
.location .nav-pills>li.active>a:focus {
    color: #fff !important;
    background-color: #428EDB;
}

.location .nav-pills>li>a:hover,
.location .nav-pills>li>a:focus {
    color: #fff !important;
    background-color: hsla(210, 68%, 80%, 1);
}

.location .nav-justified>li {
    width: 94px;
}

.location .nav {
    margin-bottom: 40px;
}

.location #content .row {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px dashed #b1d4f3;
    padding: 40px 0;
}

.location #content .row:last-child {
    border-bottom: 0;
}

.location #content .row:first-child {
    padding-top: 0;
}

.location h3 {
    color: #818488;
    font-size: 30px;
    margin: 0 0 10px 0;
}

.location #myTabContent2 .shop_location ul {
    margin-bottom: 0;
}

.location #myTabContent2 .shop_location ul li {
    margin-bottom: 8px;
    color: #555;
    list-style-type: none;
    line-height: 1.5 !important;
}

.location #myTabContent2 .shop_location ul li div {
    width: 80px !important;
    display: block;
    float: left;
    clear: both;
    color: #484d52;
    margin-top: 0 !important;
}


.location #content nav {
    text-align: center;
    margin-top: 60px;
}

.location .btn-link,
.pagination>li>a,
.location .pagination>li>span,
.location .pagination>li>a:hover,
.location .pagination>li>span:hover,
.location .pagination>li>a:focus,
.location .pagination>li>span:focus {
    color: #4692DF;
}

.location .pagination>li>a:hover,
.location .pagination>li>a:focus,
.location .pagination>li>a:active {
    color: #fff !important;
    background-color: hsla(210, 68%, 80%, 1);
}

.location .swiper_wrapper .swiper-slide {
    height: 350px;
}

/*banner高度*/
.location #slider .container {
    padding: 0 10%;
    width: auto;
}

.location .slider-caption p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    float: left;
}

.location .button {
    float: right;
}

.location .row .col-md-6 {
    margin-bottom: 0 !important;
}

@media (max-width:1024px) {
    .location h3 {
        font-size: 20px;
        margin: 0 0 5px 0;
    }

    .location #content .row .col-md-6 {
        width: 50%;
    }

    .location #myTabContent2 .shop_location ul li {
        line-height: 1.3 !important;
    }
}

@media (max-width:768px) {
    .location .button {
        float: none;
        margin-top: -20px;
    }

    .location #content .row:first-child {
        padding-top: 40px;
    }

    .location #content .row {
        padding: 40px 0 40px 0;
    }

    .location #content {
        margin-top: 120px !important;
    }

    .location #content .col-sm-12 {
        text-align: center;
        width: 100%;
    }

    .location #myTabContent2 .shop_location ul li div {
        display: none;
    }

    .location h3 {
        margin: 0 0 10px 0;
        text-align: center;
        font-size: 27px;
    }

    .location #myTabContent2 .shop_location ul li {
        text-align: center;
    }

    .location .fa-li {
        display: none !important;
    }

    .location .fa-ul {
        padding-left: 0;
        margin: 0 !important;
    }

    .location .bottommargin {
        width: 50% !important;
    }

    .location #content .row .col-md-6 {
        margin-bottom: 20px !important;
        width: 100% !important;
    }
}

@media (max-width:736px) {
    .location .nav-justified>li {
        width: auto;
    }

    .location #content {
        margin-top: 0 !important;
    }
}

@media (max-width: 667px) {
    .location h3 {
        margin: 15px 0 10px 0;
    }

    .location .nav-justified>li {
        width: 32.7%;
        float: left;
    }

    .location .nav-justified>li:nth-child(1) {
        display: none;
    }

    .location #content .container {
        position: relative;
        margin-top: 60px;
    }

    .location #content .col-sm-12 {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .location #content .row:nth-child(1) {
        padding-top: 30px;
    }

    .location #content .button {
        margin-top: 30px;
    }

    .location .container,
    .location #header.full-header .container,
    .location .container-fullwidth {
        width: auto !important;
    }

    .location .content-wrap {
        padding: 80px 0;
    }

    .location #content span.divcenter {
        display: block;
        font-size: 16px;
        font-weight: 300;
        color: #777;
        line-height: 1.8em;
        text-align: left;
    }

    .location #content ul {
        margin-bottom: 0;
        text-align: center;
    }

    .location .bottommargin {
        margin-bottom: 0 !important;
    }

    .location .footer-widgets-wrap {
        /*    display: none;*/
    }

    .location #content .col-md-4 {
        padding-left: 0 !important;
    }

    .location .bottommargin {
        width: 100% !important;
    }

    .location #content .row .col-md-6 ul li {
        line-height: 3em;
        list-style-type: none;
        text-align: center;
    }

    .location #content .button {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .location h3 {
        margin: 15px 0 10px 0;
        text-align: left;
    }

    .location .nav-justified>li {
        width: 32.7%;
        float: left;
    }

    .location .nav-justified>li:nth-child(1) {
        display: none;
    }

    .location #content .container {
        position: relative;
        margin-top: 0;
    }

    .location #content .col-sm-12 {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .location #content .row:nth-child(1) {
        padding-top: 30px;
    }

    .location .container,
    .location #header.full-header .container,
    .location .container-fullwidth {
        width: auto !important;
    }

    .location .content-wrap {
        padding-top: 0;
    }

    .location #content span.divcenter {
        display: block;
        font-size: 16px;
        font-weight: 300;
        color: #777;
        line-height: 1.8em;
        text-align: left;
    }

    .location #content ul {
        margin-bottom: 0;
    }

    .location .bottommargin {
        margin-bottom: 0 !important;
    }

    .location .footer-widgets-wrap {
        /*    display: none;*/
    }

    .location #content .col-md-4 {
        padding-left: 0 !important;
    }

    .location .bottommargin {
        width: 100% !important;
    }

    .location #content .row .col-md-6 ul li {
        line-height: 3em;
        list-style-type: none;
        text-align: left;
    }
}

@media (max-width: 320px) {
    .location .nav-justified>li {
        width: auto;
    }
}

@media (min-width: 749px) and (max-width: 1366px) {}

/* ---------------------------------------------------
    08-news 最新消息
----------------------------------------------------*/
.news h3 {
    margin: 10px 0 0 0;
    text-align: left;
}

.news #load-next-posts a {
    display: inline-block;
    padding: 0px 40px;
    background-color: #FFF;
    border: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: Microsoft JhengHei;
}

.news #load-next-posts a:hover {
    display: inline-block;
    padding: 0px 40px;
    background-color: #FFF;
    border: 1px solid #959595;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: Microsoft JhengHei;
}

.news .button {
    color: #ccc;
}

.news .button:hover {
    color: #959595;
}

.news .entry-title a {
    text-decoration: none !important;
    color: #3e8ede;
    font-weight: 500;
}

.news .entry-meta {
    margin: 5px -10px 0 0;
}

.news .entry-meta li {
    font-family: Microsoft JhengHei;
    font-style: normal;
    font-size: 12px;
}

.news #content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.5em;
    max-height: 4.5em;
    overflow: hidden;
}

.news .more-link {
    background-color: rgba(49, 141, 222, 0);
    border: 1px solid #9a9a9b;
    color: #9a9a9b;
    border-radius: 15px;
    letter-spacing: .1em;
    padding: 0 15px;
    float: left;
    height: auto;
    font-style: normal;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px 0;
    font: 400 14px/24px Microsoft JhengHei;
}

.news .more-link:hover {
    color: #fff;
    background-color: #8e8e8e;
    border: 1px solid #8e8e8e;
}

.news .entry.entry-date-section span {
    font-weight: 400;
    font-family: Microsoft JhengHei;
    color: #9a9a9b;
    border-radius: 1px;
    padding: 4px 27px;
    font-size: 16px;
    letter-spacing: 0;
}

.news #posts .entry-content {
    margin-top: 0;
}

.news #posts .entry-image {
    margin-bottom: 0;
}

.news #banner_ul {
    display: inline-block;
    list-style-type: none;
}

.news #banner_ul li {
    float: left;
}

.news #banner_ul li a {
    color: #3E8EDE;
    background-color: rgba(247, 247, 247, 0);
}

.news #banner_ul li a:hover {
    color: #3E8EDE;
}

.news #banner_ul button {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #3e8ede;
    color: #3e8ede;
    font-size: 16px;
    border-radius: 6px;
    margin: 50px 5px 0 5px;
}

.news #banner_ul button:hover {
    border-color: #5FA5EB;
    background-color: rgba(255, 255, 255, 0.21);
}

.news .heading-block {
    margin-top: 120px;
}

.news .heading-block h3 {
    font-size: 34px;
    line-height: 2em;
    font-weight: 500;
}

/*h3*/
.news .heading-block>span:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 300;
    color: #777;
    line-height: 1.8em;
}

/*h3_subtitle*/
.news .heading-block:after {
    width: 0;
}

.news .row_position {
    position: static !important;
    width: 80%;
    margin: 0 auto;
}

.news #row_position .col-md-3,
.news .row .col-sm-6 {
    padding-left: 2.5%;
    padding-right: 2.5%;
}

.news .entry-title h4 a {
    color: #979798 !important;
}

.news .entry-title h4 a:hover {
    color: #3e8ede !important;
}

.news #row_position p {
    line-height: 1.8;
    margin-top: 40px;
    color: #979798;
}

.news .content-wrap {
    margin-bottom: 50px;
}

.news #row_btn button {
    margin-bottom: 40px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    color: #fff;
    font-size: 10px;
    font-weight: 200;
    line-height: 30px;
}

.news #row_btn {
    background-color: #6D7175;
    padding-top: 30px;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.news #row_btn:hover {
    background-color: rgb(136, 139, 143);
}

.news .one_third_position {
    padding: 0 15%;
}

.news .one_third_position ul li {
    list-style-type: none;
    font-size: 20px;
    line-height: 4em;
    color: #318dde;
}

.news .col-md-8 {
    width: 70%;
}

.news .one_third_position ul li {
    text-align: left;
    padding: 0;
}

.post-timeline .entry:hover .entry-timeline,
.post-timeline .entry:hover .timeline-divider {
    border-color: #4692DF;
    color: #4692DF;
}

@media (max-width:1640px) {
    .news .one_third_position {
        padding: 0 !important;
    }
}

@media (max-width:768px) {
    .news .container {
        width: auto;
        padding: 0 15px;
    }

    .news .col-md-8 {
        width: 100% !important;
    }

    .news .bottommargin {
        width: 50% !important;
    }

    .news #service {
        width: 100% !important;
    }

    .news #zindextitle {
        padding-top: 60px;
    }

    .news .row_position .entry-image {
        margin-bottom: 0 !important;
    }

    .news #about_brand .col-md-4 {
        border-right: 0px dashed #B9B9B9;
    }
}

@media (max-width:736px) {
    .news .entry-meta {
        margin: 10px -10px -15px 0;
    }
}

@media (max-width:677px) {
    .news h3 {
        text-align: left;
    }
}

@media (max-width:479px) {
    .news #content {
        margin-top: 60px;
    }

    .news .container,
    .news #header.full-header .container,
    .news .container-fullwidth {
        width: auto !important;
    }

    /*
    .news .dark .slider-caption,.news .dark .slider-caption h2 {
        font-size: 12px;
        margin-top: -20px;
    }
*/
    .news #zindexpic {
        margin-top: 0 !important;
    }

    .news .heading-block h3 {
        font-size: 20px;
    }

    .news .col_full {
        margin-bottom: 0 !important;
    }

    .news .bottommargin {
        margin-bottom: 0 !important;
    }

    .news .one_third_position {
        padding: 0 0 0 15px !important;
    }

    .news #zindextitle {
        padding: 60px 15px 0 15px;
    }

    .news #zindexpic {
        margin-top: 0;
    }

    .news h3 {
        margin-top: 10px;
    }

    .news .content-wrap {
        padding: 0 !important;
    }

    .news #row_btn {
        padding-top: 1090px !important;
    }

    .news #row_position p {
        line-height: 1.8;
        margin-top: 25px;
        color: #979798;
    }

    .news .row_position .entry-title {
        height: 150px !important;
    }

    .news .row_position {
        position: static !important;
        width: 100%;
        margin: 0 auto;
    }

    .news .heading-block {
        margin-bottom: 0;
    }

    .news #row_position .col-md-3,
    .news .row .col-sm-6 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .news #portfolio .col_one_fifth {
        padding: 0 15px;
    }

    .news #row_btn {
        padding-top: 940px;
    }
}

/* ---------------------------------------------------
   03-product 產品列表
----------------------------------------------------*/

.product_list #myTab2 a {
    color: #555;
    border: 1px solid #F2EDED;
    padding: 10px 30px;
}

.product_list .nav-pills>li.active>a,
.product_list .nav-pills>li.active>a:hover,
.product_list .nav-pills>li.active>a:focus {
    color: #fff !important;
    background-color: #428EDB;
}

.product_list .nav-pills>li>a:hover,
.product_list .nav-pills>li>a:focus {
    color: #fff !important;
    background-color: hsla(210, 68%, 80%, 1);
}

.product_list .nav-justified>li {
    width: auto;
}

.product_list .nav {
    margin-bottom: 40px;
}

.product_list .button {
    text-shadow: none;
    height: auto;
    background-color: #3E8EDE;
}

.product_list .button:hover {
    text-shadow: none;
    height: auto;
    background-color: #AEAEAE;
}

.product_list #float_fixed {
    border-bottom: 3px solid rgba(0, 0, 0, .15);
}

.product_list .notitlepic {
    background-image: none !important;
    padding-left: 0 !important;
}

.product_list .product1,
.product_list .product2 {
    border-bottom: 1px dashed #b1d4f3;
    padding: 60px 0;
}

.product_list .tab-content .row:last-child {
    border-bottom: 0 !important;
}

.product_list .btn_l,
.product_list .btn_r {
    margin-top: 50px;
}

.product_list .btn_l h3,
.product_list .btn_l p,
.product_list .btn_l button {
    text-align: right !important;
    float: right;
    clear: both;
}

.product_list .btn_r h3,
.product_list .btn_r p,
.product_list .btn_r button {
    text-align: left !important;
    float: left;
    clear: both;
}

.product_list #content h3 {
    font-size: 35px;
}

.product_list #content p {
    font-size: 18px;
}

.product_list #content img {
    max-width: 80%;
}

.product_list #slider .container {
    position: relative;
    height: 100%;
}

.product_list .breadcrumb {
    top: 84% !important;
    margin: -10px 0 0 0 !important;
    position: absolute !important;
    padding-right: 0 !important;
}

.product_list .dark .slider-caption,
.product_list .dark .slider-caption h2 {
    color: #444;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px;
    top: 80% !important;
    margin-right: 10%;
    margin-left: 0;
}

.product_list .breadcrumb>.active,
.product_list .breadcrumb a,
.product_list .breadcrumb a:hover,
.product_list .breadcrumb>li+li:before {
    color: #444;
}

.productitem .dark .slider-caption h2,
.productitem .slider-caption p,
.productitem .breadcrumb>.active,
.productitem .breadcrumb a,
.productitem .breadcrumb a:hover,
.productitem .breadcrumb>li+li:before {
    color: #444;
}

.product_list .slider-caption p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    float: left;
}

@media (min-width:991px) {
    .product_list #banner_ul {
        display: inline-block;
        list-style-type: none;
    }

    .product_list #banner_ul li {
        float: left;
    }

    .product_list #banner_ul li a {
        color: #3E8EDE;
        background-color: rgba(247, 247, 247, 0);
    }

    .product_list #banner_ul li a:hover {
        color: #3E8EDE;
    }

    .product_list #banner_ul button {
        background-color: rgba(255, 255, 255, 0);
        border: 1px solid #3e8ede;
        color: #3e8ede;
        font-size: 16px;
        border-radius: 6px;
        margin: 50px 5px 0 5px;
    }

    .product_list #banner_ul button:hover {
        border-color: #5FA5EB;
        background-color: rgba(255, 255, 255, 0.21);
    }

    .product_list .heading-block h3 {
        font-size: 34px;
        line-height: 2em;
        font-weight: 500;
    }

    /*h3*/
    .product_list .heading-block>span:not(.before-heading) {
        display: block;
        margin-top: 10px;
        font-size: 17px;
        font-weight: 300;
        color: #777;
        line-height: 1.8em;
    }

    /*h3_subtitle*/
    .product_list .heading-block:after {
        width: 0;
    }

    .product_list .entry-title h4 a {
        color: #979798 !important;
    }

    .product_list .entry-title h4 a:hover {
        color: #3e8ede !important;
    }

    .product_list .entry-title {
        height: 200px;
    }

    .product_list #content .testi-content p {
        color: #fff;
        font-style: normal;
        font-family: Microsoft JhengHei;
        letter-spacing: .1em;
        margin-top: 10px;
    }

    .product_list .testi-content p:before,
    .product_list .testi-content p:after {
        content: '';
    }

    /*視差滾動文字*/
    .product_list.content-wrap {
        margin-bottom: 50px;
    }

    .product_list #row_btn button {
        margin-bottom: 40px;
        border-radius: 15px;
        background-color: rgba(255, 255, 255, 0);
        border: 1px solid #fff;
        color: #fff;
        font-size: 10px;
        font-weight: 200;
        line-height: 30px;
    }

    .product_list #row_btn {
        background-color: #6D7175;
        padding-top: 30px;
        text-align: center;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .product_list #row_btn:hover {
        background-color: rgb(136, 139, 143);
    }

    .product_list #content nav {
        text-align: center;
        margin-top: 60px;
    }

    .product_list.btn-link,
    .pagination>li>a,
    .product_list .pagination>li>span,
    .product_list .pagination>li>a:hover,
    .product_list .pagination>li>span:hover,
    .product_list .pagination>li>a:focus,
    .product_list .pagination>li>span:focus {
        color: #4692DF;
    }

    .product_list .pagination>li>a:hover,
    .product_list .pagination>li>a:focus,
    .product_list .pagination>li>a:active {
        color: #fff !important;
        background-color: hsla(210, 68%, 80%, 1);
    }
}

@media(max-width:1366px) {

    .product_list .dark .slider-caption,
    .product_list .dark .slider-caption h2 {
        top: 70% !important;
    }
}

@media(max-width:1024px) {

    .product_list .swiper_wrapper .swiper-slide {
        background-position: 88% 0% !important;
        background-size: cover;
    }

    .product_list #content h3 {
        font-size: 35px;
        text-align: center;
    }

    .product_list #content .product1 p,
    .product_list #content .product2 p {
        font-size: 14px;
        text-align: center;
    }
}

@media(max-width:768px) {
    .product_list .dark .slider-caption {
        color: #7A7A7A;
    }

    .product_list .dark .slider-caption h2 {
        margin-right: 0;
        color: #7A7A7A;
    }

    .product_list .slider-caption p {
        float: none;
        color: #7A7A7A;
    }

    .product_list #slider .slider-caption-center img {
        display: none;
    }

    .product_list .entry-title {
        height: 170px;
    }

    .product_list .breadcrumb {
        display: none;
    }


    .product_list .fleft,
    .product_list .fright {
        float: none !important;
    }

    .product_list .btn_l,
    .product_list .btn_r {
        text-align: center !important;
    }

    .product_list .col-md-6 img {
        display: block;
        margin: auto;
    }

    .product_list .col-md-6 h3 {
        float: none;
        text-align: center !important;
    }

    .product_list.col-md-6 p {
        text-align: center !important;
        float: none;
    }

    .product_list .col-md-6 button {
        text-align: center !important;
        float: none;
    }

    .product_list .btn_l h3,
    .product_list .btn_l p,
    .product_list .btn_l button {
        text-align: center !important;
        float: none;
    }

    .product_list .btn_r h3,
    .product_list .btn_r p,
    .product_list .btn_r button {
        text-align: center !important;
        float: none;
    }

    .product_list #content nav {
        display: none;
    }

    .product_list ul#myTab2 {
        width: auto;
        margin: 0 auto;
    }

    .product_list #myTab2 a {
        padding: 10px 15px;
    }

    .product_list .nav-justified>li {
        width: auto;
        float: left;
    }
}

@media(max-width:736px) {

    .product_list .dark .slider-caption,
    .product_list .dark .slider-caption h2 {
        top: 40% !important;
        transform: translateX(-50%) !important;
        display: none !important;
    }

    .productitem .dark .slider-caption h2 {
        display: none !important;
    }

    .product_list .nav-justified>li {
        width: 100%;
    }

    .product_list .nav-justified>li>a {
        border-radius: 5px;
    }
}

@media (max-width: 667px) {
    .product_list ul#myTab2 {
        width: 100%;
    }
}

@media (max-width: 479px) {

    .product_list .breadcrumb>.active,
    .product_list .breadcrumb a,
    .product_list .breadcrumb a:hover,
    .product_list .breadcrumb>li+li:before {
        color: #fff;
    }

    .productitem .dark .slider-caption h2,
    .productitem .slider-caption p,
    .productitem .breadcrumb>.active,
    .productitem .breadcrumb a,
    .productitem .breadcrumb a:hover,
    .productitem .breadcrumb>li+li:before {
        color: #fff;
    }

    .product_list .nav-justified>li {
        width: 100%;
        float: left;
    }

    .product_list ul#myTab2 {
        margin: 20px auto 0;
    }

    .product_list #myTab2 a {
        padding: 10px 15px;
        border-radius: 5px;
    }

    .product_list .dark .slider-caption h2 {
        color: #fff;
    }

    .product_list #content .product1 p,
    .product_list #content .product2 p {
        font-size: 13px;
        text-align: center;
    }

    .product_list .dark .slider-caption {
        display: none !important;
    }

    .product_list .heading-block h3 {
        font-size: 20px;
    }

    .product_list #content h3 {
        font-size: 24px;
    }

    .product_list #content span.divcenter {
        display: block;
        font-size: 16px;
        font-weight: 300;
        color: #777;
        line-height: 1.8em;
        text-align: left;
    }

    .product_list .content-wrap {
        padding: 0;
    }

    .product_list #row_btn {
        padding-top: 1090px !important;
    }

    .product_list .heading-block {
        margin-bottom: 0;
    }

    .product_list #row_btn {
        padding-top: 940px;
    }

    .product_list #content nav {
        display: none;
    }

    .product_list .btn_l h3,
    .product_list .btn_l p,
    .product_list .btn_l button {
        text-align: left !important;
    }

    .product_list .btn_r h3,
    .product_list .btn_r p,
    .product_list .btn_r button {
        text-align: left !important;
    }

}

/* ---------------------------------------------------
   01-2 company 公司簡介
----------------------------------------------------*/
.company .md_1,
.company .md_4 {
    background-image: url(../images/service/01-2/mid_img-03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.company .md_2 {
    background-image: url(../images/service/01-2/mid_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.company .md_3 {
    background-image: url(../images/service/01-2/mid_img-02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.company #content .row.common-height>.col-md-6 {
    height: 500px !important;
}

.company .bottommargin {
    width: 58.33333333% !important;
}

.feature-box.fbox-right {
    padding: 0 100px 0 0;
}

.feature-box.fbox-left {
    padding: 0 0 0 100px;
}

.company #content .row h3 {
    font: 400 27px/1.5em "微軟正黑體";
    color: #fff;
}

.company #content .row p {
    font: 400 17px/1.8em "微軟正黑體";
    color: #fff;
}

.company .row_position {
    position: static !important;
    width: 60%;
    margin: 60px auto 0;
}

.company #content .col-md-4 {
    width: 33.333333%;
    border-right: 1px dashed #B9B9B9;
}

.company #content #tabs-33 .col-md-3 {
    border-right: 1px dashed #B9B9B9;
}

.company #content #about_brand2 {
    margin-top: 60px;
}

.company .fbox-icon img {
    border-radius: 50%;
    background-color: transparent;
}

.company .feature-box .fbox-icon {
    top: 10px;
}

.company .tabs.tabs-bb ul img {
    margin-right: 10px;
}

.company .tabs.tabs-bb ul.tab-nav li a {
    padding-left: 50px;
}

.company .tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
    border-bottom: 2px solid #328dde;
    color: #328dde;
}

.company .nav_box ul li:nth-child(1) {
    background-image: url(../images/service/01-2/icon-S-06.png);
    background-repeat: no-repeat;
    background-position: 20px 5px;
}

.company .nav_box ul li:nth-child(2) {
    background-image: url(../images/service/01-2/icon-S-07.png);
    background-repeat: no-repeat;
    background-position: 20px 7px;
}

.company .nav_box ul li:nth-child(3) {
    background-image: url(../images/service/01-2/icon-S-08.png);
    background-repeat: no-repeat;
    background-position: 20px 7px;
}

.company .nav_box ul li:nth-child(4) {
    background-image: url(../images/service/01-2/icon-S.png);
    background-repeat: no-repeat;
    background-position: 20px 7px;
}

.company .nav_box ul li.ui-tabs-active:nth-child(1) {
    background-image: url(../images/service/01-2/icon-s-hover-06.png);
    background-repeat: no-repeat;
    background-position: 20px 5px;
}

.company .nav_box ul li.ui-tabs-active:nth-child(2) {
    background-image: url(../images/service/01-2/icon-s-hover-07.png);
    background-repeat: no-repeat;
    background-position: 20px 7px;
}

.company .nav_box ul li.ui-tabs-active:nth-child(3) {
    background-image: url(../images/service/01-2/icon-s-hover-08.png);
    background-repeat: no-repeat;
    background-position: 20px 7px;
}

.company .nav_box ul li.ui-tabs-active:nth-child(4) {
    background-image: url(../images/service/01-2/icon-s-hover.png);
    background-repeat: no-repeat;
    background-position: 20px 7px;
}

.company .tabs.tabs-bb ul.tab-nav li.ui-tabs-active .arrow_b_int {
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: #3e8ede transparent transparent transparent;
    position: relative;
    bottom: -11px;
}

.company .tabs.tabs-bb ul.tab-nav li a {
    font: 300 20px/44px '微軟正黑體';
    color: #555;
    font-weight: 400;
    padding-bottom: 60px;
}

.company .block {
    background-color: #318dde;
    padding: 40px;
    width: 70%;
    margin: auto;
    border-radius: 8px;
}

.company .block p {
    color: #fff;
    font: 300 20px/2em '微軟正黑體' !important;
    margin-bottom: 0;
}

.company .counter.counter-large span {
    font-size: 56px !important;
}

.company .counter.counter-large {
    font-size: 36px;
    font-weight: 500;
}

.company .counter.counter-large+h5 {
    font-size: 21px;
    font-weight: 500;
    color: #484d52;
}

.company .nav_box {
    border-bottom: 1px solid #DDD;
    height: 60px;
    margin-top: 60px;
}

.company ul.tab-nav:not(.tab-nav-lg) {
    border-bottom: 0;
    list-style: none;
    margin-bottom: 60px;
    margin: 0 auto;
    height: 60px;
    width: 50%;
}

.company .tabs.tabs-bb ul.tab-nav li {
    border: 0;
    margin: 0 5%;
    height: 60px;
    width: 15%;
}

.company #tabs-36 h5 {
    padding: 20px;
    background-color: #328dde;
    width: 150px;
    margin: 0 auto 20px auto;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.company .about_brand2_paddingfix {
    padding: 0 16.5%;
}

.company #content .about_brand2_paddingfix .col-md-6 {
    border-right: 1px dashed #B9B9B9;
}

@media (max-width:1680px) {
    .company .row.common-height .col-sm-6 {
        width: 100%;
    }

    .company .row_position {
        position: static !important;
        width: 65%;
    }

    .company .block {
        width: 80%;
    }
}

@media (max-width:1366px) {
    .company .col-md-7 {
        width: 80%;
    }

    .company .md_2 {
        background-position: 45%;
    }

    .company .md_3 {
        background-position: 90%;
    }

    .col-padding {
        padding: 60px 20px;
    }

    .company ul.tab-nav:not(.tab-nav-lg) {
        width: 60%;
    }

    .company .tabs.tabs-bb ul.tab-nav li {
        margin: 0 5%;
        width: 15%;
    }

    .company .row_position {
        width: 85%;
    }
}

@media (max-width:1280px) {
    .company .col-md-7 {
        width: 90%;
    }

    .company .row_position {
        width: 88%;
    }
}

@media (max-width:1024px) {
    .company .col-md-7 {
        width: 100%;
    }

    .company .md_2 {
        background-position: 55%;
    }

    .company .md_3 {
        background-position: 85%;
    }

    .company ul.tab-nav:not(.tab-nav-lg) {
        width: 80%;
    }

    .company .block {
        background-color: #318dde;
        padding: 40px;
        width: 90%;
        margin: auto;
        border-radius: 8px;
    }
}

@media (max-width:768px) {
    .company .row_position {
        margin: 30px auto;
    }

    .service #content .col-md-4 {
        margin-top: 0;
    }

    .company #content #tabs-33 .col-md-3 {
        border-right: 0;
        width: 50%;
        float: left;
    }

    .company .nav_box {
        margin-top: 0px;
    }

    .company .col-padding {
        padding: 0;
    }

    .company .topmargin {
        margin-top: 30px !important;
    }

    .company .feature-box .fbox-icon {
        top: 10px;
        position: relative;
        left: 50%;
        margin-left: -32px;
        margin-bottom: 20px;
    }

    .company .feature-box.fbox-right,
    .company .feature-box.fbox-left {
        padding: 0 10%;
        text-align: center;
    }

    .company ul.tab-nav:not(.tab-nav-lg) {
        width: 100%;
    }

    .company .block {
        width: 100%;
    }

    .company .block p {
        font: 300 16px/2em '微軟正黑體' !important;
    }

    .company #tabs-35 .col-md-4 {
        float: left;
        padding: 0 15px !important;
    }

    .company .counter.counter-large+h5 {
        font-size: 15px;
    }

    .company #tabs-36 .col-md-3 {
        width: 50%;
        float: left;
        margin-top: 30px;
    }
}

@media (max-width:736px) {
    .company #content .about_brand2_paddingfix .col-md-6 {
        width: 50%;
        float: left;
    }

    .company .row_position {
        width: 90%;
    }
}

@media (max-width:667px) {
    .company .tabs.tabs-bb ul.tab-nav li {
        margin: 0%;
        width: 25%;
    }

    .company #content .col-md-4 {
        float: left;
    }

    .company .block p {
        font: 300 15px/2em '微軟正黑體' !important;
    }

    .company .counter.counter-large+h5 {
        font-size: 12px;
    }
}

@media (max-width:480px) {
    .company #content #tabs-33 .col-md-3 {
        width: 100%;
    }

    .company #content .about_brand2_paddingfix .col-md-6 {
        width: 100%;
        border: 0;
        border-bottom: 1px dashed #B9B9B9;
    }

    .company .about_brand2_paddingfix {
        padding: 0;
    }

    .company #content #about_brand2 {
        margin-top: 0;
    }

    .company #content .col-md-6:last-child {
        border-bottom: 0;
    }

    .company .heading-block {
        padding: 0 15px;
    }

    .company .row_position {
        margin: 20px auto 0 auto;
    }

    .company .block p {
        font: 300 15px/2em '微軟正黑體' !important;
    }

    .company #content .row p {
        font: 400 14px/1.8em "微軟正黑體";
        color: #fff;
    }

    .company .md_2 {
        background-position: 27%;
    }

    .company .md_3 {
        background-position: 75%;
    }

    .company .tabs.tabs-bb ul img {
        margin-right: 10px;
        display: none;
    }

    .company #content #about_brand .col-md-4 {
        float: none;
        width: 100%;
        border-right: 0;
        border-bottom: 1px dashed #B9B9B9;
    }

    .company #content #tabs-35 .col-md-4 {
        float: none;
        width: 100%;
        border-right: 0;
    }

    .company .block p {
        font: 300 16px/2em '微軟正黑體' !important;
    }

    .company .counter.counter-large+h5 {
        font-size: 16px;
    }

    .company #tabs-36 .col-md-3 {
        width: 100%;
        float: none;
        margin-top: 0px;
        margin-bottom: 60px;
    }

    .company .nav_box ul li:nth-child(1),
    .company .nav_box ul li:nth-child(2),
    .company .nav_box ul li:nth-child(3),
    .company .nav_box ul li:nth-child(4) {
        background-image: none;
    }

    .company .nav_box ul li.ui-tabs-active:nth-child(1),
    .company .nav_box ul li.ui-tabs-active:nth-child(2),
    .company .nav_box ul li.ui-tabs-active:nth-child(3),
    .company .nav_box ul li.ui-tabs-active:nth-child(4) {
        background-image: none;
    }

    .company .tabs.tabs-bb ul.tab-nav li a {
        padding-left: 15px;
    }
}

@media (max-width: 320px) {

    .company .feature-box.fbox-right,
    .company .feature-box.fbox-left {
        padding: 0 5%;
    }
}


/* ---------------------------------------------------
   01-2 surrounding 環境介紹
----------------------------------------------------*/
.surrounding .nav-justified>li {
    width: 104px;
}

.shop_photo2 {
    float: left !important;
    margin-bottom: 0;
    width: 100%;
}

.shop_photo2 .portfolio-item {
    width: 100%;
    padding: 0;
}

.shop_photo2 .portfolio-overlay .portfolio-desc h3 a {
    color: #F5F5F5 !important;
    font-size: 10px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: .2em;
}

.shop_photo2 .container {
    width: 100%;
}

.shop_photo2 .heading-block h3 {
    margin-top: 70px;
}

.shop_photo2 span {
    color: #696666;
}

.shop_photo2 .col_full {
    margin-bottom: 0;
    text-align: center;
}

.shop_photo2 .col_one_third {
    margin-right: 0;
    margin-bottom: 0;
}

.surrounding #content .row {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 0;
    padding: 0;
    margin-top: 0;
}

.surrounding .tab-content .col_one_third {
    width: 33.33333%;
}

.shop_photo2 .portfolio-overlay .portfolio-desc {
    margin-top: 38% !important;
}



/*tab 圓角設定----------------------------*/

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
    border-radius: 0;
}

.nav-justified>li:nth-child(1)>a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}

.nav-justified>li:last-child>a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*tab 圓角設定----------------------------*/


@media (max-width:1024px) {
    .surrounding .container {
        width: 100%;
    }

    .surrounding .nav {
        width: 407px;
        margin: 40px auto;
    }
}

@media (max-width:769px) {
    .surrounding .tab-content .col_one_third {
        width: 50%;
    }

    .surrounding #myTab2 {
        margin: 0 auto 40px;
    }

    .surrounding .tab-content .col_one_third h3 {
        margin: 0 0 10px 0;
        text-align: center;
        font-size: 27px;
    }
}

@media (max-width:736px) {
    .surrounding .nav-justified>li {
        width: auto;
        float: left;
    }

    .surrounding #myTab2 {
        margin: 0 auto;
    }

    .surrounding .tab-content .col_one_third {
        width: 100% !IMPORTANT;
    }
}

@media (max-width: 667px) {
    .surrounding .nav {
        width: auto;
    }

    .surrounding #content ul {
        margin-bottom: 40px;
        text-align: center;
        margin: 0 auto 40px;
    }

    .surrounding .nav-justified>li {
        width: 32.999%;
    }

    .surrounding .tab-content .col_one_third {
        width: 50%;
        float: left;
        margin-bottom: 0 !important;
    }
}

@media (max-width:480px) {
    .surrounding .nav-justified>li {
        width: 32%;
    }

    .surrounding .tab-content .col_one_third {
        width: 100%;
    }
}

@media (max-width:320px) {
    .surrounding #myTab2 a {
        padding: 10px 4px;
    }

    .surrounding .nav-justified>li {
        width: auto;
    }
}



/* ---------------------------------------------------
   03-2 產品簡介
----------------------------------------------------*/
.productitem .fslider {
    min-height: 32px;
}

.productitem .fright {
    width: 50%;
}

.productitem .col_half.col_last h3 {
    color: #318ede;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px dashed #a7cef4;
}

.productitem .col_half h3 {
    color: #818488;
    font-size: 24px;
    font-weight: 400;
}

.productitem .col_half>p {
    line-height: 1.8;
    margin-top: 20px;
}

.productitem .col_half p {
    margin-bottom: 0;
}

.productitem strong {
    color: #000;
}

.productitem .button {
    line-height: 1.8em;
    color: #fff;
    background-color: #318ede;
    font-size: 18px;
    font-weight: 400;
    padding: 0 30px;
    border-radius: 0px;
    margin-top: 60px;
}

.productitem .button:hover {
    line-height: 1.8em;
    color: #fff;
    background-color: rgb(47, 133, 208);
    font-size: 18px;
    font-weight: 400;
    padding: 0 30px;
    border-radius: 0px;
}

.productitem .content-wrap {
    position: relative;
    padding: 80px 0;
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .productitem .col_half.col_last h3 {
        font-size: 18px;
    }

    .productitem .col_half {
        width: 100%;
    }

    .productitem .button {
        left: 50%;
        margin-left: -140px;
    }
}

@media (max-width: 479px) {
    .productitem #content .container {
        position: relative;
        margin-top: 0;
    }

    .productitem .col_half.col_last h3 {
        font-size: 20px;
    }

    .productitem .button {
        line-height: 1.8em;
        color: #fff;
        background-color: #318ede;
        font-size: 18px;
        font-weight: 400;
        padding: 0 30px;
        border-radius: 0px;
        position: relative;
        margin-left: 50%;
        left: -140px;
    }

    .productitem .fslider.flex-thumb-grid.grid-8 .flex-control-nav.flex-control-thumbs li {
        width: 25% !important;
    }
}

/* ---------------------------------------------------
   01-5 聽力師簡介
----------------------------------------------------*/
.audiologist .heading-block {
    margin-bottom: 0;
}

.audiologist #content .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.audiologist .content-wrap {
    position: relative;
    padding: 80px 0 0 0 !important;
}

.nav-box {
    width: 100%;
}

.audiologist .portfolio-filter {
    display: table;
    margin: 0 auto 80px auto;
    float: none;
    border: 1px solid rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.audiologist .portfolio-filter li {
    text-align: center;
}

.audiologist .box>ul>li {
    list-style-type: none;
}

.audiologist .portfolio-filter li a {
    font-size: 16px;
    line-height: 1em;
    color: #555;
    border-radius: 0;
}

.audiologist .portfolio-filter li:hover a {
    color: #fff;
    background-color: #a9ccef;
}

.audiologist .portfolio-filter li.activeFilter a {
    color: #FFF !important;
    background-color: #428EDB;
    /*    border-radius: 4px;*/
}

.audiologist .portfolio-5 .portfolio-item {
    width: 20%;
    padding: 0;
}

.audiologist .portfolio-overlay h4 {
    line-height: 1.5em;
    color: #fff;
    text-align: left;
    font-size: 20px;
    margin: 0;
}

.audiologist .portfolio-overlay h4+i {
    color: #8cbce2;
    font-size: 16px;
    float: left;
    clear: both;
    margin-bottom: 10px;
    font-style: normal;
    text-align: left;
}

.audiologist .portfolio-overlay .span1 {
    float: left;
}

.audiologist .portfolio-overlay .span2 {
    float: left;
    overflow: hidden;
}

.audiologist .portfolio-overlay h5 {
    line-height: 1em;
    color: #8cbce2;
    text-align: left;
    font-size: 16px;
    float: left;
    clear: both;
    margin: 10px 10px 0 0;
}

.audiologist .portfolio-overlay p {
    line-height: 1.8em !important;
    color: #fff;
    font-size: 16px;
    float: left;
    margin: 5px 0 0 0;
    text-align: left;
    width: 210px;
    white-space: nowrap;
}

.audiologist .portfolio-overlay .box {
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translatex(-50%);
}

.audiologist .heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #fff;
}

.audiologist #load-next-posts .button {
    margin: 80px 0 0 0;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #6D7175;
    color: #6D7175;
    font-size: 10px;
    font-weight: 600;
    line-height: 30px;
}

.audiologist #load-next-posts .button:hover {
    background-color: #5b5656;
    border: 1px solid #6D7175;
    color: #fff;
    font-weight: 500;
}

.audiologist #content #load-next-posts {
    background-color: #fff;
    padding-top: 30px;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-bottom: 0;
}

.audiologist .special-1 .portfolio-overlay .box {
    width: 100%;
}


@media (max-width: 1680px) {
    .audiologist .portfolio-5 .portfolio-item {
        width: 25%;
    }

    .audiologist .special-1 .portfolio-overlay .box {
        width: 90%;
    }

    .audiologist .portfolio-overlay .box {
        width: 90%;
    }
}

@media (max-width: 1366px) {
    .audiologist .portfolio-5 .portfolio-item {
        width: 33.33%;
        padding: 0;
    }

    .audiologist .portfolio-overlay .box {
        width: 350px;
    }

    .audiologist .special-1 .portfolio-overlay .box {
        width: 350px;
    }

    .audiologist #content .row {
        margin-left: 0;
        margin-right: 0;
        border-bottom: 0;
        padding: 0;
    }

    .audiologist .portfolio-overlay h5 {
        margin: 10px 20px 0 0;
    }
}

@media (max-width: 1280px) {
    .audiologist .portfolio-overlay h5 {
        margin: 10px 15px 0 0;
    }
}

@media (max-width: 1024px) {
    .audiologist .portfolio-5 .portfolio-item {
        width: 50%;
    }

    .audiologist .portfolio-overlay h4 {
        font-size: 20px;
    }

    .audiologist .portfolio-overlay h4+i {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: left;
    }

    .audiologist .portfolio-overlay p {
        color: #fff;
        font-size: 15px;

    }
}

@media (max-width: 768px) {
    .audiologist .portfolio-filter li {
        width: auto !important;
    }

    .audiologist h3 {
        text-align: center;
    }

    .audiologist .portfolio-5 .portfolio-item {
        width: 50%;
        padding: 0;
    }

    .audiologist h3 {
        margin: 0 0 10px 0;
        text-align: center;
        font-size: 27px;
    }
}

@media (max-width: 736px) {
    .portfolio-filter li {
        margin-bottom: 0;
    }

    .audiologist .portfolio-5 .portfolio-item {
        width: 100%;
    }
}

@media (max-width: 667px) {
    .audiologist .portfolio-filter {
        margin: 0 auto 40px auto !important;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .audiologist .portfolio-filter li {
        width: 25%;
        border-radius: 0px !important;
        margin-bottom: 0;
    }

    .audiologist .portfolio-filter li.activeFilter a {
        color: #FFF !important;
        background-color: #428EDB;
        border-radius: 0 !important;
    }

    .audiologist .portfolio-filter li:first-child a {
        border-bottom-left-radius: 4px !important;
        border-top-left-radius: 4px !important;
    }

    .audiologist .portfolio-filter li:last-child a {
        border-bottom-right-radius: 4px !important;
        border-top-right-radius: 4px !important;
    }

    .audiologist #content span.divcenter {
        text-align: center;
    }

    /*
    .audiologist .special-1 .box{
        margin-top: -60px;
    }
    .audiologist .special-2 .box{
        margin-top: -160px;
    }
*/
}

@media (max-width: 480px) {
    .audiologist .portfolio-filter {
        width: 50%;
    }

    .audiologist .portfolio-filter li {
        width: 100% !important;
    }

    .audiologist .portfolio-overlay h5 {
        display: none;
    }

    .audiologist #content .container {
        margin-top: 0;
    }

    .audiologist .portfolio-5 .portfolio-item {
        display: block;
        width: 100%;
        height: auto;
    }

    .audiologist .portfolio-overlay h4 {
        text-align: center;
    }

    .audiologist .portfolio-overlay h4+i {
        font-size: 14px;
        margin-bottom: 15px;
        text-align: center;
        float: none;
    }

    .audiologist .portfolio-overlay .span1 {
        float: none;
    }

    .audiologist .portfolio-overlay .span2 {
        float: none;
    }

    .audiologist .portfolio-overlay p {
        float: none;
        text-align: center;
        width: auto;
    }

    .audiologist .box>ul>li {
        height: auto;
    }
}

@media (max-width: 320px) {

    .audiologist .portfolio-overlay p {
        font-size: 13px;
    }

    .audiologist .portfolio-overlay h4+i {
        font-size: 14px;
        margin-bottom: 5px;
    }

    /*
    .audiologist .special-2 .box{
        margin-top: -155px;
    }
*/
}

/* ---------------------------------------------------
   04 Q&A
----------------------------------------------------*/
.question #content .container {
    position: relative;
}

.question #content p {
    line-height: 2em;
}

.question .nav-justified>li {
    width: auto;
}

.question #myTab2 a {
    padding: 10px 18px;
}

.question .nav {
    margin: 60px 0 10px 0;
}

.question .col_one_fourth img {
    width: 100%;
}

.question .col_three_fourth {
    margin-bottom: 5px;
}

.question #tab01 h4 {
    font-size: 18px;
    background-color: #c1ddf5;
    padding: 10px 20px;
    color: #5a5a5a;
    border-radius: 4px;
}

.question h5 {
    font-size: 18px;
    color: #3e8ede;
    font-weight: 500;
    margin: 20px 0 0 0;
    clear: both;
}

.question #tab02 .col_half h5 {
    margin: 0;
}

.question #tab01 ul {
    list-style-type: none;
}

.question #tab01 li {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #000;
}

.question #tab01 li div {
    width: 120px;
    float: left;
}

.question #tab01 li p {
    float: left;
}

.question #content .row {
    border-bottom: 0;
    padding: 0;
}

.question .show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(238, 238, 238, 0);
    border: 0;
}

.question #tab01 .col-md-1 {
    width: 12%;
}

.question #tab01 .col-md-11 {
    width: 88%;
}

.question #tab01 .col-md-1 p {
    line-height: 2em;
    /*    border-right: 1px solid #3e8ede;*/
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
}

.question #tab01 .col-md-11 p {
    line-height: 2em;
    margin-bottom: 0;
    padding-left: 20px;
    border-left: 1px solid rgba(62, 142, 222, 0.37);
}

.question #tab01 .col-md-2 {
    padding-right: 10px;
    width: 15%;
    height: 2em;
}

.question #tab01 .col-md-10 {
    padding-right: 10px;
    width: 85%;
}

.question #tab01 .col-md-2 p {
    line-height: 2em;
    /*    border-right: 1px solid #3e8ede;*/
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    height: 64px;
}

.question #tab01 .col-md-10 .row {
    border-left: 1px solid rgba(62, 142, 222, 0.37);
}

.question #tab01 .col-md-10 p {
    line-height: 2em;
    margin-bottom: 0;
}

.question .col-md-10 .col-md-6 {
    margin-bottom: 0 !important;
    padding-bottom: 0;
    padding-top: 0;

}

.question #tab01 .col-md-10 .col-md-1 p {
    border-right: 0px solid #3e8ede;
    line-height: .5em;
}

.question #tab02 .col_half {
    border: 1px solid #98c6ee;
    padding: 10px 30px;
    border-radius: 5px;
    height: 12em;
    margin-bottom: 20px;
}

.question #tab02 ul {
    display: block;
    margin-bottom: 0;
    padding-left: 20px;
}

.question #tab02 ul li {
    list-style-type: none;
    line-height: 1.8em;
    color: #818488;
    position: relative;
}

.question #tab02 ul li:before {
    content: '*';
    position: absolute;
    top: 0;
    left: -20px;
}

.question #tab02 .col_one_fourth {
    margin-right: 2%;
    margin-bottom: 15px;
}

.question #tab03 .col-md-12 {
    margin-bottom: 0 !important;
}

@media (max-width: 1366px) {

    .question #tab01 .col-md-1 {
        width: 12%;
    }

    .question #tab01 .col-md-11 {
        width: 88%;
    }

    .question #tab01 .col-md-2 {
        width: 15%;
    }

    .question #tab01 .col-md-10 {
        width: 85%;
    }

    .question #tab02 .ul1 {
        float: left;
    }

    .question #tab02 .ul2 {
        float: left;
        margin-left: 40px;
    }
}

@media (max-width: 1280px) {
    .question #tab01 h4 {
        font-size: 17px;
    }

    .question #tab01 .col-md-10 .col-md-1 {
        width: 13%;
    }

    .question #tab01 .col-md-10 .col-md-6 {
        width: 87% !important;
    }

    .question #tab02 .ul2 {
        margin-left: 33px;
    }
}

@media (max-width: 1024px) {

    .question #tab01 .col-md-1 {
        width: 15%;
    }

    .question #tab01 .col-md-11 {
        width: 85%;
    }

    .question #tab01 .col-md-2 {
        width: 18%;
    }

    .question #tab01 .col-md-10 {
        width: 82%;
    }

    .question #tab01 .col-md-10 .col-md-1 {
        width: 18%;
    }

    .question #tab01 .col-md-10 .col-md-6 {
        width: 82% !important;
    }

    .question #tab02 .col_half {
        height: 17em;
        margin: 0 .5%;
    }

    .question #tab02 .ul2 {
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .question #tab02 .col-md-11 {
        width: 80%;
    }

    .question #tab02 .col-md-1 {
        width: 20%;
    }

}

@media (max-width: 768px) {
    .question #tab02 .ul2 {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .question #myTab2 {
        margin: auto;
        width: 530px;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .question #tab01 .col_three_fourth {
        width: 100%;
    }

    .question #tab01 .col_one_fourth.col_last {
        display: none;
    }

    .question #tab01 .col-md-1 {
        width: 100%;
    }

    .question #tab01 .col-md-11 {
        width: 100%;
    }

    .question #tab01 .col-md-11 p {
        border-left: 0;
        padding-left: 0;
    }

    .question #content .row {
        margin-bottom: 30px;
    }

    .question #tab01 .col-md-2 {
        width: 30%;
        margin-bottom: 20px;
    }

    .question #tab01 .col-md-10 .row {
        margin-left: 1px;
        padding-top: 0;
    }

    .question #tab01 .col-md-10 .col-md-1 {
        width: 30%;
    }

    .question #tab01 .col-md-10 .col-md-6 {
        width: 100% !important;
    }

    .question #tab01 h5 {
        margin: 0px 0 10px 0;
    }

    .question #tab02 .col_half {
        height: 20em;
    }

    .question #tab02 .col_half {
        margin: 0 1%;
    }

    .question #tab02 .col_one_fourth {
        display: none;
    }

    .question #tab02 .col_three_fourth {
        width: 100%;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .question #tab02 .col-md-10 {
        width: 80%;
        float: left;
    }

    .question #tab02 .col-md-2 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 736px) {
    .question #myTab2 a {
        padding: 10px 7px;
    }

    .question .nav-justified>li {
        width: auto;
        float: left;
    }

    .question .nav-justified>li:nth-child(1) {
        display: inherit;
    }

    .question #myTab2 {
        width: auto;
        margin-bottom: 40px !important;
    }

    .question #content .row:nth-child(1) {
        padding-top: 0;
    }

    .question #tab02 .col_half {
        height: auto;
        border: 0px solid #98c6ee;
        padding: 0 15px;
        border-radius: 0;
    }

    .question #content .col-md-6 p,
    .question #content .col-md-12 p {
        width: 100%;
    }

    .question #tab02 ul {
        text-align: left;
    }

    .question #tab02 .ul2 {
        margin-left: 0;
        margin-bottom: 40px;
    }

    .question #tab02 .col-md-10 {
        width: 100%;
        float: left;
    }

    .question #tab02 .col-md-2 {
        display: none;
    }

    .question #tab01 .col_three_fourth {
        width: 100%;
        margin-bottom: 0 !important;
    }

    .question #tab01 .col-md-2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .question #tab01 .col-md-10 .col-md-1 {
        width: 100%;
    }

    .question #content .row {
        margin-bottom: 0;
    }
}

@media (max-width: 667px) {
    .question #content .container {
        margin-top: 0;
    }

    .question #myTab2 {
        width: 468px;
    }
}

@media (max-width: 480px) {
    .question .content-wrap {
        padding-top: 0 !important;
    }

    .question #tab01 .col-md-11 p {
        padding: 0 15px;
    }

    .question #myTab3 a {
        border-radius: 5px;
        border: 1px solid #e5e5e5;
        color: #888;

    }

    .question #myTab3 {
        width: auto;
        margin: 20px 0 !important;
    }

    .question .nav-justified>li:nth-child(1),
    .question .nav-justified>li:nth-child(2) {
        width: 49.7%;
        float: left;
    }

    .question .nav-justified>li:nth-child(3) {
        width: 100%;
    }

    .question #myTab2 {
        width: auto;
    }

    .question #tab01 .col-md-10 {
        width: 100%;
    }

    .question #tab01 .col-md-10 p {
        line-height: 2em;
        display: block;
        width: 100%;
        margin-bottom: 0;
    }

    .question #tab02 .col_half {
        height: 10em;
        border: 0px solid #98c6ee;
        padding: 0;
        border-radius: 0;
    }

    .question #tab02 .show-grid {
        margin-bottom: 30px;
        display: inline-block;
    }

    .question #content .row:nth-child(1) {
        padding-top: 0;
        margin-bottom: 20px;
    }

    .question #tab03 .col-md-12 p {
        line-height: 2em;
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 320px) {

    .question .nav-justified>li:nth-child(1),
    .question .nav-justified>li:nth-child(2) {
        width: 100%;
    }
}



/* ---------------------------------------------------
   07 social
----------------------------------------------------*/
.social p {
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 16px;
}

.social h4 {
    font-size: 26px;
    color: #3e8ede;
    font-weight: 600;
    margin: 0;
}

.social .show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(238, 238, 238, 0);
    border: 0;
}

.social #content .row {
    border-bottom: 0;
    padding: 0;
}

.social .nav-justified>li {
    width: auto;
}

.social #tab01>.row {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px dashed #b1d4f3;
    padding: 40px 0 40px 0;
}

.social #tab01>.row:last-child {
    border-bottom: 0;
}

.social #tab01 .row>.col-md-11 {
    padding-top: 0 !important;
}

.social #tab01 .col-md-11 .col-md-2 {
    width: 10%;
}

.social #tab01 .col-md-11 .col-md-10 {
    width: 90%;
}

.social #tab01 .col-md-11 .col-md-2 p {
    color: #000;
    font-weight: 500;
    font-size: 19px;
}

.social #tab01 .col-md-11 .col-md-10 p {
    border-left: 1px solid rgba(62, 142, 222, 0.37);
    padding-left: 40px;
    padding-top: 2px;
}


.social #tab02 .title-menu-ul ul {
    background-color: #98c6ee;
    padding: 15px 0;
    color: #fff;
}

.social #tab02 .title-menu-ul li {
    border-left: 2px solid #fff;
}

.social #tab02 ul li {
    display: inline-block;
    list-style-type: none;
    width: 18%;
    padding-left: 10px;
    margin-left: 20px;
}

.social #tab02 ul li:first-child {
    width: 15%;
    border-color: transparent;
}

.social #tab02 ul li:nth-child(2) {
    width: 26%;
}

.social #tab02 ul li:nth-child(3) {
    width: 15%;
}

.social #tab02 ul li:nth-child(3) {
    width: 15%;
}

.social #tab02 ul li:nth-child(5) {
    width: 14%;
}

.social #tab02 .button {
    text-shadow: none;
    height: auto;
    border: 1px solid #746767;
    color: #746767;
    background-color: #FFF;
    border-radius: 4px;
    text-transform: initial;
    padding: 2px 16px 2px 13px;
    margin: 0;
    line-height: 1em;
    font-weight: 500;
}

.social #tab02 .button:hover {
    border: 1px solid #999;
    color: #999;
    background-color: #FFF;
}

.social #tab02 .button:before {
    content: url(../images/social/btn-icon.png);
    position: absolute;
}

.social #tab02 .button:hover:before {
    content: url(../images/social/btn-icon-w.png);
    position: absolute;
}

body:not(.device-touch) .button a:before {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.social #tab02 .title-menu-ul~div ul {
    margin-bottom: 0;
    padding: 5px 0;
}

.social #tab02 .title-menu-ul~div {
    margin-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;
}



.social #tab03 {
    background-image: url(../images/social/taiwan.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 1200px;
    background-position: 50% 0%;
}

.social #tab03 p {
    color: #000;
    font-weight: 500;
    font-size: 19px;
}


.social #tab03 .fleft {
    width: 50%;
    margin-left: 15px;
}

.social #tab03 .fleft .col-md-10,
.social #tab03 .fleft .col-md-2 {

    margin-top: 20px;
    padding: 0;
}

.social #tab03 .fleft .col-md-10 {
    border-left: 1px dashed #8e8e8e;
    margin-top: 20px;
}

.col-md-10.fix_lettering img {
    margin-right: 10px;
}

.social #tab03 .fleft .col-md-2 {}

/*
.social #tab03 .fleft .col-md-10 a {
    display: inherit;
}
*/
.social #tab03 a {
    padding-left: 20px;
    color: #000;
    font-weight: 500;
    font-size: 19px;
    letter-spacing: .5em;
    line-height: 2em;
}

.social #tab03 a:hover,
.social #tab03 .fleft .col-md-10:hover {
    color: #3e8ede;
}

.social #tab03 a img {
    margin-top: -5px;
}

.social #city1 {
    position: absolute;
    left: 61%;
    top: 14.8%;
}

.social #city2 {
    position: absolute;
    left: 54%;
    top: 18%;
}

.social #city3 {
    position: absolute;
    left: 42%;
    top: 22.3%;
}

.social #city4 {
    position: absolute;
    left: 42%;
    top: 27.5%;
}

.social #city5 {
    position: absolute;
    left: 42%;
    top: 32.4%;
}

.social #city6 {
    position: absolute;
    left: 32.5%;
    top: 37.4%;
}

.social #city7 {
    position: absolute;
    left: 32.5%;
    top: 41.2%;
}

.social #city8 {
    position: absolute;
    left: 32.5%;
    top: 45.8%;
}

.social #city9 {
    position: absolute;
    left: 27%;
    top: 51.2%;
}

.social #city10 {
    position: absolute;
    left: 27%;
    top: 57%;
}

.social #city11 {
    position: absolute;
    left: 27%;
    top: 62.5%;
}

.social #city12 {
    position: absolute;
    left: 33.5%;
    top: 71.2%;
}

.social #city13 {
    position: absolute;
    left: 42%;
    top: 81.5%;
}

.social #city14 {
    position: absolute;
    left: 73%;
    top: 67%;
}

.social #city15 {
    position: absolute;
    left: 78%;
    top: 45.8%;
}

.social #city16 {
    position: absolute;
    left: 85%;
    top: 31.1%;
}

.social #city17 {
    position: absolute;
    left: 81.5%;
    top: 17.8%;
}


@media (max-width: 1366px) {
    .social #tab01 .col-md-11 .col-md-2 {
        width: 12%;
    }

    .social #tab01 .col-md-11 .col-md-10 {
        width: 88%;
    }

    .social #tab02 ul li:first-child {
        width: 15%;
    }

    .social #tab02 ul li:nth-child(2) {
        width: 30%;
    }

    .social #tab02 ul li:nth-child(3) {
        width: 15%;
    }

    .social #tab02 ul li:nth-child(4) {
        width: 12%;
    }

    .social #tab02 ul li:nth-child(5) {
        width: 12%;
    }

    .social #tab03 .col-md-2 {
        width: 20%;
    }

    .social #tab03 .col-md-10 {
        width: 80%;
    }

    .social #city1 {
        left: 61%;
    }

    .social #city2 {
        left: 55%;
    }

    .social #city3 {
        left: 41%;
    }

    .social #city4 {
        left: 41%;
    }

    .social #city5 {
        left: 41%;
    }

    .social #city6 {
        left: 32%;
    }

    .social #city7 {
        left: 32%;
    }

    .social #city8 {
        left: 32%;
    }

    .social #city9 {
        left: 26.5%;
    }

    .social #city10 {
        left: 26.5%;
    }

    .social #city11 {
        left: 26.5%;
    }

    .social #city12 {
        left: 33%;
    }

    .social #city13 {
        left: 41.5%;
    }

    .social #city14 {
        left: 73.4%;
    }

    .social #city15 {
        left: 78.5%;
    }

    .social #city16 {
        left: 85.3%;
    }

    .social #city17 {
        left: 80.9%;
    }

}

@media (max-width: 1280px) {
    .social #tab03 .fleft a {
        border-left: 0px dashed #8e8e8e;
    }

    .social #tab02 ul li:nth-child(3) {
        width: 16%;
    }

    .social #tab03 .col-md-2 {
        width: 15%;
    }

    .social #tab03 .col-md-10 {
        width: 86%;
    }

    .social #city1 {
        left: 60.8%;
    }

    .social #city2 {
        left: 55%;
    }

    .social #city3 {
        left: 41.5%;
    }

    .social #city4 {
        left: 41.5%;
    }

    .social #city5 {
        left: 41.5%;
    }

    .social #city6 {
        left: 32%;
    }

    .social #city7 {
        left: 32%;
    }

    .social #city8 {
        left: 32%;
    }

    .social #city9 {
        left: 26%;
    }

    .social #city10 {
        left: 26%;
    }

    .social #city11 {
        left: 26%;
    }

    .social #city12 {
        left: 33%;
    }

    .social #city13 {
        left: 41.5%;
    }

    .social #city14 {
        left: 73%;
    }

    .social #city15 {
        left: 78%;
    }

    .social #city16 {
        left: 85%;
    }

    .social #city17 {
        left: 81%;
    }
}

@media (max-width: 1024px) {
    .social #tab03 {
        background-position: 60% 0%;
    }

    .social #tab03 .fleft .col-md-10 {
        border-left: 0;
    }

    .social #tab01 .col-md-11 .col-md-2 {
        width: 15%;
    }

    .social #tab01 .col-md-1 {
        width: 10%;
    }

    .social #content #tab01 .row {
        border-bottom: 0;
        padding: 0;
        width: 100%;
        margin: 0;
    }

    .social #tab01 .row>.col-md-11 {
        width: 100%;
    }

    .social #tab01 .col-md-11 .col-md-10 {
        width: 85%;
    }

    .social #tab02 .title-menu-ul~div li {
        font-size: 13px;
    }

    .social #tab02 ul li:first-child {
        width: 14%;
    }

    .social #tab02 ul li:nth-child(2) {
        width: 26%;
    }

    .social #tab02 ul li:nth-child(3) {
        width: 16%;
    }

    .social #tab02 ul li:nth-child(4) {
        width: 13%;
    }

    .social #tab02 ul li:nth-child(5) {
        width: 15%;
    }

    .social #tab03 p {
        color: #000;
        font-weight: 500;
        font-size: 16px;
    }

    .social #tab03 a {
        padding-left: 20px;
        color: #000;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 1em;
    }

    .social #city1 {
        left: 54%;
    }

    .social #city2 {
        left: 47%;
    }

    .social #city3 {
        left: 31.5%;
    }

    .social #city4 {
        left: 31.5%;
    }

    .social #city5 {
        left: 31.5%;
    }

    .social #city6 {
        left: 20%
    }

    .social #city7 {
        left: 20%
    }

    .social #city8 {
        left: 20%
    }

    .social #city9 {
        left: 13%;
    }

    .social #city10 {
        left: 13%;
    }

    .social #city11 {
        left: 13%;
    }

    .social #city12 {
        left: 21%;
    }

    .social #city13 {
        left: 32%;
    }

    .social #city14 {
        left: 69%;
    }

    .social #city15 {
        left: 74%;
    }

    .social #city16 {
        left: 83%;
    }

    .social #city17 {
        left: 77%;
    }
}

@media (max-width: 768px) {
    .social #content {
        margin-top: 180px !important;
    }

    .social #tab02 .title-menu-ul ul {
        display: none;
    }

    .social #tab01 .col-md-1 {
        width: 100%;
    }

    .social #myTab2 {
        margin: auto;
        width: 450px;
        margin-bottom: 30px;
    }

    .social #tab01 .col-md-11 .col-md-10 p {
        border-left: 0px solid #dadada;
    }

    .social #tab01 .col-md-11 .col-md-2 {
        width: 20%;
    }

    .social #tab01 .col-md-11 .col-md-10 {
        width: 100%;
    }

    .social #tab02 ul li:first-child {
        width: 100%;
    }

    .social #tab02 ul li:nth-child(2) {
        width: 100%;
    }

    .social #tab02 ul li:nth-child(3) {
        width: 100%;
    }

    .social #tab02 ul li:nth-child(4) {
        width: 100%;
    }

    .social #tab02 ul li:nth-child(5) {
        width: 100%;
    }

    .social #tab02 .title-menu-ul~div {
        padding: 0 5px;
        height: 200px;
        width: 49.9%;
        float: left;
        font-size: 15px;
        line-height: 1.8em;
    }

    .social #tab02 ul li:first-child {
        width: 100%;
        font-size: 18px;
        margin-top: 20px;
        font-weight: 800;
        line-height: 2em;
    }


    .social #city1 {
        left: 67%;
    }

    .social #city2 {
        left: 58%;
    }

    .social #city3 {
        left: 40.5%;
    }

    .social #city4 {
        left: 40.5%;
    }

    .social #city5 {
        left: 40.5%;
    }

    .social #city6 {
        left: 27%
    }

    .social #city7 {
        left: 27%
    }

    .social #city8 {
        left: 27%
    }

    .social #city9 {
        left: 19%;
    }

    .social #city10 {
        left: 19%;
    }

    .social #city11 {
        left: 19%;
    }

    .social #city12 {
        left: 30.5%;
    }

    .social #city13 {
        left: 41.5%;
    }

    .social #city14 {
        left: 77.4%;
    }

    .social #city15 {
        left: 82.5%;
    }

    .social #city16 {
        left: 90.3%;
    }

    .social #city17 {
        left: 85.9%;
    }

    .social #tab03 .col-md-2 {
        display: none;
    }

    .social #tab03 .col-md-10 {
        width: 120%;
    }

    .social #tab03 {
        background-image: none;
        height: auto;
    }

    .social .for-pc {
        display: none !important;
    }

    .social .for-mobile {
        display: block !important;
    }

    .social #tab03 .for-mobile table tr:first-child {
        background-color: #64a9e6;
        color: #fff;
    }

    .social #tab03 table tr td {
        padding: 10px 20px;
        border: 1px solid #dedede;
        text-align: center;
    }

    .social #tab03 table {
        margin: 0 auto;
        width: 70%;
    }

}

@media (max-width: 736px) {
    .social #content {
        margin-top: 0 !important;
    }

    .social #tab03 table {
        width: 100%;
    }

    .social .nav-justified>li:nth-child(1) {
        display: block;
    }

    .social #myTab2 {
        margin-bottom: 0;
        text-align: center;
        width: 455px;
    }

    .social #tab01 .col-md-11 .col-md-2 {
        width: 100%;
    }

    .social #tab01 .col-md-11 .col-md-10 {
        width: 100%;
    }

    .social #tab02 ul li {
        list-style-type: none;
        width: 18%;
        padding-left: 0;
        margin-left: 0;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .social #tab01 .col-md-11 .col-md-10 p {
        border-left: 0px solid #dadada;
        padding: 0;
    }

    .social #tab02 .title-menu-ul~div {
        height: 180px;
        width: 100%;
    }

    .social #myTab2 {
        width: auto;
    }

    .social .nav-box {
        width: 240px;
        margin: auto;
    }

    .social .nav-justified>li:nth-child(1) {
        display: block;
        margin-left: 5px;
    }

    .social #content .row:nth-child(1) {
        padding-top: 0;
    }

    .social #tab01>.row:last-child {
        border-bottom: 0;
    }

    .social .nav-justified>li>a {
        border-radius: 5px !important;
    }

    .social #tab02 ul li:first-child {
        margin-top: 0;
    }

    .social #tab02 ul li:nth-child(2) {
        width: 100%;
        height: auto;
    }

    .social #tab02 div:last-child {
        border-bottom: 0;
    }

    .social #tab03 table {
        width: 100%;
    }

    .social #tab03 tr:nth-child(2) a {
        letter-spacing: .3em;
    }

    .social div#tab02 {
        margin-top: 20px;
    }

    .social div#tab03 {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .social #tab03 table tr td {
        padding: 2px 10px;
    }
}

/* ---------------------------------------------------
   04-2 認識助聽器Q&A
----------------------------------------------------*/

.question2 .acctitle::before {
    background-color: #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    padding-left: 6px;
    float: left;
    font-size: 14px;
    line-height: 1.5;
    content: '?';
    margin-right: 15px;
}

.question2 .acc_content::before {
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #808080;
    color: #808080;
    padding-left: 4px;
    float: left;
    font-size: 12px;
    line-height: 1.2em;
    content: 'A';
}

.question2 .acctitle {
    color: #484d52;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
}

.question2 .acc_content {
    color: #808080;
    font-size: 15px;
    padding-left: 0;
}

.question2 .acc_content .fright {
    width: 97.7%;
    padding-left: 10px;
}

.question2 table {
    background-color: transparent;
    width: 723px;
}

.question2 table tr:first-child {
    background-color: #64a9e6;
    color: #fff;
}

.question2 table tr td {
    padding: 10px 20px;
    border: 1px solid #dedede;
}

/*
.question2 .table-center{
    text-align: center;
}
*/
.question2 blockquote {
    padding: 10px 20px;
    margin: 0 !important;
    font-size: 16px;
    border-left: 0;
    line-height: 2em;
}

.question2 b {
    font-weight: bolder;
    color: #606060;
}

.question #content p {
    line-height: 2em;
    margin-bottom: 0px;
}


@media (max-width: 1366px) {
    .question2 .acc_content .fright {
        width: 96.7%;
        padding-left: 0;
    }
}

@media (max-width: 1280px) {
    .question2 .acc_content .fright {
        width: 96.5%;
    }
}

@media (max-width: 1024px) {
    .question2 .acc_content .fright {
        width: 95.5%;
    }

    .question2 #content .container {
        position: relative;
        width: 90% !important;
    }
}

@media (max-width: 768px) {
    .question2 .acc_content .fright {
        width: 94.5%;
    }

    .question2 table {
        background-color: transparent;
        width: 100%;
    }

    .question2 .table-center {
        text-align: left;
    }
}

@media (max-width: 667px) {
    .question2 .acc_content .fright {
        width: 93.5%;
    }
}

@media (max-width: 480px) {

    .question2 .acctitle,
    .question2 .acc_content {
        position: relative;
        padding-left: 15px;
    }

    .question2 .acctitle::before {
        position: absolute;
        left: -10px;
    }

    .question2 .acc_content::before {
        position: absolute;
        left: -10px;
    }

    .question2 .acc_content .fright {
        width: 99.5%;
    }

    .question2 blockquote {
        padding: 0;
    }

    .question2 .for-mobile td {
        font-size: 12px;

    }
}


/* ---------------------------------------------------
   04 專業團隊
----------------------------------------------------*/
.group #content .container {
    position: relative;
    width: 80%;
}

.group #content h3 {
    color: #818488;
    font-size: 30px;
    margin: 0 0 10px 0;
}

.group #content .heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 0;
}

.group #content .bg1 {
    background-image: url(../images/group/bg2.png);

}

.group #content h4 {
    line-height: 1.5em;
    text-align: left;
    font-size: 22px;
    font-weight: 900;
    color: #4d4d4d;
    float: left;
}

.group #content h4+i {
    line-height: 4em;
    color: #3e8ede;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 900;
}

.group #content h5 {
    line-height: 1em;
    color: #666;
    font-size: 16px;
    float: left;
    clear: both;
    margin: 10px 30px 0 0;
    font-weight: bolder;
}

.group #content p {
    line-height: 1.8em !important;
    float: left;
    text-align: left;
    color: #666;
    margin-top: 5px;
}

.group #content ul {
    list-style-type: none;
}

.group #content .row1 .col-md-7 {
    margin-top: 9%;
}



.group #content .row2 {
    margin-top: 5%;
}

.group #content .row2 .fleft {
    margin-top: 8%;
}

.group #content .row2 .fleft i,
.group #content .row2 .fleft p {
    float: right;
    text-align: right;
}

.group #content .row2 .title-box {
    width: 190px;
    float: right;
}

.group #content .row3 {
    border-bottom: 0;
}

.group #content .row3-box {
    width: 55%;
}

.group #content .row4-box {
    width: 55%;
}

.group #content .row4 col-md-7 {
    position: relative;
}

.group #content .row4-box {
    position: absolute;
    width: 470px;
    height: 470px;
    background-color: #d6e8f8;
    border-radius: 50%;
    padding: 130px 0 130px 100px;
    top: -120px;
    left: 35%;
}



@media (max-width: 1366px) {
    .group #content .bg1 {
        padding: 80px 0;
        background-position: 70%;
    }

    .group #content .row1 {
        margin-top: 5%;
    }

    .group #content .row1 .col-md-7 {
        margin-top: 1%;
    }

    .group #content .row2 .fleft {
        margin-top: 10%;
        width: 50%;
    }

    .group #content .row2 .fright {
        margin-top: 0;
        width: 50%;
    }

    .group #content .row3-box {
        width: 70%;
    }

    .group #content .row3 .col-md-5 img {
        width: 50%;
        margin-left: 40%;
    }

    .group #content .row4 {
        margin-top: 18%;
    }

    .group #content .row4-box {
        left: 16.5%;
    }
}


@media (max-width: 1280px) {
    .group #content .row1 .col-md-5 {
        width: 35%;
    }

    .group #content .row1 .col-md-7 {
        width: 65%;
    }

    .group #content .row3-box {
        width: 75%;
    }

    .group #content .row4-box {
        left: 10%;
    }
}



@media (max-width: 1024px) {
    .group #content .row1 .col-md-5 {
        width: 25%;
    }

    .group #content .row1 .col-md-7 {
        width: 75%;
    }

    .group #content .row3-box {
        width: 88%;
    }

    .group #content .row4-box {
        left: -5%;
    }
}



@media (max-width: 768px) {
    .group #content .bg1 {
        background-image: none;
    }

    .group #content .row1 .col-md-5 {
        width: 100%;
    }

    .group #content .row1 .col-md-7 {
        width: 102%;
    }

    .group #content .row2 .fright {
        margin-top: 0;
        width: 100%;
        text-align: center;
        float: none !important;
    }

    .group #content .row2 .fleft {
        width: 100%;
    }

    .group #content .row2 .title-box {
        width: 190px;
        float: left;
    }

    .group #content .row2 .fleft p {
        float: left !important;
        text-align: left !important;
    }

    .group #content .row3-box {
        width: 100%;
        margin-top: 5%;
    }

    .group #content .row4 {
        margin-top: 0;
    }

    .group #content .row4 .col-md-7 {
        width: 100%;
    }

    .group #content .row4-box {
        position: static;
        float: left !important;
        width: 100%;
        background-color: transparent;
        border-radius: 0;
        padding: 0;
        margin-bottom: 5%;
        top: 0;
        left: 0;
        height: auto;
    }
}


@media (max-width: 667px) {

    .group #content .container {
        position: relative;
        width: 100% !important;
        padding: 0 30px;
    }

    .group #content .row1 .col-md-7 {
        width: 100%;
    }

    .group #content .row2 .fleft {
        width: 55%;
        margin-top: 0;
    }

    .group #content .row3 {
        margin-bottom: 0;
        margin-top: 10%;
    }

    .group #content .row3 .col-md-5 {
        display: none;
    }

    .group #content .row4-box {
        margin-bottom: 0;
    }

    .group #content .row4 .col-md-5 {
        width: 100%;
    }
}


@media (max-width: 480px) {
    .group #content .container {
        padding: 0 15px;
    }

    .group #content span.divcenter {
        text-align: center;
    }

    .group #content .row2 .fleft {
        width: 100%;
        margin-top: 10%;
    }

    .group #content .row4-box {
        margin-bottom: 10%;
    }

    .group #content .col-md-6 p,
    .group #content .col-md-12 p {
        width: 100%;
    }

    .group #content h5 {
        line-height: 1em;
        color: #666;
        font-size: 16px;
        float: left;
        clear: both;
        margin: 10px 30px 0 0;
        font-weight: bolder;
        width: 100%;
    }

    .group .line {
        border-bottom: 1px dashed #b1d4f3;
    }
}






/* ---------------------------------------------------
   05 聯絡我們
----------------------------------------------------*/
.contact #content ul {
    margin-bottom: 0;
    border-bottom: 1px solid #e8e8e8;
}

.contact #content ul li {
    display: inline-block;
    list-style-type: none;
    padding-left: 10px;
    margin-left: 20px;
}

.contact #content ul li:first-child {
    width: 69.666%;
    margin-left: 0;
    border-color: transparent;
    padding-left: 5px;
}

.contact #content .title-menu-ul ul {
    background-color: #999;
    padding: 15px 0;
    color: #fff;
}

.contact #content .title-menu-ul li {
    border-left: 2px solid #fff;
}

.contact #content .title-menu-ul li::before {
    display: none;

}


.contact #content ul li:nth-child(2),
.contact #content ul li:nth-child(3),
.contact #content ul li:nth-child(4) {
    width: 9%;
    text-align: center;
    padding: 0 10px;
    margin-left: 0;
}

.contact #content h3 {
    margin-bottom: 0;
    color: #444;
    font-size: 20px;
    font-weight: 400;
    margin-top: 30px;
}

.contact #content .contact-widget .sm-form-control {
    border: 1px solid #BABABA;
}

.contact #content label {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    font-family: '微軟正黑體';
    color: #555;
    font-weight: 400;
}

.contact .button {
    text-shadow: none;
    height: auto;
    border: 1px solid #FFF;
    color: #FFF;
    background-color: #4692DF;
    border-radius: 4px;
    text-transform: initial;
}

.contact .button:hover {
    text-shadow: none;
    height: auto;
    border: 1px solid #4692DF;
    color: #4692DF;
    background-color: #FFF;
    border-radius: 4px;
    text-transform: initial;
}

.custom-counter {
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
}

.custom-counter>li {
    counter-reset: 0;
    counter-increment: step-counter;
}

.custom-counter>li::before {
    content: counter(step-counter);
    background-color: #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 10px;
    margin-right: 5px;
    text-align: center;
    margin-top: 11px;
}

.custom-counter .title-menu-ul::before {
    content: counter(step-counter);
    background-color: transparent;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: transparent;
    padding-left: 6px;
    float: left;
    font-size: 14px;
    line-height: 1.5;
    margin-right: 0;
}

@media (max-width: 1024px) {
    .contact #content ul li:first-child {
        width: 69%;
    }
}

@media (max-width: 768px) {
    .contact #content h3 {
        margin-bottom: 0;
        color: #808080;
        font-size: 20px;
        font-weight: 400;
        margin-top: 80px;
    }

    .contact #content ul li:first-child {
        width: 67%;
    }
}

@media (max-width: 736px) {
    .contact .container {
        width: 95% !important;
    }

    .contact #content h3 {
        margin-top: 0;
    }
}

@media (max-width: 667px) {
    .contact #content p {
        line-height: 1.8;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .contact #content ul li:first-child {
        width: 59% !important;
    }

    .contact #content ul li:nth-child(2),
    .contact #content ul li:nth-child(3),
    .contact #content ul li:nth-child(4) {
        width: 11%;
    }
}

@media (max-width: 480px) {
    .custom-counter {
        padding-left: 0;
    }

    .contact #content .title-menu-ul {
        display: none !important;
    }

    .contact #content p {
        text-align: left;
    }

    .contact #content ul li:nth-child(2),
    .contact #content ul li:nth-child(3),
    .contact #content ul li:nth-child(4) {
        width: 30.333%;
        text-align: center;
        padding: 0 10px;
        margin-left: 0;
    }

    .contact #content ul li:first-child {
        width: 90% !important;
        margin-top: 10px;
    }
}

/* ---------------------------------------------------
   08-2 最新消息內頁
----------------------------------------------------*/
.newslist a {
    color: #3e8ede;
}

.newslist .bottommargin {
    width: 100% !important;
}

.newslist .entry-title h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3e8ede;
}

.newslist .entry-meta li {
    float: left;
    font-size: 15px;
    line-height: 14px;
    margin: 0 10px 15px 0;
    color: #999;
    font-family: Microsoft JhengHei;
    font-style: normal;
    letter-spacing: .1em;
}

.newslist .post-navigation a {
    text-shadow: none;
    height: auto;
    border: 1px solid #4692DF;
    color: #4692DF;
    background-color: #FFF;
    border-radius: 4px;
    text-transform: initial;
    white-space: nowrap;
    margin: 5px;
    padding: 10px 22px;
    font-size: 14px;
}

.newslist .post-navigation a:hover {
    border: 2px solid #4692DF;
    color: #fff;
    background-color: #4692DF;
}


@media (max-width: 768px) {
    .newslist .breadcrumb {
        padding-right: 8.5% !important;
        margin-top: 305px !important;
    }
}

@media (max-width: 667px) {
    .newslist .post-navigation .col_half {
        width: 50%;
        margin-right: 0;
        float: left;
        margin-bottom: 50px !important;
    }
}

@media (max-width: 480px) {
    .newslist .content-wrap {
        padding: 0 !important;
    }

    .newslist .post-navigation .col_half {
        width: 100%;
    }

    .newslist .post-navigation {
        text-align: center;
    }
}