
@import url(../fonts/flaticon/flaticon.css);
/*@import url(../fonts/icofont/icofont.css);*/
@import url(revise.css);
@import url(header.css);
@import url(footer.css);
@import url(hover.css);
@import url(banner.css);


/*========================================================
                      	 h1 設定
=========================================================*/

.h1-title {
	font-size: 2rem;
	text-align: center;
	margin: 0 0 50px 0;
	color: #fff;
    padding: 10px 15px 12px;
    background-color: #0e6eb8;
}
.h2-title {
	background: url("../images/icon-sun.png") no-repeat left 5px;    
    color: #2a3e83;
	margin: 0 0 20px 0;
	font-size: 1.6rem;
    padding: 5px 0 5px 44px;
	font-weight: bold;
    position: relative;
    z-index: 10;    
}
.h2-title span {
    display: inline-block;
    color: #f0851b;
    font-size: 1.4rem;
}
.h2-title span:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 20px;
    background-color: #2a3e83;
    margin-left: 20px;
    margin-right: 20px;
}
.h3-title {
    font-weight: bold;
    color: #E80509;
    font-size: 1.5rem;
}
.h4-title {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.h4-title:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 18px;
    background-color: #871515;
    margin-right: 10px;
}




/* 尺寸設定 */
@media (min-width: 768px) {
	.h1-title {
		font-size: 2.2rem;
	}
    .h2-title {
        background-position: left 7px; 
        font-size: 1.8rem; 
    }
    .h2-title span {
        display: inline-block;
        color: #f0851b;
        font-size: 1.6rem;
    }
}
@media (min-width: 1200px) {
	.h1-title {
		font-size: 2.4rem;
	}
    .h2-title {
                background-position: left 10px;    
        font-size: 2rem; 
    }
    .h2-title span {
        display: inline-block;
        color: #f0851b;
        font-size: 1.8rem;
    }
}


/*========================================================
                      	 內頁框架
=========================================================*/

.content {
/*
	background: url("../images/index/news-bg.jpg") no-repeat fixed right top;
    background-size: cover;
*/
	padding-bottom: 50px;
}
.content > .container {
	max-width: 1170px;
}


/*========================================================
                      	 選單
=========================================================*/


.navsub-pc {
	font-size: 1.1rem;
	text-align: center;
	margin: 0 0 60px 0;
	color: #fff;
    background-color: #c1dd98;
    line-height: 24px;
}
.navsub-pc ul {
	list-style: none;
    margin: 0;
    padding: 15px 0;
}
.navsub-pc ul li {
	display: inline-block;
}
.navsub-pc ul li a {
    display: inline-block;
	color: #555;
    font-weight: bold;
	padding: 3px 12px;
    margin: 3px;
}
.navsub-pc ul li a:hover, .navsub-pc ul li a.active {
    background-color: #76a038;
	color: #fff;
}

/* 尺寸設定 */
@media (min-width: 768px) {
    .navsub-pc ul li a {
        padding: 5px 15px;
    }
}
@media (min-width: 1200px) {
    .navsub-pc {
        font-size: 1.2rem;
    }
}

.navsub {
	display: none;
	
}
.navsub-list {
	text-align: center;	
	margin-right: 30px;
	padding-bottom: 5px;
	background-color: #f0f7fc;
	border-bottom: 2px solid #83accb;
}
.navsub-list h2  {
	color: #fff;
	background-color: #0e6eb8;
	padding: 12px 10px;
	text-align: center;
	margin: 0 0 10px 0;
    overflow: hidden;
}
.navsub-list h2:before {
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
    content: "\f5ba";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0.1;
	font-size: 6rem;    
    transform: rotate(45deg);   
}
.navsub-list ul {
	list-style: none;
	margin: 30px 30px 40px 30px;
	padding: 0;
}
.navsub-list ul li {
}
.navsub-list ul li a {
	display: block;
	padding: 8px 10px;
	color: #333;
	font-size: 1.2rem;
    border-bottom: 1px solid #c1c1c1;
}
.navsub-list ul li:last-of-type a {
    border-bottom: none;
}
.navsub-list ul li a:hover {
	color: #fff;
	background-color: #84b4d9;
}

.navsub-select {
    width: 100%;
	margin: 0 15px 20px 15px;
}
.navsub-select h2 {
	text-align: center;
}
.navsub-select .form-control {
	margin-bottom: 20px;
}

/* 尺寸設定 */
@media (min-width: 992px) {
	.navsub {
		display: block;
	}
	.navsub-select {
		display: none;
	}
}

/*========================================================
                         關於鴻晶新
=========================================================*/

.about-01 .list dl {
    overflow: hidden;
    display: flex !important; 
    min-height: 100px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #adadad;
}
.about-01 .list dl dt {
    align-self: center !important;
}
.about-01 .list dl dt span {
    width: 80px !important;
    height: 80px !important;
    line-height: 58px;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    border: 9px solid #7f7f7f;
    background-color: #00b0f0;
    box-shadow: inset 1px 1px 8px 2px rgba(0,126,176,1);
    float: left;
    margin-right: 20px;
}
.about-01 .list dl:nth-of-type(5n+1) dt span {
    background-color: #00b0f0;
    box-shadow: inset 1px 1px 8px 5px rgba(0,126,176,1);
}
.about-01 .list dl:nth-of-type(5n+2) dt span {
    background-color: #009d41;
    box-shadow: inset 1px 1px 8px 5px rgba(25,99,54,1);
}
.about-01 .list dl:nth-of-type(5n+3) dt span {
    background-color: #e5a800;
    box-shadow: inset 1px 1px 8px 5px rgba(138,101,0,1);
}
.about-01 .list dl:nth-of-type(5n+4) dt span {
    background-color: #005fad;
    box-shadow: inset 1px 1px 8px 5px rgba(22,67,105,1);
}
.about-01 .list dl:nth-of-type(5n+5) dt span {
    background-color: #e6000c;
    box-shadow: inset 1px 1px 8px 5px rgba(133,0,7,1);
}

.about-01 .list dl dd {
    overflow: hidden;
    align-self: center !important;
    margin-bottom: 0;
}
.about-01 .list dl dd p {
    margin: 0;
    padding: 0 0 0 16px;
    position: relative;
}
.about-01 .list dl dd p:before {
    font-family: 'Font Awesome 5 free';
    content: "\f0da";
    font-weight: 900;
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 4;
    color: #333;
    font-size: 1.2rem;
}

.about-b p {
    margin-top: 5px;
    color: #000;
    line-height: 32px;
}
.about-b p span {
    background-color: #ff9900;
    color: #fff;
    font-size: 1.4rem;
    font-family: 'Russo One', sans-serif;
    display: inline-block;
    margin-right: 5px;
    padding: 0 10px;
}



/*========================================================
                     經營項目-業材料選用
=========================================================*/

.service-02-a {
}
.service-02-a h4 {
    font-weight: bold;
    color: #E30B0E;
}
.service-02-a ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 40px;
}

.service-02-d ul {
    text-align: center
}
.service-02-d ul li {
    line-height: 32px;
    font-weight: bold;
    font-size: 1.2rem;
}

.service-02-e [class*="col-"] {
    text-align: center;
    margin-top: 15px;
}
.service-02-e [class*="col-"] h4 {
    color: #E3070B;
    font-weight: bold;
}


/* 尺寸設定 */
@media (min-width: 768px) {
    .service-02-d [class*="col-"]:nth-of-type(1) ul {
        margin-left: 20px;
        margin-right: 80px;
    }
    .service-02-d [class*="col-"]:nth-of-type(3) ul {
        margin-left: 50px;
        margin-right: 0px;
    }
    .service-02-e [class*="col-"] ul {
        min-height: 108px;
    }
}
@media (min-width: 992px) {
    .service-02-d [class*="col-"]:nth-of-type(1) ul {
        margin-left: 50px;
        margin-right: 130px;
    }
    .service-02-d [class*="col-"]:nth-of-type(3) ul {
        margin-left: 110px;
        margin-right: 30px;
    }
}
@media (min-width: 1200px) {
    .service-02-d [class*="col-"]:nth-of-type(1) ul {
        margin-left: 30px;
        margin-right: 130px;
    }
    .service-02-d [class*="col-"]:nth-of-type(3) ul {
        margin-left: 130px;
        margin-right: 30px;
    }
}





/*========================================================
                     經營項目-維運管理
=========================================================*/

.service-04 h2 {
    text-align: center;
    color: #2a3e83;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.service-04-a {
    text-align: left;
}
.service-04-a [class*="col-"] h3 {
    color: #e83e21;
    font-weight: bold;
}

.service-04-b .list img {
    width: 60px;
    margin-right: 10px;
}
.service-04-b .list dl {
    overflow: hidden;
    padding: 25px 0;
    border-bottom: 1px solid #9d9d9d;
    font-size: 1rem;
    margin: 0;
}
.service-04-b .list dl:nth-of-type(2n+1) {
    color: #d95c00;
}
.service-04-b .list dl:nth-of-type(2n+2) {
    color: #1e368f;
}
.service-04-b .list dl dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.service-04-b .list dl dd {
    overflow: hidden;
    margin: 0;
    line-height: 28px;
    margin-left: 10px;
    font-size: 1.2rem;
}

.service-04-c {
    text-align: center;
    font-weight: bold;
    color: #111;
}
.service-04-c img {
    margin-bottom: 5px;
}
.service-04-c p {
    font-size: 1.4rem;
}


/* 尺寸設定 */
@media (max-width: 767px) {
    .service-04-a [class*="col-"] p span {
        font-size: 1rem;
        line-height: 28px;
    }
}
@media (max-width: 991px) {
    .service-04-a [class*="col-"] h3 {
        font-size: 1.4rem;
    }
    .service-04-a [class*="col-"] p {
        font-size: 1rem;
        line-height: 28px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .service-04-c img {
        display: block;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 768px) {
    .service-04-a [class*="col-"]:nth-of-type(1) {
        padding-left: 30px;
    }
    .service-04-a [class*="col-"]:nth-of-type(2) {
        padding-left: 15px;
        padding-right: 15px;
    }
    .service-04-a [class*="col-"]:nth-of-type(3) {
        padding-right: 30px;
    }
    .service-04-b .list dl dt {
        float: left;
        width: 240px;
        font-size: 1.8rem;
        margin-right: 20px;
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .service-04-a [class*="col-"]:nth-of-type(1) {
        padding-left: 60px;
    }
    .service-04-a [class*="col-"]:nth-of-type(2) {
        padding-left: 30px;
        padding-right: 30px;
    }
    .service-04-a [class*="col-"]:nth-of-type(3) {
        padding-right: 60px;
    }
}


/*========================================================
                     經營項目-電站除役
=========================================================*/

.service-05 {
    text-align: center;
}
.service-05 [class*="col-"] {
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 20px;
}
.service-05 h3 {
    font-weight: bold;
    color: #0d3785;
    margin: 20px 0 10px;
}
.service-05 p {
    font-weight: bold;
    color: #111;
    line-height: 28px;
    font-size: 1.3rem;
    margin-bottom: 30px;
}

/* 尺寸設定 */
@media (min-width: 768px) and (max-width: 991px) {
    .service-05 [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .service-05 [class*="col-"] h3 {
        font-size: 1.4rem;
    }
    .service-05 [class*="col-"] p {
        font-size: 1rem;
        line-height: 28px;
    }
}
@media (min-width: 992px) {
    .service-05 [class*="col-"] {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 1200px) {
    .service-05 [class*="col-"] {
        padding-left: 45px;
        padding-right: 45px;
    }
}


/*========================================================
               太陽能系統介紹-設置太陽能系統的優點
=========================================================*/

.system-02 dl dt {
    float: left;
    margin-right: 20px;
}
.system-02 dl dt span {
    display: inline-block;
    background-color: #95c754;
    color: #fff;
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 1.4rem;
    margin-top: 2px;
}
.system-02 dl dd {
    overflow: hidden;
}
.system-02 dl dd h3 {
    margin: 0 0 6px 0;
    color: #002060;
    font-weight: bold;
    font-size: 1.4rem;
}
.system-02 dl dd p {
    margin: 0;
}

.system-02 .order-xl-1 dl:nth-of-type(2) dt span,
.system-02 .order-xl-3 dl:nth-of-type(1) dt span,
.system-02 .order-xl-3 dl:nth-of-type(3) dt span {
    background-color: #002060;
}


/* 尺寸設定 */
/*
@media (min-width: 1200px) {
    .system-02 dl dd p {
       min-height: 108px;
    }
}
*/


/*========================================================
                   太陽能系統介紹-市場與未來
=========================================================*/

.system-03-a .ul-style li {
    display: block;
    padding: 7px 10px 7px 30px;
}
.system-03-a .ul-style li b {
    color: #002060;
}
.system-03-a .ul-style li:before {
    left: 10px;
    top: 7px;
}
.system-03-a .ul-style li:nth-of-type(2n+1) {
    background-color: #ededed;
}

.system-03-b p b {
    color: #002060;
}

/*========================================================
                         產品項目
=========================================================*/

.product-wrap {
    
}
.product-in img {
    width: 100%;
    vertical-align: baseline;
}
.product-in [class*="col-"] { 
    margin-bottom: 20px;
}
.product-in [class*="col-"] dl dt { 
	margin-bottom: 10px;
}
.product-in [class*="col-"] dl dd {
    text-align: center;
    font-weight: bold;
}
.product-in .thumb-inner span {
	font-size: 16px;
}
.product-list {
    margin-bottom: 40px;
}
.product-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-list ul li {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 5px 120px 5px 30px;
    font-size: 1rem;
}
.product-list ul li:nth-of-type(2n) {
    background-color: #ededed;
}
.product-list ul li:before {
    font-family: 'Font Awesome 5 free';
    content: "\f0da";
    font-weight: 900;
    display: block;
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 4;
    color: #333;
    font-size: 1.2rem;
}
.product-list ul li a {
    display: block;
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 2;
    background-color: #76a038;
	color: #fff;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 0.9rem;
    line-height: 24px;
}

.product-list ul li a:hover {
    background-color: #4d6f32;
}


/*========================================================
                      產品介紹內頁
=========================================================*/

.product-detail {
	padding-bottom: 40px;
	text-align: left; 
}

/*標題*/
.product-detail .product-detail-title {
    margin-bottom: 20px;
}
.product-detail .product-detail-title h3 {
    font-weight: bold;
    font-size: 1.6rem;
    position: relative;
    color: #dc2128;
    margin-top: 5px;
}


/*圖片*/
.product-detail .slider-for > div {
	position: relative;
	margin: 5px 5px 20px 5px;
    border: 1px solid #ddd;    
}
.product-detail .slider-for > div a:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
}
.product-detail .slider-for > div img {
	max-width: 100%;
	vertical-align: bottom;
    margin: 0 auto;
    max-height: 252px;
}
.product-detail .slider-nav {
	margin-bottom: 30px;
}
.product-detail .slider-nav .slick-slide {
	margin: 0 5px 0 5px;
    height: 56px;
    background-color: #ededed;
}

.product-detail .slider-nav > div img {
    vertical-align: bottom;
    cursor: pointer;
    margin: 0 auto; 
    height: 56px;
    border: 1px solid #ccc;
}

.product-detail .slider-nav .slick-prev {
    left: 0;
}
.product-detail .slider-nav .slick-next {
    right: 0;
}



/*店家說明*/
.product-detail .product-detail-feature {
    margin-bottom: 30px;
}

.product-detail .product-detail-plan ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-detail .product-detail-plan ul li {
    position: relative;
    padding: 9px 4px 9px 120px;
    border-bottom: 1px dashed #ccc;
}
.product-detail .product-detail-plan ul li b {
    position: absolute;
    left: 0;
    top: 9px;
    z-index: 3;
    width: 104px;
    font-weight: bold;
    margin-left: 4px;
    background-color: #edccce;
    text-align: center;
}
.product-detail .product-detail-plan ul li a {
    color: #dc2128;
}
.product-detail .product-detail-plan ul li span {
    display: none;
}


.product-detail .img-style img {
    display: inline-block;
    max-width: 100%;
    height: auto !important;
}


/* 尺寸設定 */
@media (min-width: 400px) {
    .product-detail .slider-for > div img {
        max-height: 281px;
    }
    .product-detail .slider-nav .slick-slide, .product-detail .slider-nav > div img {
        height: 63px;
    }
}
@media (min-width: 540px) {
    .product-detail .slider-for > div img {
        max-height: 364px;
    }
    .product-detail .slider-nav .slick-slide, .product-detail .slider-nav > div img {
        height: 84px;
    }
}
@media (min-width: 768px) {
    .product-detail .slider-for > div img {
        max-height: 452px;
    }
    .product-detail .slider-nav .slick-slide, .product-detail .slider-nav > div img {
        height: 127px;
    }
}
@media (min-width: 992px) {
	.product-detail .slider-nav .slick-slide {
		margin: 0 5px 10px 5px;
	}
    .product-detail .slider-for > div img {
        max-height: 452px;
    }
    .product-detail .slider-nav .slick-slide, .product-detail .slider-nav > div img {
        height: 112px;
    }
}
@media (min-width: 1200px) {
    .product-detail .slider-for > div img {
        max-height: 409px;
    }   
    .product-detail .slider-nav .slick-slide, .product-detail .slider-nav > div img {
        height: 95px;
    }
}




/*========================================================
                         新聞中心
=========================================================*/

.news-post {
	text-align: center;
}

/* 目錄頁設定 */
.news-post .post-minimal {
	position: relative;
	overflow: hidden;
    padding-bottom: 20px;
	margin-bottom: 40px;
	text-align: left;
    border-bottom: 2px dashed #adadad;
}
.news-post .post-minimal .post-body {
	padding: 10px 30px;
}
.news-post .post-minimal * + .post-text {
	margin-top: 8px;
}
.news-post .post-minimal .post-meta {
	font-size: 0.9rem;
}
.news-post .post-minimal .post-meta i {
	display: inline-block;
    margin-right: 5px;
    color: #0e6eb8;
}
.news-post .post-minimal .post-body h2 a {
	font-size: 1.6rem;
	color: #333;
    font-weight: bold;
    margin: 10px 0;
}
.news-post .post-minimal .more a {
	display: inline-block;
	margin-top: 10px;
	font-weight: bold;
	color: #0e6eb8;
    font-size: 1.1rem;
}
.news-post .post-minimal .more a:hover {
	color: #e71c30;
}


/* 尺寸設定 */
@media (max-width: 1599px) {
	.news-post .post-minimal {
		display: inline-block;
		width: 100%;
		max-width: 800px;
	}
	.news-post .post-minimal .post-image img {
		width: 100%;
		vertical-align: bottom;
        object-fit: cover;
        height: 320px;
	}
}

@media (min-width: 1600px) {
	.news-post .post-minimal {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
        padding-bottom: 40px;
	}
	.post-minimal .post-left {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		width: 360px;
	}
	.news-post .post-minimal .post-image {
		position: relative;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		overflow: hidden;
        margin: 0;
	}
	.news-post .post-minimal .post-image img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		height: auto;
		width: auto;
		min-height: 100%;
		min-width: 100%;
		z-index: 1;
	}
	.news-post .post-minimal .post-body {
		padding: 30px 44px 30px 47px;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}


/*========================================================
                   	最新消息內頁
=========================================================*/

.news-detail {
	text-align: left;
}
.news-detail h2 {
	text-align: left;
	margin: 0 0 20px 0;
	color: #333;
	font-weight: bold;
    font-size: 1.8rem;
}
.news-detail .news-time {
    font-size: 0.9rem;
}
.news-detail .news-time i {
	display: inline-block;
    margin-right: 5px;
    color: #0e6eb8;
}
.news-content {
	padding-bottom: 30px;
	border-bottom: 2px dashed #adadad;
}


/*========================================================
                         回目錄頁
=========================================================*/

.btn-back {
	text-align: right;
	padding-top: 20px;
}
.btn-back a {
	background-color: #0e6eb8;
	padding: 8px 20px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 0.938em;
}
.btn-back a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #1c5784;
	color: #fff;
	text-decoration: none;
}



/*========================================================
                        實績展列
=========================================================*/

.performance-box {
	font-size: 0.9rem;
}
.performance-box h3 {
	font-size: 1.4rem;
	font-weight: bold;
    color: #333;
    display: none;
}
.performance-box h3:before {
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
    content: "\f138";
    display: inline-block;
    margin: 0 5px;
	color: #0e6eb8;    
}
.performance-box img {
	width: 100%;
	vertical-align: bottom;
	border: 2px solid #ededed;
	cursor: pointer;
}
.performance-box .slider-for > div {
	position: relative;
	margin: 5px 5px 20px 5px;
}
.performance-box .slider-for > div a:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
}
.performance-box .slider-for > div img {
	width: 100%;
	vertical-align: bottom;
/*	border: 7px solid #ededed;*/
}
.performance-box .slider-nav {
	margin-bottom: 30px;
}

.performance-box .slider-nav .slick-slide {
	margin: 0 5px 0 5px;
}

.performance-box ul.style1 {
	list-style: none;
	margin: 0 0 60px 0;
	padding: 0;
}
.performance-box ul.style1 li {
	position: relative;
	margin: 3px 0 3px 0;
	padding: 3px 5px 3px 5px;
	line-height: 28px;
    color: #444;
    border-bottom: 1px dashed #ccc;
}
.performance-box ul.style1 li strong {
	color: #111;
}
.performance-box ul.style1 li i {
    display: inline-block;
	color: #0e6eb8;
    margin-right: 5px;
}
.performance-box ul.style1 li:before {
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
    content: "\f0da";
    display: inline-block;
    margin-right: 5px;
	color: #0e6eb8;    
}

/* 尺寸設定 */
@media (min-width: 992px) {
	.performance-box .slider-nav .slick-slide {
		margin: 0 5px 10px 5px;
	}
}




/*========================================================
                         聯絡我們
=========================================================*/

.contact-box {
	padding-bottom: 50px;
	position: relative;
}
.contact-box > .row > .col-md-6 {
	padding-bottom: 50px;
}

.contact-list h2 {
	border-left: 10px solid #ce4737;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f4f4f4;
	font-size: 24px;
}
.map ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.map ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 80px;
	position: relative;
	min-height: 40px;
	margin-bottom: 10px;
    color: #666;
}
.map ul li b {
	font-weight: bold;
	font-size: 20px;
	display: block;
	color: #333;
}
.map ul li i {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
.circle {
	width: 60px;
	height: 60px;
	font-size: 3.6rem;
	color: #0477ad;
	line-height: 60px;
	text-align: center;
/*	background: #0477ad;*/
	position: absolute;
	left: 0;
	top: 2px;
	z-index: 9;
}
.map ul li [class^="flaticon-"]:before, 
.map ul li [class*=" flaticon-"]:before, 
.map ul li [class^="flaticon-"]:after, 
.map ul li [class*=" flaticon-"]:after {
    margin-right: 0px;
}




/* 尺寸設定 */

@media (min-width: 992px) {
	.contact-box > .row > .col-md-6:nth-of-type(1) {
		padding-right: 50px;
	}
	.contact-box > .row > .col-md-6:nth-of-type(2) {
		padding-top: 20px;
		padding-left: 50px;
	}
}




/*========================================================
                         各類表單
=========================================================*/

.contant-list {
	
}


/* 說明 */
.form-info {
	border: 2px dashed #adadad;
	padding: 20px 20px 20px 100px;
	background: #f7f7f7 url(../images/warning.png) no-repeat 20px center;
	margin-bottom: 20px;
	min-height: 60px;
}
.form-info p {
	margin-bottom: 6px;
}



/* 表單設定 */
.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal .control-label {
	color: #333;
}
.form-horizontal .form-control {
	border-radius: 0;
	padding: 5px 20px 5px 40px;
	border: 1px dashed #c4c4c4;
	background-color: #f6f6f6;
}
.form-control {
    background-color: #f6f6f6;
	height: 40px;
}	
.form-control::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-size: 16px;
	font-weight: bold;
}
.form-control:-ms-input-placeholder {
	  color: #666;
}
.form-control::-webkit-input-placeholder {
	  color: #666;
}

/* 意見表單 */

.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	margin-bottom: 10px;
}
.contact-form [class *= col-] i {
    display: block;
    font-size: 1rem;
    color: #666;
    width: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #f6f6f6;
    position: absolute;
    left: 26px;
    top: 8px;
    border-radius: 5px;
    transition: all 0.4s ease;
    font-style: normal;
}
.contact-form [class *= col-] i.text-red {
    color: #333;
}


.form_out {
}
.form_out  [class *= col-] {
	padding: 0;
}
.form_out .col-md-2 {
	text-align: left;
	font-weight: bold;
}
.form-group {
	padding: 10px 15px;
	margin-bottom: 0 !important;
}
.form-group:nth-of-type(2n+2) {
	background-color: #ededed;
}
/*.form-group:nth-of-type(2n+1) {
	background-color: #e8e8e8;
}*/
.form-group b {
	display: block;
	font-size: 15px;
}
.input {
	text-decoration: none;
	border: 1px solid #c7c7c7;
	width: 100%;
	padding: 2px 2px;
}




/* 尺寸設定 */

@media (min-width: 768px) {
	.form-info {
		padding: 20px 20px 20px 70px;
		background: #f7f7f7 url(../images/warning2.png) no-repeat 20px center;
	}
	.form-info {
		margin-right: 15px;
	}
	.contact-form [class *= col-] {
		padding-right: 15px;
	}
	.form_out .col-md-3 {
		padding-right: 15px;
	}
	.form_out .col-md-3 span {
		text-align: center;
		background-color: #fff;
	}
	.input {
		width: 40%;
	}
	.form-group b {
		display: inline-block;
	}
}


/*========================================================
                           表格
=========================================================*/

.table1 {
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 40px 0;
	font-size: 1rem;
}
.table1 th {
	background: #e85371;
	color: #fff;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;	
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid #fff;
    font-size: 1.3rem;
}
.table1 td {
	padding: 5px 10px;
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid #fff;
}
.table1 tr:nth-of-type(1) th {
	background: #de885d;
}
.table1 tr:nth-of-type(2) th {
	background: #0ca861;
}
.table1 tr:nth-of-type(3) th {
	background: #0c4ea8;
}
.table1 tr:nth-of-type(1) td {
	background: #fbf5ea;
}
.table1 tr:nth-of-type(2) td {
	background: #e6f3ee;
}
.table1 tr:nth-of-type(3) td {
	background: #e6ebf3;
}
.table1 tr:nth-of-type(1) td li:before  {
	color: #de885d;
}
.table1 tr:nth-of-type(2) td li:before  {
	color: #0ca861;
}
.table1 tr:nth-of-type(3) td li:before  {
	color: #0c4ea8;
}


.table2 {
	border-collapse: separate;
    border-spacing: 0 10px;
	text-align: left;
	margin: 0 0 40px 0;
	font-size: 1rem;
}
.table2 th {
	background-color: #002060;
	color: #fff;
	font-weight: bold;
	padding: 5px 5px !important;
	text-align: center;	
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid #fff;
    font-size: 1.1rem;
    width: 150px;
}
.table2 td {
	padding: 5px 15px;
    vertical-align: middle;
    border-top: none;
    background-color: #f1f1f1;
    border-bottom: 1px solid #fff;

    font-size: 1.1rem;
}
.table2 tr:nth-of-type(2n+1) td {
	color: #237755;
}
.table2 tr:nth-of-type(2n+2) td {
	color: #002060;
}



/*========================================================
                         ul設定
=========================================================*/

.ul-style {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ul-style li {
    display: inline-block;
    position: relative;
    padding-left: 16px;
    padding-right: 10px;
}
.ul-style li:before {
    font-family: 'Font Awesome 5 free';
    content: "\f005";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 3;
    display: block;
    color: #f0851b;
    font-size: 0.8rem;
}


/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
}
a.figure:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    content: '';
    display: inline-block;
    background: rgba(255,255,255,0.15) url(../images/magnifier.png) no-repeat center center;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}
a.figure2:before {
    background: rgba(255,255,255,0.15) url(../images/magnifier2.png) no-repeat center center;
}

.image-box .image-pic {
	position: relative;
}
.image-box .image-pic > img {
	width: 100%;
	vertical-align: bottom;
}
.image-box .image-pic a {
	display: block;
	color: #fff;
}
.image-box .image-pic:hover .thumb-inner {
	display: block;
}
.image-box .image-pic:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 10%;
	opacity: 0;
	transition: all 0.3s;
}
.image-box .image-pic:hover:before {
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
	height: 100%;
}
.thumb-inner {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 6;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;

}
.thumb-inner span {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	padding: 5px 50px 7px;
	border: 1px solid #fff;
}



/*========================================================
                      	 字型設定
=========================================================*/

.fonts-style {
    color: #333;
}
.fonts-style ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fonts-style ul li {
    float: left;
    width: 10%;
    margin-bottom: 20px;
}



/*========================================================
                      影片大小設定
=========================================================*/

.news-content iframe, .news-wrap iframe {
    width: 100% !important;
    height: 300px !important;
    margin-top: 20px !important;
}

.video-embed {
    text-align: center;
}

@media (min-width: 768px) {
    .news-content iframe {
        height: 420px !important;
    }
}
@media (min-width: 992px) {
    .news-content iframe {
        height: 520px !important;
    }
}
@media (min-width: 1200px) {
    .news-content iframe{
        height: 460px !important;
    }
}
@media (min-width: 1600px) {
    .news-content iframe {
        width: 70% !important;
        margin: 0 auto;
        height: 640px !important;
    }
}
@media (min-width: 1800px) {
    .news-content iframe {
        width: 65% !important;
    }
}





