
@import url("../fonts/flaticon/flaticon.css");
@import url("revise.css");
@import url("header.css");
@import url("footer.css");
@import url("banner.css");


/*========================================================
                      	 標題設定
=========================================================*/

.s-header {
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
}

.h2-title {
    display: inline-block;
    font-size: 2rem;
    color: #000;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-weight: bold;
}
.h2-title:after {
    position: absolute;
    left: -20%;
    bottom: 0;
    height: 50%;
    width: 140%;
    background: #adadad;
    opacity: 0.3;
    content: "";
    z-index: -1;
}

.h3-title {
    border-left: 7px solid #e71f19;
    padding-left: 10px;
    margin-bottom: 20px;
}

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

.content-wrap {
    background: url("../img/content-bg.jpg") no-repeat right top fixed;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 60px;
    background-color: #fff;
}


/* 麵包屑 */
.breadcrumbs {
    background-color: #1471aa;
	text-align: right;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}
.breadcrumbs a {
	display: inline-block;
	color: #fff;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs a.home i {
    display: inline-block;
    margin-right: 3px;
    color: #fff;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #70d1e4;
	font-size: 1.4rem;
	font-weight: bold;
}


/*========================================================
                      	次選單設定
=========================================================*/

.navsub {
	margin-bottom: 40px;
	text-align: center;
}
.navsub-main {
	font-size: 1rem;
	color: #fff;
    margin-bottom: 20px;
}
.navsub-main ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
.navsub-main ul li {
	display: inline-block;
}
.navsub-main ul li a {
    display: inline-block;
	padding: 3px 20px;
    margin: 0 7px 15px;
    background-color: #ddd;
	color: #000;
}
.navsub-main ul li a:hover, .navsub-main ul li a.active {
    background-color: #132c46;
    color: #fff;
}


.navsub-sub {
	font-size: 1rem;
	color: #fff;
}
.navsub-sub ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
.navsub-sub ul li {
	display: inline-block;
}
.navsub-sub ul li a {
    display: inline-block;
	padding: 0 15px;
    margin: 0;
	color: #000;
}
.navsub-sub ul li a:hover, .navsub-sub ul li a.active {
    background-color: #aac9eb;
}

@media (min-width: 1200px) {
    .navsub-main {
        font-size: 1.2rem;
    }
    .navsub-sub {
        font-size: 1.1rem;
    }
}


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

.btn-back {
	text-align: right;
	padding-top: 20px;
}
.btn-back a {
    background-color: #1471aa;
	padding: 5px 20px 7px;
	border-radius: 3px;
	color: #fff;
}
.btn-back a:hover {
    background-color: #0e5581;
	color: #fff;
	text-decoration: none;
}


/*========================================================
                        關於我們
=========================================================*/


.aboutUs-icon {
    text-align: center;
}

.aboutUs-icon img {
    max-width: 160px;
    margin: 0 auto;
}
.aboutUs-icon p {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 40px;
}


/*========================================================
                        最新推案
=========================================================*/

.case {

}
.case-item {
    margin-bottom: 60px;
    position: relative;
}
.case-item-img {
    border: 1px solid #a8c2d7;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #fff;
}
.case-item-img img {
    max-width: 100%;
    vertical-align: bottom;
    display: block;
    margin: 0 auto;
}

.case-item .case-item-info {
    overflow: hidden;
}
.case-item .case-item-info h3 {
    font-weight: bold;
    font-size: 1.4rem;
    text-align: left;
    color: #143558;
}
.case-item .case-item-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.case-item .case-item-info ul li {
    position: relative;
    padding-left: 16px;
}
.case-item .case-item-info ul li span {
    font-weight: bold;
}
.case-item .case-item-info ul li:before {
    font-family: 'Font Awesome 5 free';
    content: "\f0da";
    font-weight: 900;
    color: #028ad3;
    display: inline-block;
    width: 12px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 2;
}
.case-item .case-item-info .Txt p {
    margin: 0;
}


.case .case-item-more {
    border-top: 1px solid #ccc;
    margin: 10px 10px 14px 0;
    padding-top: 15px;
    text-align: right;
    font-size: 0.9rem;
}
.case .case-item-more a {
    display: inline-block;
    color: #143558;
    padding: 0 10px;
    font-weight: bold;
}
.case .case-item-more a:before, 
.case .case-item-more a:after {
    font-family: 'Font Awesome 5 free';
    content: "";
    font-weight: 900;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
}
.case .case-item-more a:before {
    content: "\f100";
    margin-right: 5px;
}
.case .case-item-more a:after {
    content: "\f101";
    margin-left: 5px;    
}
.case .case-item-more a:hover {
    color: #d30c0c;
}



/*========================================================
                      建築實績內頁
=========================================================*/

.case-detail {
	padding-bottom: 40px;
	text-align: left;
    border-bottom: 2px dashed #adadad;    
}

/*標題*/
.case-detail-title {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}
.case-detail-title:after {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    margin-top: 6px;
    background-color: #e71f19;
}
.case-detail .h4-title {
	font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 16px;
}
.case-detail .h4-title i {
    display: inline-block;
    margin-right: 6px;
}

/*圖片*/
.case-detail .slider-for > div {
	position: relative;
	margin: 5px 5px 20px 5px;
}
.case-detail .slider-for > div a:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
}
.case-detail .slider-for > div img {
	max-width: 100%;
	vertical-align: bottom;
    margin: 0 auto;
    max-height: 251px;
}
.case-detail .slider-nav {
	margin-bottom: 30px;
}
.case-detail .slider-nav .slick-slide {
	margin: 0 5px 0 5px;
}
.case-detail .slider-nav > div img {
    vertical-align: bottom;
    cursor: pointer;
    height: 54px;
}

.case-detail-point {
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}
.case-detail-point i {
    display: inline-block;
    color: #2e9876;
    margin-right: 5px;
}

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

/* 尺寸設定 */
@media (min-width: 400px) {
    .case-detail .slider-for > div img {
        max-height: 278px;
    }
    .case-detail .slider-nav > div img {
        height: 60px;
    }
}
@media (min-width: 540px) {
    .case-detail .slider-for > div img {
        max-height: 375px;
    }
    .case-detail .slider-nav > div img {
        height: 83px;
    }
}
@media (min-width: 768px) {
    .case-detail .slider-for > div img {
        max-height: 510px;
    }
    .case-detail .slider-nav > div img {
        height: 122px;
    }
}
@media (min-width: 992px) {
	.case-detail .slider-nav .slick-slide {
		margin: 0 5px 10px 5px;
	}
    .case-detail .slider-for > div img {
        max-height: 450px;
    }
    .case-detail .slider-nav > div img {
        height: 107px;
    }
}
@media (min-width: 1200px) {
    .case-detail .slider-for > div img {
        max-height: 326px;
    }
    .case-detail .slider-nav > div img {
        height: 71px;
    }
}
@media (min-width: 1600px) {
    .case-detail .slider-for > div img {
        max-height: 451px;
    }
    .case-detail .slider-nav > div img {
        height: 100px;
    }
}



/*========================================================
                         商品購物
=========================================================*/

.shopping {

}
.shopping img {
    width: 100%;
    vertical-align: bottom;
}

.shopping-item {
    border: 5px solid #c0c0c0;
    background-color: #fff;
    position: relative;
    padding: 20px;
    margin-bottom: 40px;
}
.shopping-item-img {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #f0f4f8;
    overflow: hidden
}
.shopping-item-img:hover {
    color: #fff
}
.shopping-item-img:hover .shopping-item-mask {
    opacity: 1;
    visibility: visible
}
.shopping-item-img:hover .shopping-item-mask::after {
    height: 100%
}
.shopping-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.shopping-item-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: .625rem 1rem;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    font-size: 1rem;
    font-weight: 700;
    transition: all .3s
}
.shopping-item-mask::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 50px;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    transform: translateY(-50%);
    transition: all .3s
}
.shopping-item-mask span {
    position: relative;
    display: block;
    z-index: 2;
    padding: 5px 30px;
}
.shopping-item-info {
    text-align: left;
    padding: 10px 0 0 0;
}
.shopping-item-info h3 {
    font-weight: bold;
    font-size: 1.3rem;
    margin: 10px 0 20px 0;
}
.shopping-item-info p  {
    font-weight: bold;
    color: #c31e1e;
    font-size: 1.2rem;
    margin: 0;
}
.shopping-item-btn {
    margin-top: 15px;
    text-align: center;
}
.shopping-item-btn a {
    display: block;
    background-color: #1471aa;
    color: #fff;
    padding: 2px 10px;
}
.shopping-item-btn a:hover {
    background-color: #16314e;
}



/*========================================================
                      商品購物內頁
=========================================================*/

.shopping-detail {
	padding-bottom: 40px;
	text-align: left;
    border-bottom: 2px dashed #adadad;    
}

/*圖片*/
.shopping-detail .slider-for > div {
	position: relative;
	margin: 5px 5px 20px 5px;
}
.shopping-detail .slider-for > div a:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
}
.shopping-detail .slider-for > div img {
	max-width: 100%;
	vertical-align: bottom;
    margin: 0 auto;
    max-height: 251px;
}
.shopping-detail .slider-nav {
	margin-bottom: 30px;
}
.shopping-detail .slider-nav .slick-slide {
	margin: 0 5px 0 5px;
}
.shopping-detail .slider-nav > div img {
    vertical-align: bottom;
    cursor: pointer;
    height: 54px;
}


/*特色說明*/
.shopping-detail-info h3 {
    color: #E50408;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 20px;
}
.shopping-detail-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.shopping-detail-info ul li {
    position: relative;
    padding: 10px 4px 10px 110px;
    background-color: #ededed;
    margin-bottom: 20px;
}
.shopping-detail-info ul li span {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100px;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    background-color: #2a85bc;
    color: #fff;
    text-align: center;
}
.shopping-detail-info ul li b.price1 {
    color: #EC0003;
    font-weight: bold;
    font-size: 1.2rem;
}
.shopping-detail-info ul li b.price2 {
    text-decoration: line-through;
    color: #666;
}
.shopping-detail-buy {
    text-align: right;
}
.shopping-detail-buy a {
    padding: 10px 50px;
    border-radius: 30px;
    background-color: #e15252;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.shopping-detail-buy a:hover {
    background-color: #b51d1d;
}


/* 加入購物車 */
.add-shopcar {
	min-width: 360px;
}
.add-shopcar h3 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background-color: #3d89c9;
	color: #fff;
    font-weight: bold;
	font-size: 1.4rem;
}
.add-shopcar p {
	text-align: center;
	font-size: 1.4rem;
}
.add-shopcar p:last-of-type {
	margin-top: 20px;
	font-size: 1rem;
}

.add-shopcar-price {
    color: #DC0003;
    font-weight: bold;
    font-size: 1.2rem;
}




/* 尺寸設定 */
@media (min-width: 640px) {
    .shopping-detail .slider-for > div img {
        max-height: 375px;
    }
    .shopping-detail .slider-nav > div img {
        height: 88px;
    }
}
@media (min-width: 768px) {
    .shopping-detail .slider-for > div img {
        max-height: 510px;
    }
    .shopping-detail .slider-nav > div img {
        height: 122px;
    }
}
@media (min-width: 992px) {
	.shopping-detail .slider-nav .slick-slide {
		margin: 0 5px 10px 5px;
	}
    .shopping-detail-title h2 span {
        background-size: auto 20px, auto 20px;
        padding: 0 80px;
        font-size: 2rem;
    } 
    .shopping-detail-plan ul li:nth-of-type(4n+1),
    .shopping-detail-plan ul li:nth-of-type(4n+2) {
        background-color: #c5e2dd;
    }
    .shopping-detail .slider-for > div img {
        max-height: 330px;
    }
    .shopping-detail .slider-nav > div img {
        height: 77px;
    }
}
@media (min-width: 1200px) {
    .shopping-detail .slider-for > div img {
        max-height: 398px;
    }
    .shopping-detail .slider-nav > div img {
        height: 94px;
    }
}
@media (min-width: 1600px) {
    .shopping-detail .slider-for > div img {
        max-height: 433px;
    }
    .shopping-detail .slider-nav > div img {
        height: 103px;
    }
}



/*========================================================
                        購物流程
=========================================================*/


.shopping-info {
	background-color: #f0f1f5;
	padding: 20px;
    margin-left: 0;
    margin-right: 0;
}
.shopping-style .col-md-5 {
	background-color: #f7f2e9;
	padding: 10px 30px;
	margin-top: 10px;
}
.pic-640 {
	display: block;
	}
.pic-768 {
	display: none;
	}


.total {
	background-color: #dae9ef;
	text-align: right;
	padding: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.total span {
	font-size: 2rem;
	color: #C70F0F;
}


#inline {
	min-width: 360px;
}
#inline h2 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background-color: #8d6822;
	color: #fff;
	font-size: 24px;
}
#inline p {
	text-align: center;
	font-size: 24px;
}
#inline p:last-of-type {
	margin-top: 20px;
	font-size: 16px;
}
#shopping_info1 h2, #shopping_info2 h2, #shopping_info3 h2 {
	margin: 0 0 10px 0;
	color: #8d6822;
	font-size: 24px;
}


/* 加入詢價列表 */
.price {
	text-align: right;
	margin-top: 20px;
    font-size: 1rem;
}
.price a {
	background-color: #1f6dae;
	border-radius: 5px;
	color: #fff;
	padding: 7px 20px;
}
.price a:hover {
	background-color: #104d80;
}

/* 資料填寫 */
.form-wrap {
    font-size: 1rem;
}
.form-wrap span {
    color: #E80003;
    font-weight: bold;
}
.form-wrap .col-md-2 {
    font-weight: bold;
}


/*購物流程*/
/*
#breadcrumbs-two {
	overflow: hidden;
	width: 100%;
	margin: 30px 0 30px 0;
	padding: 0;
	list-style: none;
}
#breadcrumbs-two li {
	float: left;
    margin-bottom: 10px;
}
#breadcrumbs-two li b {
	display: block;
	width: 100%;
    height: 48px;
	background: #ddd;
	padding: .5em .6em .6em 1em;
	float: left;
	text-decoration: none;
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,.5); 
	position: relative;
}
#breadcrumbs-two li b::before {
	content: "";
	position: absolute;
	top: 50%; 
	margin-top: -1.5em;   
	border-width: 1.5em 0 1.5em 1em;
	border-style: solid;
	border-color: #ddd #ddd #ddd transparent;
	left: -1em;
}	
#breadcrumbs-two li b::after{
	content: "";
	position: absolute;
	top: 50%; 
	margin-top: -1.5em;   
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid #ddd;
	right: -1em;
}
#breadcrumbs-two li.active b {
	background: #1471aa;
	color: #fff;
	text-shadow: none;
}
#breadcrumbs-two li.active b::before {
	border-color: #1471aa #1471aa #1471aa transparent;
}
#breadcrumbs-two li.active b::after {
	border-left-color: #1471aa;
}
*/


#breadcrumbs-two {
    list-style: none;
    margin: 30px 0 40px 0;
    padding: 0;
    width: 100%;
    font-size: 1rem;
}
#breadcrumbs-two li {
    width: 100%;
    margin-bottom: 10px;
}
#breadcrumbs-two li span {
    color: #000;
    display: block;
    background: #ddd;
    text-decoration: none;
    position: relative;
    height: 50px;
    line-height: 44px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 52.5% 86%, 50% 100%, 47.5% 86%, 0 86%);   
    clip-path: polygon(0 0, 100% 0, 100% 86%, 52.5% 86%, 50% 100%, 47.5% 86%, 0 86%);     
}
#breadcrumbs-two li:hover span, 
#breadcrumbs-two li.active span {
    color: #fff;
    background-color: #1471aa;
}
#breadcrumbs-two li:last-of-type span {
    margin-right: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 52.5% 86%, 50% 86%, 47.5% 86%, 0 86%);   
    clip-path: polygon(0 0, 100% 0, 100% 86%, 52.5% 86%, 50% 86%, 47.5% 86%, 0 86%);       
}

@media (min-width: 768px) {
    #breadcrumbs-two {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    #breadcrumbs-two li {
        width: 25%;
        margin-bottom: 0;
    }
    #breadcrumbs-two li span {
        height: 50px;
        line-height: 50px;
        margin-right: -3%;
        -webkit-clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%);   
        clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%);   
    }
    #breadcrumbs-two li:first-of-type span {
        -webkit-clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);   
        clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);    
    }
    #breadcrumbs-two li:last-of-type span {
        margin-right: 0;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 5% 50%);   
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 5% 50%);     
    }
}




/*購物說明*/
.info-list {
	line-height: 42px;
}
.info-list dl {
	border-bottom: 2px dashed #adadad;
	padding-top: 10px;
	padding-bottom: 30px;
	overflow: hidden;
}
.info-list dl:first-of-type {
	padding-top: 0;
}
.info-list dl:last-of-type {
	border-bottom: none;
}
.info-list dt, .info-list dd {
	line-height: 36px;
}
.info-list dt {
	font-size: 1.3rem;
	color: #1471aa;
}
.info-list dd {
	overflow: hidden;
    color: #333;
}
.info-list-2 {
    padding: 30px 30px 30px 90px;
    background: #e8f4f6 url(../img/problem.png) no-repeat 30px 35px;
    background-size: 50px 50px;
    border: 3px solid #adadad;
    border-image: -webkit-linear-gradient(#99d5e1,#6a9cd3) 30 30;
   	border-image: -moz-linear-gradient(#99d5e1,#6a9cd3) 30 30;
    border-image: linear-gradient(#99d5e1,#6a9cd3) 30 30;    
}

@media (max-width: 767px) {
    .info-list-2 {
        padding: 100px 30px 30px 30px;
        background: #e8f4f6 url(../img/problem.png) no-repeat center 20px;
        background-size: 64px 64px; 
    }
}


/*購物流程說明*/
.shopping-process ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.shopping-process ul li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    background-color: #b3d9e9;
    border: 5px solid #4b9ec0;
    border-radius: 10px;
    width: 100%;
    height: 60px;
    position: relative;
    /*	margin-right: 40px;*/
    margin-bottom: 20px;
}
.shopping-process ul li:last-of-type {
    margin-right: 0;
}
.shopping-process ul li span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 80%;
    text-align: center;
    font-size: 1.2rem;
    color: #000;
}


/* 尺寸設定 */
@media (max-width: 767px) {
    .shopping-process ul li:nth-of-type(-n+6):after {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 46%;
        z-index: 10;
        background: url(../img/shopping-process-arrow2.png) no-repeat left top;
        background-size: cover;
        display: block;
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 768px) {
    .shopping-process ul li {
        width: 84px;
        height: 84px;
        border-radius: 50%;
        margin-right: 10px;
        margin-bottom: 0px;
    }
    .shopping-process ul li span {
        font-size: 0.9rem;
        line-height: 18px;
    }
    .shopping-process ul li:nth-of-type(-n+6):after {
        content: '';
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
        z-index: 10;
        background: url(../img/shopping-process-arrow.png) no-repeat left top;
        background-size: cover;
        display: block;
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 992px) {
    .shopping-process ul li {
        width: 114px;
        height: 114px;
        margin-right: 10px;
        border: 8px solid #4b9ec0;
    }
    .shopping-process ul li:nth-of-type(-n+6):after {
        right: -34px;
        width: 30px;
        height: 30px;
    }
    .shopping-process ul li span {
        font-size: 1rem;
        line-height: 24px;
    }
}

@media (min-width: 1200px) {
    .shopping-process ul li {
        width: 140px;
        height: 140px;
        margin-right: 15px;
    }
    .shopping-process ul li:nth-of-type(-n+6):after {
        right: -34px;
        width: 30px;
        height: 30px;
    }
    .shopping-process ul li span {
        font-size: 1.1rem;
    }
}
@media (min-width: 1600px) {
    .shopping-process ul li {
        width: 170px;
        height: 170px;
        margin-right: 30px;
    }
    .shopping-process ul li:nth-of-type(-n+6):after {
        right: -50px;
        width: 50px;
        height: 50px;
    }
    .shopping-process ul li span {
        font-size: 1.3rem;
    }
}



/*========================================================
                         訂單查詢
=========================================================*/

/*登入頁面*/

.orderLogin {
    width: 100%;
    max-width: 90%;
    padding: 20px;
    margin: auto;
	border: 1px dashed #adadad;
	background-color: #ededed;;
}

.orderLogin h2 {
    font-size: 1.8rem;
	padding-bottom: 10px;
	border-bottom: 3px solid #adadad;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.orderLogin .orderLogin-items {
	position: relative;
	padding: 0;
	margin-bottom: 15px;
}
.orderLogin .orderLogin-items .form-control {
    height: auto;
    font-size: 1rem;
    border-radius: 0;
    padding: 8px 10px 8px 40px;
    border: 1px dashed #c4c4c4;
    background-color: #f6f6f6;
}
.orderLogin .orderLogin-items i {
    display: block;
    font-size: 16px;
    color: #333;
    width: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #f6f6f6;
    position: absolute;
    left: 6px;
    top: 8px;
    border-radius: 5px;
    transition: all 0.4s ease;
}

.orderLogin-forgotPassword {
    text-align: right;
    margin-bottom: 10px;
}
.orderLogin-forgotPassword a {
    display: inline-block;
    color: #333;
}
.orderLogin-forgotPassword a:hover {
    color: #E50000;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
}

@media (min-width: 540px) {
    .orderLogin {
        max-width: 400px;
        padding: 30px;
    }
}
@media (min-width: 768px) {
    .orderLogin {
        max-width: 500px;
        padding: 50px;
    }
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
@media (min-width: 1200px) {
    .orderLogin {
        max-width: 600px;
    }
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}



/* 訂單查詢頁面 */

.orderTracking {
}
.orderTracking .row {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
}
.orderTracking [class*="col-"] {
    padding-top: 5px;
    padding-bottom: 5px;
}
.orderTracking .col-lg-2 {
    background-color: #ddd;
}
.orderTracking .col-lg-4, .orderTracking .col-lg-8 {
    background-color: #fff;
}
.orderTracking .col-md-9 {
    margin-bottom: 10px;
}

/* 尺寸設定 */
@media (min-width: 768px) {
    .orderTracking .col-lg-2 {
        text-align: center;
        border-bottom: 1px solid #ddd;
    }
    .orderTracking .col-lg-4, .orderTracking .col-lg-8 {
        border-bottom: 1px dashed #ddd;
    }
    .orderTracking [class*="col-"] {
        margin-bottom: 10px;
    }
}


/*========================================================
                         最新消息
=========================================================*/

.timeline {
	text-align: left;
    margin-bottom: 60px;
}
.timeline-item {
	position: relative;
	overflow: hidden;
	padding: 0 0 70px 35px;
}
.timeline-item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.timeline-item-aside img {
	width: 100%;
}

.timeline-item-info time {
	font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: uppercase;
}
.timeline-item-info h3 {
	font-size: 1.4rem;
    font-weight: bold;
	color: #1478b6;
    line-height: 1.6;
}

/* 分隔線 */
.timeline-item-divider {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	align-items: center;
	padding-top: 0;
}

.timeline-item-divider::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border: 2px solid #0095D9;
	border-radius: 50%;
}
.timeline-item-divider::after {
	content: '';
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 300vh;
	background: #0095D9;
	min-height: 100px;
}

/* 了解更多 */
.timeline-item-btn {
}
.timeline-item-btn a {
    display: inline-block;
    background-color: #1471aa;
    padding: 5px 20px;
    color: #fff;
    border-radius: 5px;
    position: relative;
}
.timeline-item-btn a:after {
    font-family: 'Font Awesome 5 free';
    content: "\f0da";
    font-weight: 900;
    display: inline-block;
    margin-left: 10px;

}
.timeline-item-btn a:hover {
    background-color: #0e5581;
}


/* 尺寸設定 */
@media (max-width: 575.98px) {
	.timeline-item {
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 767.98px) {
	.timeline-item {
		flex-wrap: wrap;
	}
	.timeline-item-info,
	.timeline-item-aside {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.timeline-item {
		display: flex;
		padding-left: 0;
		padding-bottom: 40px;
	}
	.timeline-item-aside {
		max-width: 33.33%;
	}
	.timeline-item-info {
		max-width: 56%;
	}
	.timeline-item-divider {
		position: relative;
		padding: 0 20px 0;
	}
	.timeline-item-info time {
		font-size: 1.2rem;
	}
	.timeline-item-info h3 {
		font-size: 1.6rem;
	}
	* + .timeline-item-info {
		margin-top: 0;
	}
}
@media (min-width: 992px) {
	.timeline-item-info time {
		font-size: 1.4rem;
	}
	.timeline-item-info h3 {
		font-size: 1.7rem;
	}
	.timeline-item-aside {
		max-width: 37%;
	}
	.timeline-item-info {
		max-width: 52%;
	}
}
@media (min-width: 1200px) {
	.timeline-item-aside {
		max-width: 33.33%;
	}
	.timeline-item-info {
		max-width: 56%;
	}
	.timeline-item-info time {
		font-size: 1.5rem;
	}
	.timeline-item-info h3 {
		font-size: 1.8rem;
	}
}
@media (min-width: 1600px) {
	.timeline-item {
		padding-bottom: 60px;
	}
}



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


.news-detail {
	text-align: left;
    border-bottom: 2px dashed #adadad;  
}
.news-detail img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.news-detail time {
    font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: uppercase;
}
.news-detail-title {
	text-align: left;
	margin: 0 0 20px 0;
	color: #1478b6;
	font-weight: bold;
    font-size: 1.8rem;
}
.news-detail-content {
    margin-bottom: 40px;
}
.news-detail-link {
    border-top: 2px dashed #adadad;
    padding: 1rem;
    font-size: 0.9rem;
    background-color: #ededed;
}
.news-detail-link h4 {
    font-size: 1.1rem;
    font-weight: bold;
}
.news-detail-link a {
    display: inline-block;
    color: #333;
    text-decoration: underline;
    margin-left: 10px;
}
.news-detail-link a:hover {
    text-decoration: none;
}




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


.contact-info {
    
}
.contact-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-info ul li {
	list-style: none;
/*	padding: 5px 0 5px 60px;*/
	position: relative;
	margin-bottom: 10px;
}
.contact-info ul li i {
    display: inline-block;
    width: 20px;
    text-align: center;
	margin: 0 5px;
	padding: 5px 0;
}
.contact-info ul li:nth-of-type(1) i {
    color: #e71c30;
}
.contact-info ul li:nth-of-type(2) i {
    color: #028ad3;
}
.contact-info ul li:nth-of-type(3) i {
    color: #2e9876;
}
.contact-info ul li:nth-of-type(4) i {
    color: #cd7f0c;
}

.contact-info ul li [class^="flaticon-"]:before, 
.contact-info ul li [class*=" flaticon-"]:before, 
.contact-info ul li [class^="flaticon-"]:after, 
.contact-info ul li [class*=" flaticon-"]:after {
    margin-right: 0px;
}



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



/* 表單設定 */
.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal label {
	margin-bottom: 0;
    font-weight: bold;
    color: #666;
}
.form-horizontal label:before {
    font-family: 'Font Awesome 5 free';
    content: "\f044";
    font-weight: 900;
    display: inline-block;
    margin-right: 5px;
    color: #111;
}
.form-horizontal .form-control {
	border: 1px solid #ededed;
	background-color: #ddd;
}

.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;
}


.form-group {
	padding: 10px 15px;
	margin-bottom: 0 !important;
}
.form-group:nth-of-type(2n+2) {
	background-color: #ededed;
}
.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;
	}
	.input {
		width: 40%;
	}
	.form-group b {
		display: inline-block;
	}
}



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

.table1 {
	border-collapse: collapse;
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 0.9rem;
	border: 1px solid #c0bebe;
}
.table1 th {
	background-color: #1f6dae;
	color: #fff;
    font-size: 1rem;
	font-weight: bold;
	padding: 7px 10px !important;
	text-align: center;	
	border-top: 0 !important;
	border-bottom: 1px solid #c0bebe;
    border-right: 1px solid #fff;
}
.table1 th:last-of-type {
    border-right: 1px solid #c0bebe;
}
.table1 td {
	padding: 3px 5px !important;
	border: 1px solid #c0bebe;
    vertical-align: middle;
}
.table1 td.left {
	text-align: left;
}

.table1 td.img img {
	width: 80px;
}

.table1 tfoot {
	background-color: #ededed;
}


.table2 td:nth-of-type(2){
	text-align: center;
}



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

.ul-s1 {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: left;
}
.ul-s1 > li {
    padding: 0 0 0 40px;
    margin-bottom: 10px;
    position: relative;
}
.ul-s1 > li span {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	font-size: 1rem;
	color: #000;
	line-height: 30px;
	text-align: center;
	background-color: #9abdd2;
    position: absolute; 
    left: 0; 
    top: 2px; 
    z-index: 9; 
}


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

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(../img/magnifier.png) no-repeat center center;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}


.picture-effect {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.picture-effect img {
	transform: scale(1);
	transition: .3s ease-out all;
}
.picture-effect a {
	display: inline-block;
	position: relative;
}
.picture-effect a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(252, 200, 58, 0.4);
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	transition: .3s ease-out all;
}
.picture-effect a:hover:before {
	opacity: 1;
}
.picture-effect a:hover img {
	transform: scale(1.1);
}


